diff options
author | tv <tv@krebsco.de> | 2016-05-25 00:31:49 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-05-25 00:31:49 +0200 |
commit | 37ee40759f1e6feda51fb36dd3c951b4f3045944 (patch) | |
tree | bf0d16a8cb2d291be767802b4184b6a30ff566cc /tv/5pkgs/xmonad-tv/Makefile | |
parent | 2b71d7f72865215717a2c604cb391f87af73c0a9 (diff) |
xmonad-tv: convert to writeHaskellBin
Diffstat (limited to 'tv/5pkgs/xmonad-tv/Makefile')
-rw-r--r-- | tv/5pkgs/xmonad-tv/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tv/5pkgs/xmonad-tv/Makefile b/tv/5pkgs/xmonad-tv/Makefile deleted file mode 100644 index cbb0776e6..000000000 --- a/tv/5pkgs/xmonad-tv/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -.PHONY: ghci -ghci: shell.nix - nix-shell --command 'exec ghci -Wall' - -shell.nix: xmonad.cabal - cabal2nix --shell . > $@ |