Merge pull request #232497 from trofi/libcap_ng-dev-output

libcap_ng: extract dev, man outputs
This commit is contained in:
Sergei Trofimovich 2023-05-25 16:22:26 +01:00 committed by GitHub
commit 6270838a8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-vtb2hI4iuy+Dtfdksq7w7TkwVOgDqOOocRyyo55rSS0=";
};
outputs = [ "out" "dev" "man" ];
configureFlags = [
"--without-python"
];