mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 00:15:59 +01:00
Nix: fix cross-compilation
This commit is contained in:
parent
dc399a37d3
commit
752d0fbd14
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,6 @@ stdenv.mkDerivation {
|
||||||
cmake
|
cmake
|
||||||
hyprwayland-scanner
|
hyprwayland-scanner
|
||||||
pkg-config
|
pkg-config
|
||||||
wayland-scanner
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
@ -53,6 +52,7 @@ stdenv.mkDerivation {
|
||||||
udev
|
udev
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
wayland-scanner
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = ["out" "dev"];
|
outputs = ["out" "dev"];
|
||||||
|
|
Loading…
Reference in a new issue