about summary refs log tree commit diff
path: root/pkgs/development/perl-modules/DBD-Pg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/perl-modules/DBD-Pg/default.nix')
-rw-r--r--pkgs/development/perl-modules/DBD-Pg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/perl-modules/DBD-Pg/default.nix b/pkgs/development/perl-modules/DBD-Pg/default.nix
index f6c8bcc2e2fc..6dbefa7111fd 100644
--- a/pkgs/development/perl-modules/DBD-Pg/default.nix
+++ b/pkgs/development/perl-modules/DBD-Pg/default.nix
@@ -17,6 +17,6 @@ buildPerlPackage rec {
     homepage = http://search.cpan.org/dist/DBD-Pg/;
     description = "DBI PostgreSQL interface";
     license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.unix;
   };
 }