Commit Graph

16 Commits

Author SHA1 Message Date
Thomas Gerbet
52fc2247ce iaito: 5.8.8 -> 5.9.0
Changes:
https://github.com/radareorg/iaito/releases/tag/5.9.0
2024-04-05 00:00:01 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Azat Bahawi
688e3878e5 iaito: fix desktop entry icon 2023-11-26 16:20:24 +02:00
Azat Bahawi
83bee455f4
iaito: 5.8.6 -> 5.8.8 2023-08-18 19:57:17 +03:00
Jan Malakhovski
591ccfe5b9 treewide: noop: refer to src.name or similar where appropriate, part 3: more use cases
This continues where d8f7f6a5ce left off. Similarly
to that commit, this commit this also points `sourceRoot`s to `src.name` and similar
instead of keeping hardcoded names, and edits other derivation attrs do do the same,
where appropriate.

Also, similarly to d8f7f6a5ce some of expressions this
edits use `srcs` attribute with customly-named sources, so they have to be moved
into `let` blocks to keep evaluation efficient (the other, worse, way to do this
would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-11 09:20:44 +00:00
Azat Bahawi
8292a0f4a5
iaito: 5.8.4 -> 5.8.6 2023-05-28 12:55:40 +03:00
Azat Bahawi
8788050932
iaito: 5.8.2 -> 5.8.4
Fixes: #224862
2023-04-06 00:24:47 +03:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Azat Bahawi
0500164fcf
iaito: 5.8.0 -> 5.8.2 2023-02-08 23:50:21 +03:00
Jörg Thalheim
e855a598e7 iaito: 5.7.8 -> 5.8.0 2022-12-23 16:02:42 +01:00
Azat Bahawi
1a047a9548
iaito: 5.7.6 -> 5.7.8 2022-12-02 04:04:08 +03:00
R. Ryantm
cc731c9277 iaito: 5.7.4 -> 5.7.6 2022-10-01 14:58:36 +00:00
R. Ryantm
c73061682c iaito: 5.7.2 -> 5.7.4 2022-09-28 12:27:33 +08:00
Azat Bahawi
cf885915b3
iaito: 5.7.0 -> 5.7.2 2022-08-02 22:39:27 +03:00
Azat Bahawi
a6cf69f4c4
iaito: init at 5.7.0 2022-07-14 02:39:54 +03:00