awesome: menubar should take XDG_HOME_DIR and XDG_DATA_DIRS into account
This commit is contained in:
parent
73a6832ad8
commit
b1a9bcfb16
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, luaPackages, cairo, cmake, imagemagick, pkgconfig, gdk_pixbuf
|
{ stdenv, fetchurl, fetchFromGitHub, luaPackages, cairo, cmake, imagemagick, pkgconfig, gdk_pixbuf
|
||||||
, xorg, libstartup_notification, libxdg_basedir, libpthreadstubs
|
, xorg, libstartup_notification, libxdg_basedir, libpthreadstubs
|
||||||
, xcb-util-cursor, makeWrapper, pango, gobjectIntrospection, unclutter
|
, xcb-util-cursor, makeWrapper, pango, gobjectIntrospection, unclutter
|
||||||
, compton, procps, iproute, coreutils, curl, alsaUtils, findutils, xterm
|
, compton, procps, iproute, coreutils, curl, alsaUtils, findutils, xterm
|
||||||
@ -38,6 +38,13 @@ with luaPackages; stdenv.mkDerivation rec {
|
|||||||
xorg.xcbutilrenderutil xorg.xcbutilwm libxkbcommon
|
xorg.xcbutilrenderutil xorg.xcbutilwm libxkbcommon
|
||||||
xcbutilxrm ];
|
xcbutilxrm ];
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchurl {
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/awesomeWM/awesome/pull/1639.patch";
|
||||||
|
sha256 = "00piynmbxajd2xbg960gmf0zlqn7m489f4ww482y49ravfy1jhsj";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
#cmakeFlags = "-DGENERATE_MANPAGES=ON";
|
#cmakeFlags = "-DGENERATE_MANPAGES=ON";
|
||||||
|
|
||||||
LD_LIBRARY_PATH = "${stdenv.lib.makeLibraryPath [ cairo pango gobjectIntrospection ]}";
|
LD_LIBRARY_PATH = "${stdenv.lib.makeLibraryPath [ cairo pango gobjectIntrospection ]}";
|
||||||
|
Loading…
Reference in New Issue
Block a user