fix perl package platforms

This commit is contained in:
Jude Taylor 2015-07-18 14:52:32 -07:00
parent 4efbe96205
commit 55e8754010
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@ buildPerlPackage rec {
homepage = http://search.cpan.org/dist/DBD-Pg/; homepage = http://search.cpan.org/dist/DBD-Pg/;
description = "DBI PostgreSQL interface"; description = "DBI PostgreSQL interface";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.unix;
}; };
} }

View File

@ -6052,7 +6052,7 @@ let self = _self // overrides; _self = with self; {
description = "A postmodern object system for Perl 5"; description = "A postmodern object system for Perl 5";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.eelco ]; maintainers = [ maintainers.eelco ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.unix;
}; };
}; };