From d964960dd86702e5dd00176e6941ff0bc06872a9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 9 Oct 2015 10:59:04 +0200 Subject: [PATCH] haskell-freenect: remove obsolete override --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f95b0d338bd..0bfb596db85 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -841,9 +841,6 @@ self: super: { ]; }); - # Old versions don't detect this library reliably. - freenect = appendConfigureFlag super.freenect "--extra-include-dirs=${pkgs.freenect}/include/libfreenect --extra-lib-dirs=${pkgs.freenect}/lib"; - # https://github.com/ivanperez-keera/hcwiid/pull/4 hcwiid = overrideCabal super.hcwiid (drv: { configureFlags = (drv.configureFlags or []) ++ [