summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2008-01-28 19:30:57 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2008-01-28 19:30:57 +0000
commitb3cd1e644ae6443211e04ab0e62d6362a6d6214a (patch)
tree751bea46a940abb63076a59e6f3fd9b36b90fc72 /pkgs/development/libraries
parent0aef28a212f3b148f8d3b9fbc824bd4937b6ff7d (diff)
downloadnixpkgs-b3cd1e644ae6443211e04ab0e62d6362a6d6214a.tar
nixpkgs-b3cd1e644ae6443211e04ab0e62d6362a6d6214a.tar.gz
nixpkgs-b3cd1e644ae6443211e04ab0e62d6362a6d6214a.tar.bz2
nixpkgs-b3cd1e644ae6443211e04ab0e62d6362a6d6214a.tar.lz
nixpkgs-b3cd1e644ae6443211e04ab0e62d6362a6d6214a.tar.xz
nixpkgs-b3cd1e644ae6443211e04ab0e62d6362a6d6214a.tar.zst
nixpkgs-b3cd1e644ae6443211e04ab0e62d6362a6d6214a.zip
Changed version-related syntax in python, gettext and ocaml
svn path=/nixpkgs/trunk/; revision=10316
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/gettext/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gettext/default.nix b/pkgs/development/libraries/gettext/default.nix
index e98d365022f..b0e64639d87 100644
--- a/pkgs/development/libraries/gettext/default.nix
+++ b/pkgs/development/libraries/gettext/default.nix
@@ -1,5 +1,5 @@
 args:
-args.lib.listOfListsToAttrs [
+args.stdenv.lib.listOfListsToAttrs [
 	[ "recurseForDerivations" true ]
 	[ "0.14.6" (import ./0.14.6.nix args) ]
 	[ "0.15" (import ./0.15.nix args) ]