about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorLinschlager <linus4123@gmail.com>2023-11-25 19:14:23 +0100
committerLinschlager <linus4123@gmail.com>2023-11-26 17:28:52 +0100
commit0a091fccccde0d481063e972ec0af5f4b7a2e700 (patch)
tree0426cb6a691f686c0ee7916f1163c1097547f1ec /pkgs/development/haskell-modules/configuration-nix.nix
parent911ce27f7ec3742e396928da3ccb25c17566bdfe (diff)
downloadnixlib-0a091fccccde0d481063e972ec0af5f4b7a2e700.tar
nixlib-0a091fccccde0d481063e972ec0af5f4b7a2e700.tar.gz
nixlib-0a091fccccde0d481063e972ec0af5f4b7a2e700.tar.bz2
nixlib-0a091fccccde0d481063e972ec0af5f4b7a2e700.tar.lz
nixlib-0a091fccccde0d481063e972ec0af5f4b7a2e700.tar.xz
nixlib-0a091fccccde0d481063e972ec0af5f4b7a2e700.tar.zst
nixlib-0a091fccccde0d481063e972ec0af5f4b7a2e700.zip
haskellPackages.hidapi: fix darwin build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 037019be4de3..fcd37d55f1cd 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -625,8 +625,6 @@ self: super: builtins.intersectAttrs super {
   # https://github.com/haskell-fswatch/hfsnotify/issues/62
   fsnotify = dontCheck super.fsnotify;
 
-  hidapi = addExtraLibrary pkgs.udev super.hidapi;
-
   hs-GeoIP = super.hs-GeoIP.override { GeoIP = pkgs.geoipWithDatabase; };
 
   discount = super.discount.override { markdown = pkgs.discount; };