You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the HDBC-sqlite3 Haskell package expects to find sqlite3, but in my nixpkgs it is known merely as sqlite:
… while evaluating the option `packages.HDBC-sqlite3.components.library.libs':
… while evaluating definitions from `/nix/store/kdba7yxld9fk2ds8yirq0w53g5ky1m1a-haskellNix-src/modules/plan.nix':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: The Nixpkgs package set does not contain the package: sqlite3 (system dependency).
You may need to augment the system package mapping in haskell.nix so that it can be found.
Perhaps consider this a documentation issue. I have tried each of the snippets in https://input-output-hk.github.io/haskell.nix/tutorials/pkg-map.html.
The issue is that the
HDBC-sqlite3
Haskell package expects to findsqlite3
, but in my nixpkgs it is known merely assqlite
:Here are my current nix files:
The text was updated successfully, but these errors were encountered: