summaryrefslogtreecommitdiffstats
path: root/mv/5pkgs/xmonad-tv/Makefile
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-11-21 14:24:46 +0100
committerlassulus <lass@aidsballs.de>2015-11-21 14:24:46 +0100
commita0202683177b022e3f2b67cd5929baccb868a26e (patch)
tree5920affde50efcbd7708e1c4e2bc661d31e0e299 /mv/5pkgs/xmonad-tv/Makefile
parent718c672e7cfddc46ee584a9e1e7218278a2b3996 (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 000000000..cbb0776e6
--- /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 . > $@