We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2526b3 commit 0e9f49fCopy full SHA for 0e9f49f
1 file changed
pkgs/by-name/gr/graphite/package.nix
@@ -82,14 +82,6 @@ let
82
mv ./include $out/
83
84
cat ./CREDITS.html | ${xz}/bin/xz -9 -e -c > $out/CREDITS.html.xz
85
-
86
- echo '${
87
- builtins.toJSON {
88
- type = "minimal";
89
- name = builtins.baseNameOf finalAttrs.src.url;
90
- sha1 = "";
91
- }
92
- }' > $out/archive.json
93
'';
94
});
95
in
@@ -130,6 +122,11 @@ stdenv.mkDerivation (finalAttrs: {
130
122
mkdir branding
131
123
cp -r ${branding}/* branding
132
124
cp $src/.branding branding/.branding
125
+
126
+ substituteInPlace $cargoDepsCopy/*/cef-dll-sys-*/build.rs \
127
+ --replace-fail \
128
+ 'download_cef::check_archive_json(&env::var("CARGO_PKG_VERSION")?, &cef_path)?;' \
129
+ ""
133
134
135
postConfigure = ''
0 commit comments