liburcu: move headers to "dev" and docs to "doc"

This commit is contained in:
Sergei Trofimovich 2023-04-15 18:47:40 +01:00
parent 2f5fa4a6f7
commit 3139093167

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-ykO/Jh1NOSz/IN+uRAg2YDvwCfziT9ybJpfYN6IjnU8=";
};
outputs = [ "out" "dev" "doc" ];
nativeCheckInputs = [ perl ];
preCheck = "patchShebangs tests/unit";