diff options
author | makefu <github@syntax-fehler.de> | 2015-11-22 13:22:57 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-22 13:22:57 +0100 |
commit | c2885e24915387d3c4650ee4c0010d10b1cd15bf (patch) | |
tree | 13f55a4b1486245280d03b34bb0f989f5b9d8e88 /mv/5pkgs/xmonad-tv/Makefile | |
parent | e28930340b9d84710cc579897aabffe6a1931ca8 (diff) | |
parent | 2650803ff620e35de22ad91226f30d2b4ab9404f (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'mv/5pkgs/xmonad-tv/Makefile')
-rw-r--r-- | mv/5pkgs/xmonad-tv/Makefile | 6 |
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 . > $@ |