mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 21:35:36 +00:00
libck: fix platform flag (#558882)
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"COMPILER=gcc"
|
||||
'';
|
||||
|
||||
configureFlags = [ "--platform=${stdenv.hostPlatform.parsed.cpu.name}}" ];
|
||||
configureFlags = [ "--platform=${stdenv.hostPlatform.parsed.cpu.name}" ];
|
||||
|
||||
dontDisableStatic = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user