summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/misc/pidgin
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-08-30 19:45:19 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-08-30 19:47:41 +0200
commit80b25db15cdbb3971ae739a6eca998da6845c174 (patch)
tree1899364f735acdee4e9256fd5047d75aa98b9d0b /pkgs/desktops/gnome-3/misc/pidgin
parent8fc6472ace275f24a0530eb191d5d89bc8aee35e (diff)
downloadnixpkgs-80b25db15cdbb3971ae739a6eca998da6845c174.tar
nixpkgs-80b25db15cdbb3971ae739a6eca998da6845c174.tar.gz
nixpkgs-80b25db15cdbb3971ae739a6eca998da6845c174.tar.bz2
nixpkgs-80b25db15cdbb3971ae739a6eca998da6845c174.tar.lz
nixpkgs-80b25db15cdbb3971ae739a6eca998da6845c174.tar.xz
nixpkgs-80b25db15cdbb3971ae739a6eca998da6845c174.tar.zst
nixpkgs-80b25db15cdbb3971ae739a6eca998da6845c174.zip
treewide: use glib tools from build-time $PATH
Using explicit output feels more flaky in case we e.g. move the binary.
(No strong opinion on my side, feel free to revert if you think so.)
Diffstat (limited to 'pkgs/desktops/gnome-3/misc/pidgin')
-rw-r--r--pkgs/desktops/gnome-3/misc/pidgin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/misc/pidgin/default.nix b/pkgs/desktops/gnome-3/misc/pidgin/default.nix
index a5dd1480d3d..c11fdfa6099 100644
--- a/pkgs/desktops/gnome-3/misc/pidgin/default.nix
+++ b/pkgs/desktops/gnome-3/misc/pidgin/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
     schemas_dir="$share_dir/gsettings-schemas/${name}/glib-2.0/schemas"
     mkdir -p "$schemas_dir"
     mv schemas/* "$schemas_dir" # fix Emacs syntax highlighting: */
-    ${glib.dev}/bin/glib-compile-schemas "$schemas_dir"
+    glib-compile-schemas "$schemas_dir"
 
     locale_dir="$share_dir/locale"
     mkdir -p "$locale_dir"