summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-03-17 19:27:34 +0100
committerPeter Simons <simons@cryp.to>2016-03-18 07:52:37 +0100
commit067f64469f7c7ce7252f9784c7217c2035362041 (patch)
tree8c9680cf9cd3824cedd254d19743520d04d6d501 /pkgs
parent57af6102f84728be567516b1ec44cd15f085d934 (diff)
downloadnixpkgs-067f64469f7c7ce7252f9784c7217c2035362041.tar
nixpkgs-067f64469f7c7ce7252f9784c7217c2035362041.tar.gz
nixpkgs-067f64469f7c7ce7252f9784c7217c2035362041.tar.bz2
nixpkgs-067f64469f7c7ce7252f9784c7217c2035362041.tar.lz
nixpkgs-067f64469f7c7ce7252f9784c7217c2035362041.tar.xz
nixpkgs-067f64469f7c7ce7252f9784c7217c2035362041.tar.zst
nixpkgs-067f64469f7c7ce7252f9784c7217c2035362041.zip
configuration-common.nix: drop obsolete override
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 5aff7cbae39..2e0a02c0f2d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -46,9 +46,6 @@ self: super: {
   # The package doesn't compile with ruby 1.9, which is our default at the moment.
   hruby = super.hruby.override { ruby = pkgs.ruby_2_1; };
 
-  # help blake finding its native library
-  hs-blake2 = super.hs-blake2.override { b2 = pkgs.libb2; };
-
   # Use the default version of mysql to build this package (which is actually mariadb).
   mysql = super.mysql.override { mysql = pkgs.mysql.lib; };