tachyon: *Flags are lists

This commit is contained in:
Robin Gloster
2019-12-30 12:15:27 +01:00
committed by Jan Tojnar
parent 5572288ec2
commit c739183eef
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
if stdenv.hostPlatform.system == "x86_64-freebsd" then "bsd" else
if stdenv.hostPlatform.system == "x686-freebsd" then "bsd" else
throw "Don't know what arch to select for tachyon build";
makeFlags = arch;
makeFlags = [ arch ];
patches = [
# Remove absolute paths in Make-config (and unset variables so they can be set in preBuild)
./no-absolute-paths.patch