forked from mirrors/nixpkgs
perlPackages.Gtk2: limit to linux
This commit is contained in:
parent
01e388cafc
commit
b2f92c5daa
1 changed files with 1 additions and 0 deletions
|
@ -6289,6 +6289,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
homepage = http://gtk2-perl.sourceforge.net/;
|
homepage = http://gtk2-perl.sourceforge.net/;
|
||||||
description = "Perl interface to the 2.x series of the Gimp Toolkit library";
|
description = "Perl interface to the 2.x series of the Gimp Toolkit library";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue