forked from mirrors/nixpkgs
gd: multiple outputs
This commit is contained in:
parent
d9796f44f6
commit
63a8c58185
|
@ -25,6 +25,10 @@ stdenv.mkDerivation rec {
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ zlib fontconfig freetype libjpeg libpng libtiff libXpm ];
|
buildInputs = [ zlib fontconfig freetype libjpeg libpng libtiff libXpm ];
|
||||||
|
|
||||||
|
outputs = [ "dev" "out" "bin" ];
|
||||||
|
|
||||||
|
postFixup = ''moveToOutput "bin/gdlib-config" $dev'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://libgd.github.io/;
|
homepage = https://libgd.github.io/;
|
||||||
description = "A dynamic image creation library";
|
description = "A dynamic image creation library";
|
||||||
|
|
Loading…
Reference in a new issue