mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
lxqt.lxqt-panel: fix build
This commit is contained in:
parent
7d9969cb51
commit
e86ca61815
|
@ -4,7 +4,7 @@
|
|||
qtbase, qttools, qtx11extras, qtsvg, libdbusmenu, kwindowsystem, solid,
|
||||
kguiaddons, liblxqt, libqtxdg, lxqt-globalkeys, libsysstat,
|
||||
xorg, libstatgrab, lm_sensors, libpulseaudio, alsaLib, menu-cache,
|
||||
lxmenu-data, pcre
|
||||
lxmenu-data, pcre, libXdamage
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
|||
menu-cache
|
||||
lxmenu-data
|
||||
pcre
|
||||
libXdamage
|
||||
];
|
||||
|
||||
cmakeFlags = [ "-DPULL_TRANSLATIONS=NO" ];
|
||||
|
|
Loading…
Reference in a new issue