0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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 xorg.libXrender
]; ];
enableParallelBuild = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/sagb/alttab"; homepage = "https://github.com/sagb/alttab";