summary refs log tree commit diff
path: root/pkgs/games/simutrans
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/games/simutrans
parent559f423417ea98a50ad0b96a48f23501f80141a6 (diff)
downloadnixpkgs-5cc55e952335c7303fb238583359ae76d916b62f.tar
nixpkgs-5cc55e952335c7303fb238583359ae76d916b62f.tar.gz
nixpkgs-5cc55e952335c7303fb238583359ae76d916b62f.tar.bz2
nixpkgs-5cc55e952335c7303fb238583359ae76d916b62f.tar.lz
nixpkgs-5cc55e952335c7303fb238583359ae76d916b62f.tar.xz
nixpkgs-5cc55e952335c7303fb238583359ae76d916b62f.tar.zst
nixpkgs-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/games/simutrans')
-rw-r--r--pkgs/games/simutrans/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/simutrans/default.nix b/pkgs/games/simutrans/default.nix
index ea050d27869..403fc88cb4a 100644
--- a/pkgs/games/simutrans/default.nix
+++ b/pkgs/games/simutrans/default.nix
@@ -94,7 +94,7 @@ let
       '';
 
       homepage = http://www.simutrans.com/;
-      license = stdenv.lib.licenses.perl5;
+      license = "perl";
       maintainers = [ stdenv.lib.maintainers.kkallio ];
       platforms = stdenv.lib.platforms.linux;
     };