nix: Fix cross
Introduced in - https://github.com/NixOS/nixpkgs/pull/393509 - and https://github.com/NixOS/nixpkgs/pull/396773
This commit is contained in:
@@ -199,6 +199,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
mesonFlags =
|
||||
[
|
||||
(lib.mesonBool "unit-tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform))
|
||||
(lib.mesonBool "bindings" false)
|
||||
(lib.mesonOption "libstore:store-dir" storeDir)
|
||||
(lib.mesonOption "libstore:localstatedir" stateDir)
|
||||
|
||||
Reference in New Issue
Block a user