pkgs/games: stdenv.lib -> lib
This commit is contained in:
@@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preFixup = stdenv.lib.optionalString qtMode ''
|
||||
preFixup = lib.optionalString qtMode ''
|
||||
wrapQtApp "$out/games/nethack"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user