mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-03 22:32:26 +03:00
libseccomp: Use multiple outputs
This commit is contained in:
parent
f67b2512aa
commit
8d490ca993
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "0mdiyfljrkfl50q1m3ws8yfcyfjwf1zgkvcva8ffcwncji18zhkz";
|
sha256 = "0mdiyfljrkfl50q1m3ws8yfcyfjwf1zgkvcva8ffcwncji18zhkz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "lib" "dev" "man" ];
|
||||||
|
|
||||||
buildInputs = [ getopt makeWrapper ];
|
buildInputs = [ getopt makeWrapper ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue