Skip to content

Commit

Permalink
nvidia-x11: fix parallel building variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude Taylor committed Feb 11, 2017
1 parent 947c269 commit c3e3b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/nvidia-x11/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildPhase() {
sysSrc=$(echo $kernel/lib/modules/$kernelVersion/source)
sysOut=$(echo $kernel/lib/modules/$kernelVersion/build)
unset src # used by the nv makefile
make SYSSRC=$sysSrc SYSOUT=$sysOut module
make SYSSRC=$sysSrc SYSOUT=$sysOut module -j$NIX_BUILD_CORES

cd ..
fi
Expand Down

0 comments on commit c3e3b6a

Please sign in to comment.