mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
protobuf: split to multiple outputs
This commit is contained in:
parent
ccc3080857
commit
cd4b76c821
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
||||
--replace 'tmpnam(b)' '"'$TMPDIR'/foo"'
|
||||
'';
|
||||
|
||||
outputs = [ "out" "lib" ];
|
||||
|
||||
buildInputs = [ autoreconfHook zlib ];
|
||||
|
||||
doCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user