File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 56
56
# disable haddock for dependencies
57
57
doHaddock = false ;
58
58
}
59
+ {
60
+ packages . stablecoin . components . library = {
61
+ preBuild = ''
62
+ cp -rT ${ projectSrc } /test/resources test/resources/
63
+ '' ;
64
+ } ;
65
+ }
59
66
] ;
60
67
} ;
61
68
tezos-contract = pkgs . stdenv . mkDerivation {
88
95
in
89
96
{
90
97
lib = project . stablecoin . components . library ;
91
- haddock = project . stablecoin . components . library . haddock ;
98
+ haddock = project . stablecoin . components . library . haddock . overrideAttrs ( o : {
99
+ buildPhase = ''
100
+ cp -rT ${ projectSrc } /test/resources test/resources/
101
+ '' + o . buildPhase ;
102
+ } ) ;
92
103
test = project . stablecoin . components . tests . stablecoin-test ;
93
104
nettest = project . stablecoin . components . tests . stablecoin-nettest ;
94
105
stablecoin-client = project . stablecoin . components . exes . stablecoin-client ;
Original file line number Diff line number Diff line change 25
25
},
26
26
"ligo" : {
27
27
"rev" : " 0.46.1" ,
28
- "sha256" : " 165xh33c88inh3wimrm82hw8szl1say2xl9cm0dkvxkkd93p0gqq " ,
28
+ "sha256" : " 167lq0kjxq1m48sp7cpwka9c3jgypryww5xwkp3j065rrw4y9di3 " ,
29
29
"type" : " file" ,
30
30
"url" : " https://gitlab.com/ligolang/ligo/-/jobs/2702841321/artifacts/raw/ligo" ,
31
31
"url_template" : " https://gitlab.com/ligolang/ligo/-/jobs/2702841321/artifacts/raw/ligo"
You can’t perform that action at this time.
0 commit comments