about summary refs log tree commit diff
path: root/pkgs/applications/misc/d4x
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-28 20:51:40 +0200
committerPeter Simons <simons@cryp.to>2014-07-28 20:52:47 +0200
commit5cc55e952335c7303fb238583359ae76d916b62f (patch)
treec54e01cbf82432172673f8b0619f0917fd1667d6 /pkgs/applications/misc/d4x
parent559f423417ea98a50ad0b96a48f23501f80141a6 (diff)
downloadnixlib-5cc55e952335c7303fb238583359ae76d916b62f.tar
nixlib-5cc55e952335c7303fb238583359ae76d916b62f.tar.gz
nixlib-5cc55e952335c7303fb238583359ae76d916b62f.tar.bz2
nixlib-5cc55e952335c7303fb238583359ae76d916b62f.tar.lz
nixlib-5cc55e952335c7303fb238583359ae76d916b62f.tar.xz
nixlib-5cc55e952335c7303fb238583359ae76d916b62f.tar.zst
nixlib-5cc55e952335c7303fb238583359ae76d916b62f.zip
Partially revert 7a45996 some more.
Removing more references to the non-existent license "stdenv.lib.licenses.perl5".
Thanks to @FlashKorten for catching those.
Diffstat (limited to 'pkgs/applications/misc/d4x')
-rw-r--r--pkgs/applications/misc/d4x/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/d4x/default.nix b/pkgs/applications/misc/d4x/default.nix
index ce53045a15a9..d6ca3939d137 100644
--- a/pkgs/applications/misc/d4x/default.nix
+++ b/pkgs/applications/misc/d4x/default.nix
@@ -19,6 +19,6 @@ stdenv.mkDerivation {
   meta = { 
     description = "Graphical download manager";
     homepage = http://www.krasu.ru/soft/chuchelo/;
-    license = stdenv.lib.licenses.perl5;
+    license = "perl";
   };
 }