pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -119,7 +119,7 @@ in stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
postFixup = let
|
||||
typelibPath = stdenv.lib.makeSearchPath "/lib/girepository-1.0" [
|
||||
typelibPath = lib.makeSearchPath "/lib/girepository-1.0" [
|
||||
(placeholder "out")
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user