about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-28 18:01:55 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-28 18:02:42 -0500
commita84fa920085a75529a41e567c8cbb85368019e94 (patch)
treead01101a54b15249b16fe04429ae1f74ef8daef7 /pkgs/desktops/pantheon
parent8a495116a5a9d2e0f0d364aa612f007bdcb1bf26 (diff)
downloadnixlib-a84fa920085a75529a41e567c8cbb85368019e94.tar
nixlib-a84fa920085a75529a41e567c8cbb85368019e94.tar.gz
nixlib-a84fa920085a75529a41e567c8cbb85368019e94.tar.bz2
nixlib-a84fa920085a75529a41e567c8cbb85368019e94.tar.lz
nixlib-a84fa920085a75529a41e567c8cbb85368019e94.tar.xz
nixlib-a84fa920085a75529a41e567c8cbb85368019e94.tar.zst
nixlib-a84fa920085a75529a41e567c8cbb85368019e94.zip
pantheon.elementary-code: use C.UTF-8
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-code/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-code/default.nix b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
index 0b16c56be3de..ad890bc4610b 100644
--- a/pkgs/desktops/pantheon/apps/elementary-code/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, pantheon, pkgconfig, meson, ninja, vala, substituteAll
-, python3, glibcLocales, desktop-file-utils, gtk3, granite, libgee, elementary-icon-theme
+, python3, desktop-file-utils, gtk3, granite, libgee, elementary-icon-theme
 , appstream, libpeas, editorconfig-core-c, gtksourceview3, gtkspell3, libsoup
 , vte, webkitgtk, zeitgeist, ctags, libgit2-glib, wrapGAppsHook }:
 
@@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [
     appstream
     desktop-file-utils
-    glibcLocales
     meson
     ninja
     pkgconfig
@@ -56,7 +55,7 @@ stdenv.mkDerivation rec {
   LIBRARY_PATH = stdenv.lib.makeLibraryPath [ editorconfig-core-c ];
 
   # install script fails with UnicodeDecodeError because of printing a fancy elipsis character
-  LC_ALL = "en_US.UTF-8";
+  LC_ALL = "C.UTF-8";
 
   # ctags needed in path by outline plugin
   preFixup = ''