forked from mirrors/nixpkgs
potrace: allow building on any unix
This commit is contained in:
parent
a852b53bff
commit
0085a1aae3
|
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://potrace.sourceforge.net/;
|
||||
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 ];
|
||||
license = "GPL2";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue