From a76f4ff7e20158b8b57a9ea192ace2c14fc9dc5b Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Mon, 28 Jan 2008 20:01:12 +0000 Subject: [PATCH] Reverted default gettext to 0.14.6 svn path=/nixpkgs/trunk/; revision=10366 --- pkgs/development/libraries/gettext/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gettext/default.nix b/pkgs/development/libraries/gettext/default.nix index b0e64639d87d..b3f7f46a0ff7 100644 --- a/pkgs/development/libraries/gettext/default.nix +++ b/pkgs/development/libraries/gettext/default.nix @@ -4,5 +4,5 @@ args.stdenv.lib.listOfListsToAttrs [ [ "0.14.6" (import ./0.14.6.nix args) ] [ "0.15" (import ./0.15.nix args) ] [ "0.16.x" (import ./0.16.x.nix args) ] - [ "default" (import ./0.16.x.nix args) ] + [ "default" (import ./0.14.6.nix args) ] ]