pkgs/games: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 13:36:04 +07:00
parent 93e5d99592
commit 2e34288f0d
159 changed files with 457 additions and 465 deletions
+3 -3
View File
@@ -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;
};
}