summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-06-09 10:31:29 +0200
committerPeter Simons <simons@cryp.to>2014-06-09 13:00:33 +0200
commit164c81be8467e0935782d4110946c0a73ae10694 (patch)
tree2b25a6dd310094ba93a24ca053bf397bf0bd8229 /pkgs/development/tools
parent977d43f6c536d5d7fe6969854a0b53f62cfd648d (diff)
downloadnixlib-164c81be8467e0935782d4110946c0a73ae10694.tar
nixlib-164c81be8467e0935782d4110946c0a73ae10694.tar.gz
nixlib-164c81be8467e0935782d4110946c0a73ae10694.tar.bz2
nixlib-164c81be8467e0935782d4110946c0a73ae10694.tar.lz
nixlib-164c81be8467e0935782d4110946c0a73ae10694.tar.xz
nixlib-164c81be8467e0935782d4110946c0a73ae10694.tar.zst
nixlib-164c81be8467e0935782d4110946c0a73ae10694.zip
haskell-hscolour: define the bootstap version of this package using 'extension' rather than by passing an additional parameter to it
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/haskell/hscolour/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/tools/haskell/hscolour/default.nix b/pkgs/development/tools/haskell/hscolour/default.nix
index 88c4545ff6d9..d8bc08b4b33c 100644
--- a/pkgs/development/tools/haskell/hscolour/default.nix
+++ b/pkgs/development/tools/haskell/hscolour/default.nix
@@ -1,4 +1,4 @@
-{ cabal, hyperlinkSource ? true }:
+{ cabal }:
 
 cabal.mkDerivation (self: {
   pname = "hscolour";
@@ -6,7 +6,6 @@ cabal.mkDerivation (self: {
   sha256 = "15ix93sw4p7g5ln2halcgqppdc0i0vmkzcjzxvqzkk9yp9pq3nrs";
   isLibrary = true;
   isExecutable = true;
-  hyperlinkSource = hyperlinkSource;
   meta = {
     homepage = "http://code.haskell.org/~malcolm/hscolour/";
     description = "Colourise Haskell code";