about summary refs log tree commit diff
path: root/pkgs/servers/diod
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-01-23diod: fix build w/glibc-2.30Maximilian Bosch1-0/+1
For compatibility with newer glibc versions, `sys/sysmacros.h` needs to be included.
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-20Remove myself as maintainer of some packages.Rickard Nilsson1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-17diod: fix buildrnhmjoj1-5/+11
2018-08-05diod: add licensePascal Wittmann1-0/+1
see issue #43716
2018-02-25diod: 1.0.23 -> 1.0.24Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/6cg1sba0szxb33hhk28qxbsw5hdlsrkd-diod-1.0.24/bin/diodload help` got 0 exit code - found 1.0.24 with grep in /nix/store/6cg1sba0szxb33hhk28qxbsw5hdlsrkd-diod-1.0.24 - found 1.0.24 in filename of file in /nix/store/6cg1sba0szxb33hhk28qxbsw5hdlsrkd-diod-1.0.24
2014-09-16diod: Update from 1.0.22 to 1.0.23Rickard Nilsson1-2/+2
2014-09-10fix a bunch of packages with lua5_1Domen Kožar1-2/+2
2014-08-20diod: Update from 1.0.21 to 1.0.22Rickard Nilsson1-3/+3
2013-08-20diod: New package, a 9P server implementation for LinuxRickard Nilsson1-0/+19