Martin Weinelt
f2aff81018
applyPatches: passthru outputHashAlog
Fixes evaluation of the find-tarballs.nix script used in the tarballs
mirror pipeline.
```
$ nix-instantiate --eval --json --strict maintainers/scripts/find-tarballs.nix --arg expr 'import maintainers/scripts/all-tarballs.nix' --show-trace
[...]
error:
… while calling anonymous lambda
at maintainers/scripts/find-tarballs.nix:3:1:
2|
3| {
| ^
4| expr,
… while evaluating uniqueFiles
at maintainers/scripts/find-tarballs.nix:105:1:
104| in
105| uniqueFiles
| ^
106|
… while calling the 'map' builtin
at maintainers/scripts/find-tarballs.nix:26:17:
25|
26| uniqueFiles = map (x: x.file) (genericClosure {
| ^
27| startSet = map (file: {
… while calling the 'genericClosure' builtin
at maintainers/scripts/find-tarballs.nix:26:34:
25|
26| uniqueFiles = map (x: x.file) (genericClosure {
| ^
27| startSet = map (file: {
… while evaluating type
at maintainers/scripts/find-tarballs.nix:28:28:
27| startSet = map (file: {
28| key = with file; (if type == null then "" else type + "+") + hash;
| ^
29| inherit file;
error: attribute 'outputHashAlgo' missing
at maintainers/scripts/find-tarballs.nix:38:16:
37| isPatch = (drv ? postFetch && drv.postFetch != "");
38| type = drv.outputHashAlgo;
| ^
39| name = drv.name;
```
2025-06-08 01:20:38 +02:00
..
2025-05-28 22:59:43 +08:00
2025-06-05 14:32:22 +02:00
2025-03-08 17:50:37 +07:00
2025-05-21 16:53:22 -06:00
2025-04-01 20:10:43 +02:00
2025-04-01 20:10:43 +02:00
2025-01-26 16:47:16 +01:00
2025-05-22 19:00:07 +08:00
2025-03-08 21:00:46 +01:00
2025-05-05 21:52:17 +02:00
2025-04-01 20:10:43 +02:00
2025-04-08 02:57:25 -04:00
2025-05-20 18:46:48 +09:00
2025-05-07 20:01:35 +02:00
2025-04-01 20:10:43 +02:00
2025-04-01 20:10:43 +02:00
2025-06-02 10:51:02 -07:00
2025-04-01 20:10:43 +02:00
2025-02-24 10:44:41 +01:00
2025-04-27 01:31:25 +00:00
2025-05-23 14:32:28 -07:00
2025-04-01 20:10:43 +02:00
2025-03-23 00:13:15 +08:00
2025-06-04 10:29:08 +00:00
2025-06-02 10:37:41 +02:00
2025-05-08 19:08:14 -04:00
2025-04-01 20:10:43 +02:00
2025-02-24 10:44:41 +01:00
2025-04-01 20:10:43 +02:00
2025-05-08 18:29:49 +02:00
2025-04-01 20:10:43 +02:00
2025-04-30 18:52:11 +09:00
2025-04-01 20:10:43 +02:00
2025-03-04 23:23:20 +01:00
2025-02-24 10:44:41 +01:00
2025-05-30 11:34:05 +05:30
2025-02-24 10:44:41 +01:00
2025-02-10 19:19:59 +01:00
2025-04-01 20:10:43 +02:00
2025-06-02 16:07:07 +02:00
2025-04-25 12:57:29 -07:00
2025-05-23 08:53:46 +02:00
2025-05-31 04:24:58 +08:00
2025-06-08 01:20:38 +02:00
2025-05-27 20:04:15 +02:00
2025-04-19 20:28:20 -04:00
2025-05-13 20:35:53 +02:00
2025-04-25 22:20:17 -03:00
2025-05-12 12:10:45 +02:00
2025-03-18 15:32:57 -07:00
2025-02-24 10:44:41 +01:00