libcap_ng: extract dev, man outputs

This commit is contained in:
Sergei Trofimovich 2023-05-17 22:00:44 +01:00
parent c88f934492
commit 8b0cc09843

View File

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