Merge pull request #15628 from joachifm/gd-split-outputs
gd: multiple outputs
This commit is contained in:
commit
77f7f497e1
@ -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…
x
Reference in New Issue
Block a user