summaryrefslogtreecommitdiffstats
path: root/pkgs/games/racer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/racer/default.nix')
-rw-r--r--pkgs/games/racer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/racer/default.nix b/pkgs/games/racer/default.nix
index a5d9a911afaf..dfbe9bc45e1f 100644
--- a/pkgs/games/racer/default.nix
+++ b/pkgs/games/racer/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, stdenv, allegro, libjpeg, makeWrapper }:
+{ fetchurl, lib, stdenv, allegro, libjpeg, makeWrapper }:
stdenv.mkDerivation {
name = "racer-1.1";
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
meta = {
description = "Car racing game";
homepage = "http://hippo.nipax.cz/download.en.php";
- license = stdenv.lib.licenses.gpl2Plus;
- platforms = stdenv.lib.platforms.linux;
+ license = lib.licenses.gpl2Plus;
+ platforms = lib.platforms.linux;
};
}