3
0
Fork 0
forked from mirrors/nixpkgs

Restrict DataMatrix to Linux: it depends on librsvg which is part of Gnome which currently fails on cygwin and darwin

svn path=/nixpkgs/trunk/; revision=17489
This commit is contained in:
Michael Raskin 2009-09-29 06:53:00 +00:00
parent dc14fc06da
commit bfe4efdadd

View file

@ -25,5 +25,6 @@ rec {
meta = {
description = "DataMatrix (2D bar code) processing tools.";
maintainers = [args.lib.maintainers.raskin];
platforms = args.lib.platforms.linux;
};
}