Convert some *Flags from strings to lists
This commit is contained in:
@@ -15,12 +15,13 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
doCheck = false; # tests take a very long time
|
||||
checkTarget = "test";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit version;
|
||||
description = "Extremely fast compression algorithm";
|
||||
longDescription = ''
|
||||
Very fast lossless compression algorithm, providing compression speed
|
||||
|
||||
Reference in New Issue
Block a user