Commit Graph

38 Commits

Author SHA1 Message Date
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
Anomalocaridid
d39e6b73f3 handlr-regex: 0.9.0 -> 0.10.0 2024-03-17 16:54:08 -04:00
Coutinho de Souza
478cff8d32
haredoc: init at 0.24.0
Also add a mention to the release notes of 24.05 about `hare` and
`haredoc` being split into different packages.
2024-03-06 11:57:55 -03:00
Coutinho de Souza
8100cc1f54
hare: enable cross-compilation 2024-03-06 10:41:04 -03:00
Coutinho de Souza
f8b46d2bbd
harec: enable cross-compilation 2024-03-05 20:05:38 -03:00
Coutinho de Souza
b2aa275555
hare: unstable-2024-02-08 -> 0.24.0
Drop usage of pinned qbe in favor of qbe-1.2.
2024-02-21 16:36:41 -03:00
Coutinho de Souza
e28cb4fb57
harec: unstable-2024-02-03 -> 0.24.0
Drop usage of pinned qbe in favor of qbe-1.2.
2024-02-21 16:35:09 -03:00
Sandro
7dac69a0d9
Merge pull request #287481 from onemoresuza/hare
hare: remove `passthru.updateScript` from it and harec
2024-02-10 17:52:12 +01:00
Mario Rodas
8d00a777e8
Merge pull request #287557 from r-ryantm/auto-update/hare
hare: unstable-2024-02-05 -> unstable-2024-02-08
2024-02-10 08:16:19 -05:00
kirillrdy
5a7b241264
Merge pull request #286639 from r-ryantm/auto-update/harec
harec: 0-unstable-2024-01-29 -> unstable-2024-02-03
2024-02-10 07:03:26 +11:00
R. Ryantm
eed453c0a9 hare: unstable-2024-02-05 -> unstable-2024-02-08 2024-02-09 19:45:05 +00:00
Gustavo Coutinho de Souza
64a7c978a5
hare: remove passthru.updateScript from it and harec
Since it must be updated together with `harec`, the r-ryantm update
workflow does not work, since it creates two different PRs.
2024-02-09 09:47:40 -03:00
R. Ryantm
f0fd731145 hare: 0-unstable-2024-02-01 -> unstable-2024-02-05 2024-02-06 06:25:26 +00:00
R. Ryantm
f9adbc4772 harec: 0-unstable-2024-01-29 -> unstable-2024-02-03 2024-02-06 05:20:22 +00:00
Gustavo Coutinho de Souza
7b9a168c35
hare: unstable-2023-11-27 -> 0-unstable-2024-02-01
Enable new debuggin features described on Hare's blog[0].

[0]: https://harelang.org/blog/2024-02-01-debugging-features/
2024-02-05 08:26:47 -03:00
Gustavo Coutinho de Souza
d59e2b500e
harec: unstable-2023-11-29 -> 0-unstable-2024-01-29 2024-02-05 08:26:38 -03:00
Luke Granger-Brown
a12b828a26
Merge pull request #277661 from appsforartists/handheld-daemon
handheld-daemon: init at 1.1.0
2024-01-30 04:01:11 +00:00
Brenton Simpson
b960a217bd handheld-daemon: touchup code style to better match nixpkgs
Co-authored-by: h7x4 <h7x4@nani.wtf>
Co-authored-by: Luke Granger-Brown <git@lukegb.com>
Co-authored-by: Bruno BELANYI <bruno@belanyi.fr>
2024-01-29 17:20:30 -08:00
Brenton Simpson
3bfa7c5710 handheld-daemon: touchup package description 2024-01-29 17:19:23 -08:00
Brenton Simpson
f939675e04 handheld-daemon: 1.0.8 -> 1.1.0 2024-01-29 12:31:29 -08:00
Thiago Kenji Okada
6284c22db2
Merge pull request #281059 from onemoresuza/haredo
haredo: wrap program with a shell
2024-01-23 10:28:49 +00:00
Brenton Simpson
52f22bfc57 handheld-daemon: 0.27 -> 1.0.8 2024-01-22 19:26:42 -08:00
Brenton Simpson
bcf9a24332 handheld-daemon: init at 0.2.7 2024-01-22 19:26:42 -08:00
Gustavo Coutinho de Souza
3ff0cd7263
hare: embedd paths for cross-compilation toolchains
Also strip the `HAREPATH` make variable embedded in the binary from
empty `$(SRCDIR)/hare/third-party`, since since nix does not follows the
FHS and relies on the `HAREPATH` environment variable to find third
party libraries.
2024-01-17 13:31:00 -03:00
Gustavo Coutinho de Souza
ea74836d9a
haredo: wrap program with a shell
The program relies on the presence of a shell, specifically `sh`, on its
PATH[1].

Also set `enableParallelChecking` to true, which can speed up the build
proccess significantly, specially when using emulated native compilation
through `binfmt`.

[1]: 34136cfca3/item/src/haredo.ha (L282)
2024-01-14 23:05:58 -03:00
Gustavo Coutinho de Souza
a47d6e0fd6
hare: unstable-2023-10-23 -> unstable-2023-11-27
And also:
- move platform and arch to outer let-in
- patch tzdata paths to use the nix store
- set `outputs` to `[ "out" "man" ]`
- append `nixpkgs` `hare version`'s output
- compact `postFixup` phase
- rework description
- move `binutils-unwrapped` only to `buildInputs`

[1]: https://nixpk.gs/pr-tracker.html?pr=265124
2023-12-14 19:27:37 -03:00
Gustavo Coutinho de Souza
a0e632e84e
harec: unstable-2023-10-22 -> unstable-2023-11-29 2023-12-11 16:27:55 -03:00
Gustavo Coutinho de Souza
e3b56dd702
harec: migrate to pkgs/by-name 2023-12-11 16:27:55 -03:00
Gustavo Coutinho de Souza
5ee6ca0458
hare: migrate to pkgs/by-name 2023-12-11 16:27:55 -03:00
Peder Bergebakken Sundt
21ed02377c
Merge pull request #269767 from onemoresuza/haredo
haredo: init at 1.0.5
2023-12-06 17:05:38 +01:00
Gustavo Coutinho de Souza
68fee72c52
haredo: init at 1.0.5 2023-12-06 08:07:16 -03:00
Anomalocaridid
e8d71f6901 handlr-regex: 0.8.5 -> 0.9.0 2023-12-03 21:21:29 -05:00
Anomalocaridid
db4ce465ed handlr-regex: migrate to pkgs/by-name 2023-12-03 20:10:12 -05:00
éclairevoyant
40ffdaf0b6
hayabusa: init at unstable-2023-11-29 2023-12-02 09:56:26 -05:00
Anderson Torres
ec726b697d hachimarupop: init at unstable-2022-07-11 2023-11-16 23:46:11 -03:00
Anderson Torres
ec63994cac haunt: migrate to by-name 2023-10-11 23:42:04 -03:00
Anderson Torres
bde3f6a4b1 havoc: migrate to by-name 2023-10-11 23:42:04 -03:00
Fabian Affolter
436e6e8121 ha-mqtt-discoverable-cli: init at 0.2.1 2023-09-25 11:06:48 +02:00