From 0085a1aae33483dfaae3a4559d53cc1688791258 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 10 Jun 2014 08:57:41 +0000 Subject: potrace: allow building on any unix --- pkgs/applications/graphics/potrace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/graphics/potrace') diff --git a/pkgs/applications/graphics/potrace/default.nix b/pkgs/applications/graphics/potrace/default.nix index 0ede3a0e921a..365f88b19b4c 100644 --- a/pkgs/applications/graphics/potrace/default.nix +++ b/pkgs/applications/graphics/potrace/default.nix @@ -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"; }; -- cgit 1.4.1