tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
fig2dev: Set platforms to unix
Zhong Jianxin
4 years ago
0806fcb9
a31699dc
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
fig2dev
default.nix
+1
-1
pkgs/applications/graphics/fig2dev/default.nix
···
36
36
description = "Tool to convert Xfig files to other formats";
37
37
homepage = "http://mcj.sourceforge.net/";
38
38
license = licenses.xfig;
39
39
-
platforms = platforms.linux;
39
39
+
platforms = platforms.unix;
40
40
maintainers = with maintainers; [ lesuisse ];
41
41
};
42
42
}