1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00
Commit graph

63 commits

Author SHA1 Message Date
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
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
Alyssa Ross 470ce55e71 s6-rc-man-pages: 0.5.4.1.2 -> 0.5.4.2.1
git tags are identical, so this isn't really an upgrade…
2024-02-28 16:34:49 +01:00
Alyssa Ross 25909d8921 s6-networking: 2.7.0.1 -> 2.7.0.2 2024-02-28 16:34:49 +01:00
Alyssa Ross 37366f5a40 skalibs: 2.14.1.0 -> 2.14.1.1 2024-02-28 16:34:49 +01:00
Alyssa Ross 5751106b60 tipidee: 0.0.2.0 -> 0.0.3.0 2023-12-28 15:05:28 +01:00
Alyssa Ross 09bb287faa s6-dns: 2.3.7.0 -> 2.3.7.1 2023-12-28 15:05:28 +01:00
Alyssa Ross 626df9ec03 s6-networking: 2.7.0.0 -> 2.7.0.1 2023-12-28 15:05:28 +01:00
Alyssa Ross b2e3c3c550 s6: 2.12.0.2 -> 2.12.0.3 2023-12-28 15:05:28 +01:00
Alyssa Ross e9dbcaa402 skalibs: 2.14.0.1 -> 2.14.1.0 2023-12-28 15:05:28 +01:00
Adam Joseph 4d139f4f0e s6-man-pages: 2.11.3.2.4 -> 2.12.0.2.1
This updates the manpages to match the software.
2023-12-03 12:16:45 +01:00
Alyssa Ross 8d0f0ca323 tipidee: 0.0.1.0 -> 0.0.2.0 2023-11-30 22:51:32 +00:00
Alyssa Ross 1cdbb53881 s6-networking: 2.6.0.0 -> 2.7.0.0 2023-11-30 22:51:32 +00:00
Alyssa Ross 5784fa51f2 s6-dns: 2.3.6.0 -> 2.3.7.0 2023-11-30 22:51:32 +00:00
Alyssa Ross 44c1e78ccb s6: 2.12.0.0 -> 2.12.0.2 2023-11-30 22:51:32 +00:00
Alyssa Ross f78ad50e0b skalibs: 2.14.0.0 -> 2.14.0.1 2023-11-30 22:51:32 +00:00
Artturi cc0b49cc27
Merge pull request #266253 from amjoseph-nixpkgs/pr/skalibs/fixcross 2023-11-10 21:57:44 +02:00
Profpatsch 3a256b2896 skawarePackages.tipidee: init at 0.0.1.0 2023-11-09 15:02:48 +01: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 df4f0296d7 mdevd: 0.1.6.2 -> 0.1.6.3 2023-11-07 13:05:31 +00:00
Alyssa Ross cff0ee734c s6-networking: 2.5.1.3 -> 2.6.0.0 2023-11-07 13:05:31 +00:00
Alyssa Ross ba9469fa2f s6-dns: 2.3.5.5 -> 2.3.6.0 2023-11-07 13:05:31 +00:00
Alyssa Ross 95b744aa87 s6-linux-utils: 2.6.1.2 -> 2.6.2.0 2023-11-07 13:05:31 +00:00
Alyssa Ross 87fc244e92 s6-portable-utils: 2.3.0.2 -> 2.3.0.3 2023-11-07 13:05:31 +00:00
Alyssa Ross 24927b7569 s6-linux-init: 1.1.1.0 -> 1.1.2.0 2023-11-07 13:05:31 +00:00
Alyssa Ross 40350108dc s6-rc: 0.5.4.1 -> 0.5.4.2 2023-11-07 13:05:31 +00:00
Alyssa Ross e97476649e s6: 2.11.3.2 -> 2.12.0.0 2023-11-07 13:05:31 +00:00
Alyssa Ross cd59bf343f execline: 2.9.3.0 -> 2.9.4.0 2023-11-07 13:05:31 +00:00
Alyssa Ross cbe18b98f1 utmps: 0.1.2.1 -> 0.1.2.2 2023-11-07 13:05:31 +00:00
Alyssa Ross f032e6e2be nsss: 0.2.0.3 -> 0.2.0.4 2023-11-07 13:05:31 +00:00
Alyssa Ross fc63ca1505 skalibs: 2.13.1.1 -> 2.14.0.0 2023-11-07 13:05:31 +00:00
Alyssa Ross cfbb29d769 skawarePackages.buildPackage: make sha256 optional
Fall back to fakeSha256 if unspecified, like many other fetcher
functions now do, to streamline packages / new updates.
2023-11-07 11:58:42 +01:00
Alyssa Ross b29835fea2 s6-rc-man-pages: init at 0.5.4.1.2 2023-06-23 12:02:14 +02:00
sternenseemann 86388ba688 skawarePackages.*-man-pages: updates including build system changes
execline-man-pages: 2.9.0.0.1 -> 2.9.3.0.5
s6-man-pages: 2.11.2.0.1 -> 2.11.3.2.4
s6-networking-man-pages: 2.5.1.2.1 -> 2.5.1.3.3
s6-portable-utils-man-pages: 2.2.5.1.1 -> 2.3.0.2.2
2023-06-19 14:30:59 +02:00
sternenseemann 09465e0cd9 skawarePackages.buildManPages: default to new sr.ht upstream
http://skarnet.org/lists/skaware/1815.html
http://skarnet.org/lists/skaware/1816.html
http://skarnet.org/lists/skaware/1801.html
2023-06-19 14:30:59 +02:00
Alyssa Ross 377cfde8da s6-rc: 0.5.3.3 -> 0.5.4.1 2023-04-06 09:46:35 +00:00
Alyssa Ross 5721914bd2 s6-portable-utils: 2.2.5.1 -> 2.3.0.2 2023-04-06 09:46:35 +00:00
Alyssa Ross dcefabe644 s6-networking: 2.5.1.2 -> 2.5.1.3 2023-04-06 09:46:35 +00:00
Alyssa Ross b5d6eb18f4 mdevd: 0.1.6.1 -> 0.1.6.2 2023-04-06 09:46:35 +00:00
Alyssa Ross 0dabc9efb8 s6-linux-utils: 2.6.0.1 -> 2.6.1.2 2023-04-06 09:46:35 +00:00
Alyssa Ross 4bf3d1116c s6-linux-init: 1.0.8.1 -> 1.1.1.0 2023-04-06 09:46:35 +00:00
Alyssa Ross 82a3f49206 s6: 2.11.2.0 -> 2.11.3.2 2023-04-06 09:46:35 +00:00
Alyssa Ross 82e832bbf2 execline: 2.9.1.0 -> 2.9.3.0 2023-04-06 09:46:35 +00:00
Alyssa Ross 30e6d6ce53 nsss: 0.2.0.2 -> 0.2.0.3 2023-04-06 09:46:35 +00:00
Alyssa Ross 5f763ac2fb skalibs: 2.13.0.0 -> 2.13.1.1 2023-04-06 09:46:35 +00:00
Alyssa Ross 3b215117a2 execline: man pages: 2.9.0.0.1 -> 2.9.1.0.1 2023-01-17 19:21:00 +00:00
Alyssa Ross 915214b03b s6-portable-utils-manpages: 2.2.5.0.1 -> 2.2.5.1.1 2023-01-17 19:21:00 +00:00
Alyssa Ross 5c33e2aaa9 s6-networking-manpages: 2.5.1.1.1 -> 2.5.1.2.1 2023-01-17 19:21:00 +00:00
Alyssa Ross 3484f0babf s6-man-pages: 2.11.1.1.1 -> 2.11.2.0.1 2023-01-17 19:21:00 +00:00
Alyssa Ross 5c9a5d0bc3 mdevd: 0.1.5.2 -> 0.1.6.1 2023-01-17 19:21:00 +00:00