File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 44
55* In expressions generated by ` cabal2nix --shell ` , use the ` inNixShell `
66 function argument instead of ` pkgs.lib.inNixShell ` . Note that this
7- requires [ Nix 2.4 or later] ( https://github.com/NixOS/nix/pull/3168 ) .
7+ requires [ Nix 2.4 or later] ( https://github.com/NixOS/nix/pull/3168 )
8+ or Lix.
89
9- Note that this only works correctly if the generated expression is
10+ _ Warning _ : This only works correctly if the generated expression is
1011 the top level expression. If you want to use a wrapper expression,
1112 make sure it has an ` inNixShell ` argument and pass that through
1213 to the generated one.
14+ * Added library name mappings for various packages.
15+ * Removed library name mappings for ` pkgs.webkitgtk_4_0 ` , ` pkgs.opencv3 `
16+ and ` pkgs.devil ` all of which have been removed from Nixpkgs for 25.11.
17+ * Removed expression post processing hooks for ` pandoc ` , ` pandoc-citeproc ` ,
18+ ` liquid-fixpoint ` and ` GlomeVec ` .
1319
1420## 2.20.1
1521
You can’t perform that action at this time.
0 commit comments