summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/xmonad-tv/Makefile
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-10-29 01:49:27 +0100
committertv <tv@krebsco.de>2015-10-29 01:49:27 +0100
commit81329c86ac95ec5c151cbdac98144eb87a5c01d7 (patch)
tree3ccb6edff8ad1fccf04e78285c9afb4232401265 /tv/5pkgs/xmonad-tv/Makefile
parent6db59aa0d6056fd2eb1c8fa6491b34b458a7d62a (diff)
tv: {2configs/xserver => 5pkgs}/xmonad-tv
Diffstat (limited to 'tv/5pkgs/xmonad-tv/Makefile')
-rw-r--r--tv/5pkgs/xmonad-tv/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv/5pkgs/xmonad-tv/Makefile b/tv/5pkgs/xmonad-tv/Makefile
new file mode 100644
index 0000000..cbb0776
--- /dev/null
+++ b/tv/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 . > $@