freesweep: enable parallel build

This commit is contained in:
Kier Davis 2022-06-29 14:35:07 +01:00
parent cddb7a9d3b
commit b1b7d683c6
No known key found for this signature in database
GPG Key ID: 66378DA35FF9F0FA

View File

@ -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