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:
parent
bfcead18cd
commit
2fe1574410
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue