diff options
author | lassulus <lass@aidsballs.de> | 2016-05-25 11:14:32 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-05-25 11:14:32 +0200 |
commit | a240a60b52684466a207a43e944e0f040ec75361 (patch) | |
tree | 13e872ba019942f6509e2ed17649d44603c3e841 /tv/5pkgs/xmonad-tv/Makefile | |
parent | 0f2fc7c4a6a9bb41b965c905949aefebbb6c3f49 (diff) | |
parent | 36c5834c288b56b6955e35d95708ae7f65f199f9 (diff) |
Merge remote-tracking branch 'cd/master' into HEAD
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 . > $@ |