mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-16 22:05:58 +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
|
||||
hyprwayland-scanner
|
||||
pkg-config
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
@ -53,6 +52,7 @@ stdenv.mkDerivation {
|
|||
udev
|
||||
wayland
|
||||
wayland-protocols
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
outputs = ["out" "dev"];
|
||||
|
|
Loading…
Reference in a new issue