nix: Fix build on ARMv6
This commit is contained in:
parent
46037503f6
commit
22df741045
@ -39,6 +39,9 @@ let
|
|||||||
|
|
||||||
propagatedBuildInputs = [ boehmgc ];
|
propagatedBuildInputs = [ boehmgc ];
|
||||||
|
|
||||||
|
# Seems to be required when using std::atomic with 64-bit types
|
||||||
|
NIX_LDFLAGS = lib.optionalString (stdenv.system == "armv6l-linux") "-latomic";
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--with-store-dir=${storeDir}"
|
[ "--with-store-dir=${storeDir}"
|
||||||
"--localstatedir=${stateDir}"
|
"--localstatedir=${stateDir}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user