Skip to content

Commit

Permalink
glibcLocales: fix cut'n'paste error
Browse files Browse the repository at this point in the history
💩
  • Loading branch information
wmertens committed Jan 21, 2015
1 parent fc8048d commit e0ec38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5442,7 +5442,7 @@ let
};

# Only supported on Linux
glibcLocales = if stdenv.isLinux then callPackage ../development/libraries/glibc/2.19/locales.nix { } else null;
glibcLocales = if stdenv.isLinux then callPackage ../development/libraries/glibc/locales.nix { } else null;

glibcInfo = callPackage ../development/libraries/glibc/info.nix { };

Expand Down

0 comments on commit e0ec38d

Please sign in to comment.