mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
libpng12: Split into multiple outputs
This commit is contained in:
parent
fb4c2eb438
commit
796e36afeb
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "02jwfqk1ahqfvbs9gdyb5v0123by9ws6m7jnfvainig7i7v4jpml";
|
sha256 = "02jwfqk1ahqfvbs9gdyb5v0123by9ws6m7jnfvainig7i7v4jpml";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" "man" ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ zlib ];
|
propagatedBuildInputs = [ zlib ];
|
||||||
|
|
||||||
passthru = { inherit zlib; };
|
passthru = { inherit zlib; };
|
||||||
@ -21,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = "--enable-static";
|
configureFlags = "--enable-static";
|
||||||
|
|
||||||
|
postInstall = ''mv "$out/bin" "$dev/bin"'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The official reference implementation for the PNG file format";
|
description = "The official reference implementation for the PNG file format";
|
||||||
homepage = http://www.libpng.org/pub/png/libpng.html;
|
homepage = http://www.libpng.org/pub/png/libpng.html;
|
||||||
|
Loading…
Reference in New Issue
Block a user