libxmi: expand platforms to unix
This commit is contained in:
parent
e02d375471
commit
9139e83f6b
|
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||||
description = "Library for rasterizing 2-D vector graphics";
|
description = "Library for rasterizing 2-D vector graphics";
|
||||||
homepage = "https://www.gnu.org/software/libxmi/";
|
homepage = "https://www.gnu.org/software/libxmi/";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
platforms = lib.platforms.gnu ++ lib.platforms.linux; # arbitrary choice
|
platforms = lib.platforms.unix;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue