summaryrefslogtreecommitdiffstats
path: root/mv/5pkgs/xmonad-tv/Makefile
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-11-22 13:22:57 +0100
committermakefu <github@syntax-fehler.de>2015-11-22 13:22:57 +0100
commitc2885e24915387d3c4650ee4c0010d10b1cd15bf (patch)
tree13f55a4b1486245280d03b34bb0f989f5b9d8e88 /mv/5pkgs/xmonad-tv/Makefile
parente28930340b9d84710cc579897aabffe6a1931ca8 (diff)
parent2650803ff620e35de22ad91226f30d2b4ab9404f (diff)
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'mv/5pkgs/xmonad-tv/Makefile')
-rw-r--r--mv/5pkgs/xmonad-tv/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/mv/5pkgs/xmonad-tv/Makefile b/mv/5pkgs/xmonad-tv/Makefile
new file mode 100644
index 00000000..cbb0776e
--- /dev/null
+++ b/mv/5pkgs/xmonad-tv/Makefile
@@ -0,0 +1,6 @@
+.PHONY: ghci
+ghci: shell.nix
+ nix-shell --command 'exec ghci -Wall'
+
+shell.nix: xmonad.cabal
+ cabal2nix --shell . > $@