summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/alex/2.3.5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/parsing/alex/2.3.5.nix')
-rw-r--r--pkgs/development/tools/parsing/alex/2.3.5.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/tools/parsing/alex/2.3.5.nix b/pkgs/development/tools/parsing/alex/2.3.5.nix
index 50b04c64dec..db676a90684 100644
--- a/pkgs/development/tools/parsing/alex/2.3.5.nix
+++ b/pkgs/development/tools/parsing/alex/2.3.5.nix
@@ -1,4 +1,4 @@
-{ cabal, Cabal, perl }:
+{ cabal, perl }:
 
 cabal.mkDerivation (self: {
   pname = "alex";
@@ -6,7 +6,6 @@ cabal.mkDerivation (self: {
   sha256 = "0lyjiq4lmii2syk6838ln32qvn8c0ljf1ypsggahy748k05x79if";
   isLibrary = false;
   isExecutable = true;
-  buildDepends = [ Cabal ];
   buildTools = [ perl ];
   meta = {
     homepage = "http://www.haskell.org/alex/";