fix perl package platforms
This commit is contained in:
parent
4efbe96205
commit
55e8754010
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user