1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

gegl: Add platforms

This commit is contained in:
Tuomas Tynkkynen 2016-04-27 04:10:42 +03:00
parent 519dd711fe
commit 25b55e7409

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
description = "Graph-based image processing framework";
homepage = http://www.gegl.org;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
};
}