mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-06 04:13:09 +00:00
Use isDarwin instead of stdenv.hostPlatform
This commit is contained in:
parent
922f2d67ae
commit
86ae40a785
@ -70,7 +70,7 @@ in stdenv.mkDerivation rec {
|
||||
"V=${toString verbosity}"
|
||||
"QUICK_AND_DIRTY_COMPILER=${if quickAndDirty then "1" else "0"}"
|
||||
"QUICK_AND_DIRTY_NIMBLE=${if quickAndDirty then "1" else "0"}"
|
||||
"TARGET_OS=${if stdenv.hostPlatform.isDarwin then "macOS" else "Linux"}"
|
||||
"TARGET_OS=${if stdenv.isDarwin then "macOS" else "Linux"}"
|
||||
];
|
||||
|
||||
# FIXME: Remove once permanent fix is applied to NBS:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user