summary refs log tree commit diff
path: root/pkgs/os-specific/linux/s6-linux-utils
Commit message (Collapse)AuthorAge
* skaware: switch from git repos to tarballsProfpatsch2018-09-06
| | | | It should be more performant this way.
* skawarePackages: factor out the common partsProfpatsch2018-09-06
| | | | | | | | | | | Introduce a `skawarePackages.buildPackage` function that contains the common setup, removing a lot of duplication. In particular, we require that the build directory has to be empty after the `fixupPhase`, to make sure every relevant file is moved to the outputs. A next step would be to deduplicate the `configureFlags` attributes and only require a `skawareInputs` field.
* skaware: update tools & libraries to summer 2018 releaseProfpatsch2018-09-06
| | | | | | https://www.mail-archive.com/skaware@list.skarnet.org/msg01217.html No support for yet.
* skarnet software: add Profpatsch as maintainerProfpatsch2018-07-25
|
* skarnet software: rename attributes and split outputsProfpatsch2018-07-25
| | | | | | Change the attribute names of camelCased utils to kebab-case to improve consistency. Split every package into multiple outputs where possible.
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* update skarnet.org packagestv2017-11-13
| | | | | | | | | | | execline: 2.2.0.0 -> 2.3.0.3 s6: 2.4.0.0 -> 2.6.1.1 s6-dns: 2.1.0.0 -> 2.2.0.1 s6-linux-utils: 2.2.0.0 -> 2.4.0.2 s6-networking: 2.2.1.0 -> 2.3.0.2 s6-portable-utils: 2.1.0.0 -> 2.2.1.1 s6-rc: 0.1.0.0 -> 0.3.0.0 skalibs: 2.4.0.1 -> 2.6.0.1
* update skarnet.org packagesPatrick Mahoney2017-03-26
| | | | | | | | | | | | | | | execline: 2.1.4.5 -> 2.2.0.0 s6-dns: 2.0.0.7 -> 2.1.0.0 s6-linux-utils: 2.0.2.3 -> 2.2.0.0 s6-networking: 2.1.0.4 -> 2.2.1.0 s6-portable-utils: 2.1.0.0 -> 2.1.0.0 (no version change) s6-rc: 0.0.2.1 -> 0.1.0.0 s6: 2.2.4.3 -> 2.4.0.0 skalibs: 2.3.9.0 -> 2.4.0.1 Also use new --enable-absolute-paths configure arg to correctly set paths to runtime executables to point within the nix store rather than relying on PATH resolution.
* update skarnet.org packagesPatrick Mahoney2016-04-01
| | | | | | | | | | | skalibs: 2.4.7.0 -> 2.3.9.0 execline: 2.1.4.0 -> 2.1.4.5 s6: 2.2.1.0 -> 2.2.4.3 s6-rc: 0.0.1.0 -> 0.0.2.1 s6-portable-utils: 2.0.5.2 -> 2.0.5.3 s6-linux-utils: 2.0.2.0 -> 2.0.2.3 s6-dns: 2.0.0.4 -> 2.0.0.7 s6-networking: 2.1.0.1 -> 2.1.0.4
* Add myself as maintainer for skarnet softwarePatrick Mahoney2015-06-01
|
* Update versions of skarnet.org packagesPatrick Mahoney2015-03-28
| | | | | | | | | | | skalibs 2.3.2.0 execline 2.1.1.0 s6 2.1.3.0 st-portable-utils 2.0.4.0 s6-linux-utils 2.0.2.0 s6-networking 2.1.0.0 Also change path to s6 static library in s6-networking build.
* s6: don't depend on GNU Make 4.0Peter Simons2015-01-01
| | | | | | | The website gives no indication that version 4.x is required to build this package, and even it if were, then there should be an override in all-packages.nix instead of referring to the 'gnumake40' attribute directly in this expression.
* Update skarnet.org software for 2.0 release.Patrick Mahoney2014-12-23
| | | | | | | | | | | | | New build system using configure script and GNU Make 4.0, and new releases of the following using the new build system: execline 2.0.0.0 s6 2.0.0.0 s6-dns 2.0.0.0 s6-linux-utils 2.0.0.0 s6-networking 2.0.0.0 s6-portable-utils 2.0.0.0 skalibs 2.0.0.0
* Consolidate conf-compile steps for skarnet.org pkgs.Patrick Mahoney2014-11-28
|
* Fixed many descriptionsPascal Wittmann2014-11-11
|
* s6-linux-utils: new packagePatrick Mahoney2014-08-30
s6-linux-utils is a set of minimalistic Linux-specific system utilities.