about summary refs log tree commit diff
path: root/pkgs/games/ckan/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/ckan/default.nix')
-rw-r--r--pkgs/games/ckan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ckan/default.nix b/pkgs/games/ckan/default.nix
index b0a509ce4db14..052982bf15d6b 100644
--- a/pkgs/games/ckan/default.nix
+++ b/pkgs/games/ckan/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ makeWrapper mono ];
 
-  libraries = stdenv.lib.makeLibraryPath [ gtk2 curl ];
+  libraries = lib.makeLibraryPath [ gtk2 curl ];
 
   buildPhase = "true";