mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #151807 from Mindavi/sway/cross
sway: support cross-compilation
This commit is contained in:
commit
0c6f0ead01
@ -38,6 +38,10 @@ stdenv.mkDerivation rec {
|
||||
./sway-config-nixos-paths.patch
|
||||
];
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson ninja pkg-config wayland-scanner scdoc
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user