Commit Graph

9 Commits

Author SHA1 Message Date
Janik
ac91019d44
Merge pull request #276437 from patwid/hare-ssh
hareThirdParty.hare-ssh: init at unstable-2023-11-16
2024-01-16 05:11:46 +01:00
Patrick Widmer
939f41e183 hareThirdParty.hare-ssh: init at unstable-2023-11-16 2024-01-15 20:56:22 +01:00
starzation
9f8f6132e3 hareThirdParty.hare-png: init at unstable-2023-09-09 2024-01-12 17:13:15 +07:00
Gustavo Coutinho de Souza
a7e7a9ae16
hareThirdParty.hare-toml: init at 0.1.0 2023-12-22 11:51:50 -03:00
Colin Sane
64121103ec
hareThirdParty.hare-ev: init at unstable-2023-10-31
* hareThirdParty.hare-ev: init at unstable-2023-10-30 (#274505)

---------

Co-authored-by: Janik <80165193+Janik-Haag@users.noreply.github.com>
2023-12-20 01:29:04 +01:00
Gustavo Coutinho de Souza
494bd4255c
hareThirdParty.hare-json: move to pkgs/development/hare-third-party 2023-12-15 07:01:17 -03:00
starzation
0530fcc0b1 hareThirdParty.hare-compress: init at unstable-2023-11-01 2023-12-13 18:21:15 +07:00
starzation
f036297287 hareThirdParty.hare-json: init at unstable-2023-09-21 2023-12-03 23:14:38 +07:00
Gustavo Coutinho de Souza
444195a47e
hare: refactor harePackages into hareThirdParty
The name `harePackages` may give thet impression that programs written in
Hare should be added to its scope, which is not true: its purpose is to
encapsulate Hare third party libraries.

Thus, changing it to `hareThirdParty` makes it clear what its purpose
is --- just like renaming `hare-packages.nix` to `hare-third-party.nix`
on `pkgs/top-level`.

Moreover, remove the `hare` and `harec` packages from the newly renamed
`hareThirdParty` scope, since they are not Hare libraries.

Finally, remove the inheritance of `harePackages.hare` on `himitsu` and
`himitsu-firefox`, the two programs using `hare` on nixpkgs: both `hare`
and `harec` are directly accessible since 12449072[1], when they were
moved from `aliases.nix` to `all-packages.nix`, with the difference now
that they do not belong anymore to `harePackages` --- now `hareThirdParty`.

[1]: 1244907222
2023-11-26 13:03:45 -03:00