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