diagrams-builder: remove with statements
This commit is contained in:
parent
092a9b8df1
commit
ebdb16362d
@ -35,8 +35,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
buildCommand = with lib;
|
buildCommand = lib.concatStringsSep "\n" (map exeWrapper backends);
|
||||||
concatStringsSep "\n" (map exeWrapper backends);
|
|
||||||
|
|
||||||
# Will be faster to build the wrapper locally then to fetch it from a binary cache.
|
# Will be faster to build the wrapper locally then to fetch it from a binary cache.
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user