3
0
Fork 0
forked from mirrors/nixpkgs

libseccomp: Use multiple outputs

This commit is contained in:
Eelco Dolstra 2018-02-22 15:15:55 +01:00
parent f67b2512aa
commit 8d490ca993
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0mdiyfljrkfl50q1m3ws8yfcyfjwf1zgkvcva8ffcwncji18zhkz";
};
outputs = [ "out" "lib" "dev" "man" ];
buildInputs = [ getopt makeWrapper ];
patchPhase = ''