desktop and xmonad wrappers: preferLocalBuild

Also no substitution.
This commit is contained in:
Vladimír Čunát
2015-09-01 09:43:37 +02:00
parent bada26d5ab
commit b92c4a51e6
2 changed files with 9 additions and 1 deletions
@@ -13,4 +13,8 @@ in stdenv.mkDerivation {
--set NIX_GHC "${xmonadEnv}/bin/ghc" \
--set XMONAD_XMESSAGE "${xmessage}/bin/xmessage"
'';
# trivial derivation
preferLocalBuild = true;
allowSubstitutes = false;
}