pkgs/games: stdenv.lib -> lib
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ makeWrapper mono ];
|
||||
|
||||
libraries = stdenv.lib.makeLibraryPath [ gtk2 curl ];
|
||||
libraries = lib.makeLibraryPath [ gtk2 curl ];
|
||||
|
||||
buildPhase = "true";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user