Merge pull request #111519 from siraben/xdg-utils-naming

This commit is contained in:
Jan Tojnar
2021-02-01 17:18:57 +01:00
committed by GitHub
47 changed files with 90 additions and 90 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
, pkg-config
, scdoc
, json_c
, xdg_utils
, xdg-utils
}:
stdenv.mkDerivation rec {
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace src/signon.c \
--replace "/usr/bin/xdg-open" "${xdg_utils}/bin/xdg-open"
--replace "/usr/bin/xdg-open" "${xdg-utils}/bin/xdg-open"
'';
nativeBuildInputs = [