summary refs log tree commit diff
path: root/pkgs/tools/networking/innernet
Commit message (Collapse)AuthorAge
* innernet: add changelog to metaFabian Affolter2023-06-24
|
* innernet: 1.5.5 -> 1.6.0R. Ryantm2023-06-23
|
* innernet: migrate to bindgenHookWeijia Wang2023-05-26
|
* innernet: 1.5.4 -> 1.5.5R. Ryantm2022-09-24
|
* innernet: only package systemd units for linuxJosh Robson Chase2022-05-23
|
* innernet: package systemd unitsJosh Robson Chase2022-05-23
|
* treewide: testVersion -> testers.testVersionArtturin2022-04-22
|
* innernet: 1.5.3 -> 1.5.4R. Ryantm2022-03-17
|
* innernet: 1.5.2 -> 1.5.30x4A6F2022-01-31
|
* innernet: 1.5.1 -> 1.5.20x4A6F2021-12-06
|
* innernet: 1.5.0 -> 1.5.10x4A6F2021-11-12
|
* innernet: 1.4.1 -> 1.5.00x4A6F2021-09-17
|
* innernet: 1.4.0 -> 1.4.1R. RyanTM2021-08-03
|
* innernet: 1.3.1 -> 1.4.0R. RyanTM2021-07-12
|
* innernet: add shell completions0x4A6F2021-06-01
|
* innernet: 1.3.0 -> 1.3.1R. RyanTM2021-06-01
|
* innernet: 1.2.0 -> 1.3.0R. RyanTM2021-05-22
|
* llvmPackages: Multuple outputs for everythtingAndrew Childs2021-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also begin to start work on cross compilation, though that will have to be finished later. The patches are based on the first version of https://reviews.llvm.org/D99484. It's very annoying to do the back-porting but the review has uncovered nothing super major so I'm fine sticking with what I've got. Beyond making the outputs work, I also strove to re-sync the packages, as they have been drifting pointlessly apart for some time. ---- Other misc notes, highly incomplete - lvm-config-native and llvm-config are put in `dev` because they are tools just for build time. - Clang no longer has an lld dep. That was introduced in db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help finding lld when it is used we should just pass it flags / put in the resource dir. Providing it at build time increases critical path length for no good reason. ---- A note on `nativeCC`: `stdenv` takes tools from the previous stage, so: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)` while: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)` 3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
* innernet: fix build on darwinAndrey Kuznetsov2021-04-29
|
* innernet:0x4A6F2021-04-26
| | | | | | - add simple packaging test - add manpages - remove unused linuxHeaders input
* innernet: 1.1.0 -> 1.2.0R. RyanTM2021-04-26
|
* innernet: init at 1.0.0 (#118007)tomberek2021-04-19
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>