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 @@
{ stdenv, fetchurl, libvorbis, libogg, libtheora, SDL, libXft, SDL_image, zlib, libX11, libpng, openal, runtimeShell, requireFile, commercialVersion ? false }:
{ lib, stdenv, fetchurl, libvorbis, libogg, libtheora, SDL, libXft, SDL_image, zlib, libX11, libpng, openal, runtimeShell, requireFile, commercialVersion ? false }:
let plainName = "andyetitmoves";
version = "1.2.2";
@@ -68,8 +68,8 @@ stdenv.mkDerivation {
homepage = "http://www.andyetitmoves.net/";
license = stdenv.lib.licenses.unfree;
license = lib.licenses.unfree;
maintainers = with stdenv.lib.maintainers; [bluescreen303];
maintainers = with lib.maintainers; [bluescreen303];
};
}