diff options
author | tv <tv@krebsco.de> | 2015-07-27 02:02:34 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-27 02:02:34 +0200 |
commit | 869eeb1dc1d3bfeddf67f882e0853b15e63dceb3 (patch) | |
tree | fa6bf616e54422468ef7f58c290a710b0710b9b9 /Zpkgs/tv/lentil/default.nix | |
parent | b9df7908fc96c6e809c3f22bfca50d8703ce12a1 (diff) |
* tv -> tv *
Diffstat (limited to 'Zpkgs/tv/lentil/default.nix')
-rw-r--r-- | Zpkgs/tv/lentil/default.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Zpkgs/tv/lentil/default.nix b/Zpkgs/tv/lentil/default.nix deleted file mode 100644 index 1385cbd..0000000 --- a/Zpkgs/tv/lentil/default.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ pkgs, ... }: - -(pkgs.haskellngPackages.override { - overrides = self: super: { - lentil = super.lentil.override { - mkDerivation = (attrs: self.mkDerivation (attrs // { - version = "0.1.2.7"; - sha256 = "1g3if2y41li6wyg7ffvpybqvbywiq8bf5b5fb6pz499hinzahb9d"; - patches = [ - ./1.patch - ./syntaxes.patch - ]; - doCheck = false; - })); - }; - }; -}).lentil |