libproxy: split into multiple outputs
Referrers look OK.
This commit is contained in:
parent
b9031ea1da
commit
de43f843b5
@ -7,6 +7,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0jw6454gxjykmbnbh544axi8hzz9gmm4jz1y5gw1hdqnakg36gyw";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" ]; # to deal with propagatedBuildInputs
|
||||
|
||||
nativeBuildInputs = [ pkgconfig cmake ];
|
||||
propagatedBuildInputs = [ zlib ]
|
||||
# now some optional deps, but many more are possible
|
||||
|
Loading…
x
Reference in New Issue
Block a user