nixpkgsify
This commit is contained in:
parent
ad1e109f49
commit
2376926b98
|
@ -14,8 +14,6 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=build" "metapixel" ];
|
makeFlags = [ "PREFIX=build" "metapixel" ];
|
||||||
|
|
||||||
#patches = [ ./no-docbook.patch ];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ libpng libjpeg giflib perl ];
|
buildInputs = [ libpng libjpeg giflib perl ];
|
||||||
|
|
||||||
|
@ -30,6 +28,6 @@ stdenv.mkDerivation {
|
||||||
homepage = "https://github.com/schani/metapixel";
|
homepage = "https://github.com/schani/metapixel";
|
||||||
description = "Tool for generating photomosaics";
|
description = "Tool for generating photomosaics";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
maintainers = with maintainers; [ dandellion ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue