Skip to content

Commit

Permalink
xdg_utils: fix xdg-screensaver
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Mar 20, 2018
1 parent 7921618 commit ab67f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/tools/X11/xdg-utils/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchFromGitHub
, file, libxslt, docbook_xml_dtd_412, docbook_xsl, xmlto
, w3m, which, gnugrep, gnused, coreutils
, w3m, which, gnugrep, gnused, coreutils, xset
, mimiSupport ? false, gawk ? null }:

assert mimiSupport -> gawk != null;
Expand Down Expand Up @@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
file() { ${file}/bin/file "$@"; }\
awk() { ${gawk}/bin/awk "$@"; }\
sort() { ${coreutils}/bin/sort "$@"; }\
xset() { ${xset}/bin/xset "$@"; }\
&#' -i "$out"/bin/*
substituteInPlace $out/bin/xdg-open \
Expand Down

0 comments on commit ab67f36

Please sign in to comment.