Merge pull request #5438 from henrytill/dunst
dunst: allow user configuration (fixes #5222)
This commit is contained in:
commit
7541cd1a9b
@ -12,11 +12,6 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0x95f57s0a96c4lifxdpf73v706iggwmdw8742mabbjnxq55l1qs";
|
sha256 = "0x95f57s0a96c4lifxdpf73v706iggwmdw8742mabbjnxq55l1qs";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
|
||||||
substituteInPlace "settings.c" \
|
|
||||||
--replace "xdgConfigOpen(\"dunst/dunstrc\", \"r\", &xdg" "fopen(\"$out/share/dunst/dunstrc\", \"r\""
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ coreutils unzip which pkgconfig dbus freetype libnotify gdk_pixbuf
|
[ coreutils unzip which pkgconfig dbus freetype libnotify gdk_pixbuf
|
||||||
xdg_utils libXext glib pango cairo libX11 libxdg_basedir
|
xdg_utils libXext glib pango cairo libX11 libxdg_basedir
|
||||||
|
Loading…
Reference in New Issue
Block a user