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 @@
{ fetchFromGitHub, stdenv, cmake, pkgconfig, python3, alsaLib
{ fetchFromGitHub, lib, stdenv, cmake, pkgconfig, python3, alsaLib
, libX11, libGLU, SDL2, lua5_3, zlib, freetype, wavpack, icoutils
, nixosTests
}:
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
homepage = "https://teeworlds.com/";
license = "BSD-style, see `license.txt'";
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = stdenv.lib.platforms.linux;
maintainers = with lib.maintainers; [ astsmtl ];
platforms = lib.platforms.linux;
};
}