Merge pull request #226318 from trofi/liburcu-move-dev-and-doc-outputs

liburcu: move headers to "dev" and docs to "doc"
This commit is contained in:
Sergei Trofimovich
2023-04-24 18:50:22 +01:00
committed by GitHub
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-ykO/Jh1NOSz/IN+uRAg2YDvwCfziT9ybJpfYN6IjnU8=";
};
outputs = [ "out" "dev" "doc" ];
nativeCheckInputs = [ perl ];
preCheck = "patchShebangs tests/unit";