| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,6 +23,7 @@ on: | |||
| 23 | 23 | - deps/icu-small/** | |
| 24 | 24 | - deps/icu-tmp/** | |
| 25 | 25 | - deps/llhttp/** | |
| 26 | + - deps/merve/** | ||
| 26 | 27 | - deps/nbytes/** | |
| 27 | 28 | - deps/nghttp2/** | |
| 28 | 29 | - deps/ngtcp2/** | |
@@ -72,6 +73,7 @@ on: | |||
| 72 | 73 | - deps/icu-small/** | |
| 73 | 74 | - deps/icu-tmp/** | |
| 74 | 75 | - deps/llhttp/** | |
| 76 | + - deps/merve/** | ||
| 75 | 77 | - deps/nbytes/** | |
| 76 | 78 | - deps/nghttp2/** | |
| 77 | 79 | - deps/ngtcp2/** | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1241,6 +1241,7 @@ ifeq ($(SKIP_SHARED_DEPS), 1) | |||
| 1241 | 1241 | $(RM) -r $(TARNAME)/deps/icu-tmp | |
| 1242 | 1242 | $(RM) -r $(TARNAME)/deps/LIEF | |
| 1243 | 1243 | $(RM) -r $(TARNAME)/deps/llhttp | |
| 1244 | + $(RM) -r $(TARNAME)/deps/merve | ||
| 1244 | 1245 | $(RM) -r $(TARNAME)/deps/nbytes | |
| 1245 | 1246 | $(RM) -r $(TARNAME)/deps/nghttp2 | |
| 1246 | 1247 | $(RM) -r $(TARNAME)/deps/ngtcp2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,6 +19,7 @@ | |||
| 19 | 19 | 'node_shared_http_parser%': 'false', | |
| 20 | 20 | 'node_shared_libuv%': 'false', | |
| 21 | 21 | 'node_shared_lief%': 'false', | |
| 22 | + 'node_shared_merve%': 'false', | ||
| 22 | 23 | 'node_shared_nbytes%': 'false', | |
| 23 | 24 | 'node_shared_nghttp2%': 'false', | |
| 24 | 25 | 'node_shared_openssl%': 'false', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,6 +32,10 @@ | |||
| 32 | 32 | hash = "sha256-8cbu4ftn5ke7vd4cniwxuyKl6FRxwdToBj77oyYmsfk="; | |
| 33 | 33 | } | |
| 34 | 34 | }/pkgs/by-name/nb/nbytes/package.nix" { }; | |
| 35 | + merve = pkgs.callPackage (builtins.fetchurl { | ||
| 36 | + url = "https://github.com/NixOS/nixpkgs/raw/469b8e35e54d2880d73337c5ef2f1416b9b1dd43/pkgs/by-name/me/merve/package.nix"; | ||
| 37 | + sha256 = "0r2fmip48hcy4za6xfaml627x9m4218g6vlk5fiajmypfvxybzfy"; | ||
| 38 | + }) { }; | ||
| 35 | 39 | } | |
| 36 | 40 | // (pkgs.lib.optionalAttrs withLief { | |
| 37 | 41 | lief = pkgs.callPackage (builtins.fetchurl { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments