rofi: fix cross compilation
This commit is contained in:
parent
972c309de3
commit
0c8d2aa94d
1 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,8 @@
|
||||||
, flex
|
, flex
|
||||||
, librsvg
|
, librsvg
|
||||||
, check
|
, check
|
||||||
|
, glib
|
||||||
|
, buildPackages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -39,14 +41,13 @@ stdenv.mkDerivation rec {
|
||||||
sed -i 's/~root/~nobody/g' test/helper-expand.c
|
sed -i 's/~root/~nobody/g' test/helper-expand.c
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkg-config ];
|
depsBuildBuild = [ buildPackages.stdenv.cc pkg-config glib ];
|
||||||
|
nativeBuildInputs = [ meson ninja pkg-config flex bison ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
pango
|
pango
|
||||||
cairo
|
cairo
|
||||||
git
|
git
|
||||||
bison
|
|
||||||
flex
|
|
||||||
librsvg
|
librsvg
|
||||||
check
|
check
|
||||||
libstartup_notification
|
libstartup_notification
|
||||||
|
|
Loading…
Reference in a new issue