pkgs/applications: stdenv.lib -> lib
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
, enableGlfw ? false, glfw, runtimeShell }:
|
||||
|
||||
let
|
||||
inherit (stdenv.lib) optional makeLibraryPath;
|
||||
inherit (lib) optional makeLibraryPath;
|
||||
|
||||
wrapperScript = writeScript "glava" ''
|
||||
#!${runtimeShell}
|
||||
|
||||
Reference in New Issue
Block a user