pkgs/games: stdenv.lib -> lib
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, config, fetchurl, libX11, libXext, libXinerama, libXrandr
|
||||
{ lib, stdenv, config, fetchurl, libX11, libXext, libXinerama, libXrandr
|
||||
, libXrender, fontconfig, freetype, openal, runtimeShell }:
|
||||
|
||||
let inherit (stdenv.lib) makeLibraryPath; in
|
||||
let inherit (lib) makeLibraryPath; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "oilrush";
|
||||
@@ -69,9 +69,9 @@ stdenv.mkDerivation {
|
||||
of Tower Defense.
|
||||
'';
|
||||
homepage = "http://oilrush-game.com/";
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
#maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = lib.licenses.unfree;
|
||||
#maintainers = with lib.maintainers; [ astsmtl ];
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user