mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
rpath = stdenv.lib.makeLibraryPath [
|
||||
rpath = lib.makeLibraryPath [
|
||||
cairo
|
||||
stdenv.cc.cc
|
||||
gdk-pixbuf
|
||||
|
||||
Reference in New Issue
Block a user