xmonad: cleanup wrapper

This commit is contained in:
Nikolay Amiantov
2015-03-08 18:36:37 +03:00
parent 3d0a6819da
commit 9545c0b80e
2 changed files with 9 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
err = base ++ ".errors"
src = base ++ ".hs"
lib = dir </> "lib"
+ ghc <- fromMaybe "ghc" <$> liftIO (lookupEnv "XMONAD_GHC")
+ ghc <- fromMaybe "ghc" <$> liftIO (lookupEnv "NIX_GHC")
libTs <- mapM getModTime . Prelude.filter isSource =<< allFiles lib
srcT <- getModTime src
binT <- getModTime bin