mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.duckdb-simple: jailbreak (#528095)
This commit is contained in:
commit
0d1190abf7
1 changed files with 5 additions and 0 deletions
|
|
@ -1721,6 +1721,11 @@ with haskellLib;
|
|||
];
|
||||
}) super.duckdb-ffi;
|
||||
|
||||
# 2026-06-04: too strict bounds on QuickCheck <2.16
|
||||
# https://github.com/Tritlo/duckdb-haskell/pull/13
|
||||
# TODO: remove after PR is merged
|
||||
duckdb-simple = doJailbreak super.duckdb-simple;
|
||||
|
||||
spacecookie = overrideCabal (old: {
|
||||
buildTools = (old.buildTools or [ ]) ++ [ pkgs.buildPackages.installShellFiles ];
|
||||
# let testsuite discover the resulting binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue