khotkeys: fix intermittant parallel build failure

This commit is contained in:
Thomas Tuegel 2017-06-24 15:18:58 -05:00
parent 22b10bac78
commit 69438a397f
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -13,4 +13,5 @@ mkDerivation {
plasma-framework plasma-workspace qtx11extras
];
outputs = [ "out" "dev" "bin" ];
enableParallelBuild = false;
}