forked from mirrors/nixpkgs
haskell-hid: build is broken
This commit is contained in:
parent
34f10a82e0
commit
101d0db511
|
@ -884,4 +884,8 @@ self: super: {
|
|||
# https://github.com/commercialhaskell/stack/issues/409
|
||||
stack = overrideCabal super.stack (drv: { preCheck = "export HOME=$TMPDIR"; doCheck = false; });
|
||||
|
||||
# Missing dependency on some hid-usb library.
|
||||
hid = markBroken super.hid;
|
||||
msi-kb-backlit = dontDistribute super.msi-kb-backlit;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue