alttab: fix malformed enableParallelBuilding

This commit is contained in:
OPNA2608 2020-06-03 09:24:18 +02:00
parent bfcead18cd
commit 2fe1574410

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
xorg.libXrender
];
enableParallelBuild = true;
enableParallelBuilding = true;
meta = with stdenv.lib; {
homepage = "https://github.com/sagb/alttab";