treewide: stdenv.lib -> lib
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
inherit (stdenv.lib) optional optionals;
|
||||
inherit (lib) optional optionals;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "netsurf";
|
||||
|
||||
Reference in New Issue
Block a user