8 stdenv.mkDerivation rec {
13 url = "mirror://gnu/libxmi/${pname}-${version}.tar.gz";
14 sha256 = "03d4ikh29l38rl1wavb0icw7m5pp7yilnv7bb2k8qij1dinsymlx";
17 CFLAGS = "-std=gnu89";
19 # For the x86_64 GNU/Linux arch to be recognized by 'configure'
20 preConfigure = "cp ${libtool}/share/libtool/build-aux/config.sub .";
23 description = "Library for rasterizing 2-D vector graphics";
24 homepage = "https://www.gnu.org/software/libxmi/";
25 license = lib.licenses.gpl2Plus;
26 platforms = lib.platforms.unix;