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) ] ]