Commit Graph

12 Commits

Author SHA1 Message Date
Sergei Trofimovich
cdb46a574b skalibs: 2.14.2.0 -> 2.14.3.0
Changes: https://skarnet.org/software/skalibs/upgrade.html
2024-10-10 06:28:41 +01:00
Alyssa Ross
772eef19a4 skalibs: 2.14.1.1 -> 2.14.2.0 2024-06-15 08:02:18 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Profpatsch
7cadc17591 skawarePackages: add manpages to their respective packages
For a while now, we’ve had these separate derivations for the skaware
manpages.

That was fine in the beginning, because it was not entirely clear
whether the manpage project would be long-lived. Given that the
collection of third-party manpages is now extensive and updated
regularly, plus it is sanctioned by skarnet, we can remove this
additional hurdle to using skaware.

The buildManPage structure is kept, instead of building them in a
separate `default.nix`, we add a field `manpages` to
`skawarePackages.buildPackage`, which adds the `"man"` output and
copies everything from the manpages output.

For backwards-compat, the manpage derivation is exposed in the
`passthru` and referenced by the `*-man-pages` attributes.

~~~

The `with skawarePackages;` scope is removed from all packages, and
used explicitly for all functions, while packages get added to the
package import header.
2024-03-24 14:52:19 +01:00
Alyssa Ross
37366f5a40 skalibs: 2.14.1.0 -> 2.14.1.1 2024-02-28 16:34:49 +01:00
Alyssa Ross
e9dbcaa402 skalibs: 2.14.0.1 -> 2.14.1.0 2023-12-28 15:05:28 +01:00
Alyssa Ross
f78ad50e0b skalibs: 2.14.0.0 -> 2.14.0.1 2023-11-30 22:51:32 +00:00
Adam Joseph
ad91b28cd9 skalibs: fix cross
skalibs-2.14.0.0 added detection for some weird bug exhibited in
"old glibcs and some virtual platforms".  When cross compiling the
detector cannot be run:

> posixspawnearlyreturn: `yes` if the target has a broken
> `posix_spawn()` implementation that can return before the
> child has successfully exec'ed. That happens with old glibcs
> and some virtual platforms.

I just took a wild guess here and picked `no`.

Co-authored-by: Alyssa Ross <hi@alyssa.is>
2023-11-08 17:07:03 -08:00
Alyssa Ross
fc63ca1505 skalibs: 2.13.1.1 -> 2.14.0.0 2023-11-07 13:05:31 +00:00
Alyssa Ross
5f763ac2fb skalibs: 2.13.0.0 -> 2.13.1.1 2023-04-06 09:46:35 +00:00
Alyssa Ross
7ee985e5a2 skalibs: 2.12.0.1 -> 2.13.0.0 2023-01-17 19:21:00 +00:00
AndersonTorres
a76bd55090 skawarePackages: move all of them to development/skaware-packages 2022-10-28 11:30:49 -03:00