potrace: allow building on any unix
This commit is contained in:
parent
a852b53bff
commit
0085a1aae3
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://potrace.sourceforge.net/;
|
homepage = http://potrace.sourceforge.net/;
|
||||||
description = "A tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image";
|
description = "A tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.pSub ];
|
maintainers = [ stdenv.lib.maintainers.pSub ];
|
||||||
license = "GPL2";
|
license = "GPL2";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user