Drop erroneous dontDistribute overrides. These packages should be marked broken.
This commit is contained in:
parent
35cd0a4463
commit
359671c93f
@ -93,23 +93,6 @@ self: super: {
|
|||||||
# Tests require a Kafka broker running locally
|
# Tests require a Kafka broker running locally
|
||||||
haskakafka = dontCheck super.haskakafka;
|
haskakafka = dontCheck super.haskakafka;
|
||||||
|
|
||||||
# Depends on broken "lss" package.
|
|
||||||
snaplet-lss = dontDistribute super.snaplet-lss;
|
|
||||||
|
|
||||||
# Depends on broken "NewBinary" package.
|
|
||||||
ASN1 = dontDistribute super.ASN1;
|
|
||||||
|
|
||||||
# Depends on broken "frame" package.
|
|
||||||
frame-markdown = dontDistribute super.frame-markdown;
|
|
||||||
|
|
||||||
# Depends on broken "Elm" package.
|
|
||||||
hakyll-elm = dontDistribute super.hakyll-elm;
|
|
||||||
haskelm = dontDistribute super.haskelm;
|
|
||||||
snap-elm = dontDistribute super.snap-elm;
|
|
||||||
|
|
||||||
# Depends on broken "hails" package.
|
|
||||||
hails-bin = dontDistribute super.hails-bin;
|
|
||||||
|
|
||||||
bindings-levmar = overrideCabal super.bindings-levmar (drv: {
|
bindings-levmar = overrideCabal super.bindings-levmar (drv: {
|
||||||
extraLibraries = [ pkgs.blas ];
|
extraLibraries = [ pkgs.blas ];
|
||||||
});
|
});
|
||||||
@ -548,9 +531,6 @@ self: super: {
|
|||||||
# https://github.com/liyang/thyme/issues/36
|
# https://github.com/liyang/thyme/issues/36
|
||||||
thyme = dontCheck super.thyme;
|
thyme = dontCheck super.thyme;
|
||||||
|
|
||||||
# https://github.com/k0ral/hbro-contrib/issues/1
|
|
||||||
hbro-contrib = dontDistribute super.hbro-contrib;
|
|
||||||
|
|
||||||
# Elm is no longer actively maintained on Hackage: https://github.com/NixOS/nixpkgs/pull/9233.
|
# Elm is no longer actively maintained on Hackage: https://github.com/NixOS/nixpkgs/pull/9233.
|
||||||
Elm = markBroken super.Elm;
|
Elm = markBroken super.Elm;
|
||||||
elm-build-lib = markBroken super.elm-build-lib;
|
elm-build-lib = markBroken super.elm-build-lib;
|
||||||
|
@ -3343,6 +3343,7 @@ broken-packages:
|
|||||||
- asic
|
- asic
|
||||||
- asil
|
- asil
|
||||||
- asn
|
- asn
|
||||||
|
- ASN1
|
||||||
- asn1-codec
|
- asn1-codec
|
||||||
- asn1-data
|
- asn1-data
|
||||||
- assert
|
- assert
|
||||||
@ -5388,6 +5389,7 @@ broken-packages:
|
|||||||
- fractals
|
- fractals
|
||||||
- fraction
|
- fraction
|
||||||
- frag
|
- frag
|
||||||
|
- frame-markdown
|
||||||
- Frames-beam
|
- Frames-beam
|
||||||
- Frames-dsv
|
- Frames-dsv
|
||||||
- Frames-map-reduce
|
- Frames-map-reduce
|
||||||
@ -5945,6 +5947,7 @@ broken-packages:
|
|||||||
- hahp
|
- hahp
|
||||||
- haiji
|
- haiji
|
||||||
- hailgun-send
|
- hailgun-send
|
||||||
|
- hails-bin
|
||||||
- hairy
|
- hairy
|
||||||
- hakaru
|
- hakaru
|
||||||
- hakismet
|
- hakismet
|
||||||
@ -5961,6 +5964,7 @@ broken-packages:
|
|||||||
- hakyll-contrib-links
|
- hakyll-contrib-links
|
||||||
- hakyll-dhall
|
- hakyll-dhall
|
||||||
- hakyll-dir-list
|
- hakyll-dir-list
|
||||||
|
- hakyll-elm
|
||||||
- hakyll-favicon
|
- hakyll-favicon
|
||||||
- hakyll-filestore
|
- hakyll-filestore
|
||||||
- hakyll-images
|
- hakyll-images
|
||||||
@ -6188,6 +6192,7 @@ broken-packages:
|
|||||||
- haskellscript
|
- haskellscript
|
||||||
- HaskellTorrent
|
- HaskellTorrent
|
||||||
- HaskellTutorials
|
- HaskellTutorials
|
||||||
|
- haskelm
|
||||||
- haskelzinc
|
- haskelzinc
|
||||||
- haskeme
|
- haskeme
|
||||||
- haskey
|
- haskey
|
||||||
@ -10184,6 +10189,7 @@ broken-packages:
|
|||||||
- snap-auth-cli
|
- snap-auth-cli
|
||||||
- snap-blaze-clay
|
- snap-blaze-clay
|
||||||
- snap-configuration-utilities
|
- snap-configuration-utilities
|
||||||
|
- snap-elm
|
||||||
- snap-error-collector
|
- snap-error-collector
|
||||||
- snap-extras
|
- snap-extras
|
||||||
- snap-routes
|
- snap-routes
|
||||||
@ -10205,6 +10211,7 @@ broken-packages:
|
|||||||
- snaplet-hdbc
|
- snaplet-hdbc
|
||||||
- snaplet-hslogger
|
- snaplet-hslogger
|
||||||
- snaplet-influxdb
|
- snaplet-influxdb
|
||||||
|
- snaplet-lss
|
||||||
- snaplet-mandrill
|
- snaplet-mandrill
|
||||||
- snaplet-mongoDB
|
- snaplet-mongoDB
|
||||||
- snaplet-mongodb-minimalistic
|
- snaplet-mongodb-minimalistic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user