Newer
Older
with pkgs.haskell.lib;
final: prev: {
cardano-crypto-class = addPkgconfigDepend (prev.callPackage ./pkgs/cardano-crypto-class.nix { inherit libsodium secp256k1;}) libblst;
cardano-crypto-praos = addSetupDepend (addPkgconfigDepends prev.cardano-crypto-praos [libblst libsodium]) pkgs.haskell.packages.ghc925.Cabal_3_8_1_0;
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
ghcide = null;
ghcide-bench = null;
ghcide-test-utils = null;
haskell-language-server = null;
hiedb = null;
hls-alternate-number-format-plugin = null;
hls-cabal-fmt-plugin = null;
hls-cabal-plugin = null;
hls-call-hierarchy-plugin = null;
hls-change-type-signature-plugin = null;
hls-class-plugin = null;
hls-code-range-plugin = null;
hls-explicit-fixity-plugin = null;
hls-explicit-imports-plugin = null;
hls-explicit-record-fields-plugin = null;
hls-fourmolu-plugin = null;
hls-gadt-plugin = null;
hls-hlint-plugin = null;
hls-module-name-plugin = null;
hls-pragmas-plugin = null;
hls-qualify-imported-names-plugin = null;
hls-refactor-plugin = null;
hls-refine-imports-plugin = null;
hls-retrie-plugin = null;
hls-splice-plugin = null;
hls-test-utils = null;
plutus-core = addPkgconfigDepend (addSetupDepend prev.plutus-core pkgs.haskell.packages.ghc925.Cabal_3_8_1_0) libblst;
plutus-tx = addSetupDepend prev.plutus-tx pkgs.haskell.packages.ghc925.Cabal_3_8_1_0;
plutus-tx-plugin = addSetupDepend prev.plutus-tx-plugin pkgs.haskell.packages.ghc925.Cabal_3_8_1_0;
plutus-ledger-api = dontBenchmark prev.plutus-ledger-api;