mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
hyprland: fix cross compilation
This commit is contained in:
parent
8fe1aa6825
commit
fbde1e7188
@ -81,6 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
hwdata
|
||||
jq
|
||||
makeWrapper
|
||||
meson
|
||||
@ -114,7 +115,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pciutils
|
||||
tomlplusplus
|
||||
# for subproject wlroots-hyprland
|
||||
hwdata
|
||||
seatd
|
||||
libliftoff
|
||||
libdisplay-info
|
||||
|
Loading…
Reference in New Issue
Block a user