File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 159159 inherit installPhase ;
160160 } ;
161161
162- emacsngHashdir = prev . rustPlatform . fetchCargoTarball {
163- src = emacsng-source + "/lib-src/hashdir" ;
164- sourceRoot = null ;
165- name = "emacsngHashdir" ;
166- cargoUpdateHook = doVersionedUpdate ;
167- sha256 = "sha256-pcIYKdlt/qfmnrr3q0pyD0F0RMl+ZPls5YbhJdlenRA=" ;
168- inherit installPhase ;
169- } ;
170162 in
171163 stdenv . mkDerivation {
172164 name = "emacsng-rust" ;
173165 srcs = [
174166 emacsngLibDeps
175167 ngBindgen
176- emacsngHashdir
177168 emacsngSrc
178169 ] ;
179170 sourceRoot = "." ;
189180 EOF
190181 cp -R emacsngLibDeps-vendor.tar.gz-versioned/* $out/.cargo/registry
191182 cp -R ngBindgen-vendor.tar.gz-versioned/* $out/.cargo/registry
192- cp -R emacsngHashdir-vendor.tar.gz-versioned/* $out/.cargo/registry
193183 cp -R emacsngSrc-vendor.tar.gz-versioned/* $out/.cargo/registry
194184 '' ;
195185 }
You can’t perform that action at this time.
0 commit comments