haskellPackages.drunken-bishop: unbreak (jail-break)

As such, unbreak "diohs" (gemini client) transitive dependency and did some
browsing with it. Seems to work fine.
This commit is contained in:
Dmitry Bogatov 2023-03-03 19:50:28 -05:00
parent 18c8b52a1e
commit e9041742ff
4 changed files with 1 additions and 5 deletions

View file

@ -2105,6 +2105,7 @@ self: super: {
"-p" "!/Test Rendering/"
] ++ drv.testFlags or [];
}) super.morpheus-graphql;
drunken-bishop = doJailbreak super.drunken-bishop;
# https://github.com/SupercedeTech/dropbox-client/issues/1
dropbox = overrideCabal (drv: {
testFlags = [

View file

@ -1237,7 +1237,6 @@ broken-packages:
- drmaa
- drone
- dropbox
- drunken-bishop
- dsc
- ds-kanren
- dsmc

View file

@ -1240,7 +1240,6 @@ dont-distribute-packages:
- dingo-core
- dingo-example
- dingo-widgets
- diohsc
- diplomacy-server
- direct-rocksdb
- directory-contents

View file

@ -82460,7 +82460,6 @@ self: {
];
description = "Gemini client";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "diohsc";
}) {};
@ -86942,8 +86941,6 @@ self: {
libraryHaskellDepends = [ array base bytestring pureMD5 ];
description = "An implementation of the Drunken Bishop visual fingerprinting algorithm";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ds-kanren" = callPackage