summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pipework
Commit message (Collapse)AuthorAge
* treewide: remove cstrahan from meta.maintainers - part 1Anderson Torres2023-10-04
| | | | All the packages here are now orphaned.
* pipework: remove dhcp packageMartin Weinelt2022-03-30
| | | | | Pipework can optionally use dhclient, but supports other dhcp clients as well, so we can safely remove it.
* iproute: deprecate aliasSandro Jäckel2021-04-04
|
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pipework: 2015-07-30 -> 2017-08-22Jörg Thalheim2018-02-26
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
|
* pipework: init at 2015-07-30Charles Strahan2015-08-10
Pipework lets you connect together containers in arbitrarily complex scenarios. Pipework uses cgroups and namespace and works with "plain" LXC containers (created with lxc-start), and with the awesome Docker.