Perl works fine on Illumos (and Solaris)

This commit is contained in:
Danny Wilson
2015-11-16 17:20:15 +01:00
parent e4b305ca70
commit 46c4981e29
+1 -1
View File
@@ -6495,7 +6495,7 @@ let self = _self // overrides; _self = with self; {
meta = {
description = "The World-Wide Web library for Perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin ++ stdenv.lib.platforms.illumos;
};
};