mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
freesweep: enable parallel build
This commit is contained in:
parent
cddb7a9d3b
commit
b1b7d683c6
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
||||
configureFlags="$configureFlags --with-prefsdir=$out/share"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -D -m 0555 freesweep $out/bin/freesweep
|
||||
|
Loading…
Reference in New Issue
Block a user