summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-04-16 18:32:05 +0200
committerRobert Helgesson <robert@rycee.net>2016-04-16 18:32:05 +0200
commita5b2b10fc0021dde1382334df6a828806ed63940 (patch)
tree86ca53c728a77b379ec582a526675158941600d8 /pkgs
parent507b2bc327b61e7914d8f64e8689c82b82471d3a (diff)
downloadnixlib-a5b2b10fc0021dde1382334df6a828806ed63940.tar
nixlib-a5b2b10fc0021dde1382334df6a828806ed63940.tar.gz
nixlib-a5b2b10fc0021dde1382334df6a828806ed63940.tar.bz2
nixlib-a5b2b10fc0021dde1382334df6a828806ed63940.tar.lz
nixlib-a5b2b10fc0021dde1382334df6a828806ed63940.tar.xz
nixlib-a5b2b10fc0021dde1382334df6a828806ed63940.tar.zst
nixlib-a5b2b10fc0021dde1382334df6a828806ed63940.zip
perl-Archive-Extract: fix license field
Also other minor cleanups.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 10fa9373a5a5..747296ac03c5 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -365,12 +365,12 @@ let self = _self // overrides; _self = with self; {
     name = "Archive-Extract-0.76";
     src = fetchurl {
       url = "mirror://cpan/authors/id/B/BI/BINGOS/${name}.tar.gz";
-      sha256 = "1z2chz7a5q6024h9rmzpq0z53x0jw7983ia5k1yxsih3lw60irws";
+      sha256 = "9ae7080ca70346dd7d9845c581d2e112f4513ec0f7d79c2011c0e0a2ce874cfc";
     };
-    propagatedBuildInputs = [ if_ ];
+    propagatedBuildInputs = [ self."if" ];
     meta = {
       description = "Generic archive extracting mechanism";
-      license = "perl";
+      license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
     };
   };