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