summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/xdg-utils
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-08-27 04:11:38 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-08-28 00:54:43 +0200
commitd5680983dcd71d8bbb19b76d52a125c90c1aa134 (patch)
tree08a3f0e3744b68fd410d6d1879fb033f2f7dc035 /pkgs/tools/X11/xdg-utils
parentcf7a4ef6daaf44902407fc416601e364765e9d11 (diff)
xdg_utils: 1.1.1 -> 1.1.2
Diffstat (limited to 'pkgs/tools/X11/xdg-utils')
-rw-r--r--pkgs/tools/X11/xdg-utils/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/tools/X11/xdg-utils/default.nix b/pkgs/tools/X11/xdg-utils/default.nix
index a1d3a059a830..717ad327c676 100644
--- a/pkgs/tools/X11/xdg-utils/default.nix
+++ b/pkgs/tools/X11/xdg-utils/default.nix
@@ -17,11 +17,11 @@ in
stdenv.mkDerivation rec {
name = "xdg-utils-${version}";
- version = "1.1.1";
+ version = "1.1.2";
src = fetchurl {
url = "https://portland.freedesktop.org/download/${name}.tar.gz";
- sha256 = "09a1pk3ifsndc5qz2kcd1557i137gpgnv3d739pv22vfayi67pdh";
+ sha256 = "1k4b4m3aiyqn9k12a0ihcdahzlspl3zhskmm1d7228dvqvi546cm";
};
# just needed when built from git
@@ -46,6 +46,9 @@ stdenv.mkDerivation rec {
substituteInPlace $out/bin/xdg-mime \
--replace "/usr/bin/file" "${file}/bin/file"
+ substituteInPlace $out/bin/xdg-email \
+ --replace "/bin/echo" "${coreutils}/bin/echo"
+
sed 's# which # type -P #g' -i "$out"/bin/*
'';