about summary refs log tree commit diff
path: root/pkgs/development/libraries/libdaemon
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-1/+1
the argument to optional should not be list
2021-06-30development: /s/name/pname&version/Felix Buehler1-2/+3
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-09-23libdaemon: cleanup with a mass rebuildJan Malakhovski1-10/+4
2018-02-13libdaemon: Add patch to fix musl buildWill Dietz2-2/+19
2018-01-22libdaemon: Enable cross-compilationBen Gamari1-1/+5
2016-08-03Re-enable bunch of packages on DarwinTuomas Tynkkynen1-1/+1
Prior to 1bf5ded1933b18af9a95dc263063756ed9d383ba these contained `hydraPlatforms = platforms.linux`, which was apparently misleading.
2016-08-02treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen1-1/+1
In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-12-11Fix more evaluation errors on Hydra.Peter Simons1-1/+1
2013-08-16unmaintain several packagesLudovic Courtès1-1/+1
2010-07-13libdaemon 0.14.Ludovic Courtès1-5/+18
svn path=/nixpkgs/trunk/; revision=22581
2007-08-06* ifplugd: program for monitoring the link status of Eelco Dolstra1-0/+10
ethernet interfaces. * libdaemon: dependency of ifplugd. svn path=/nixpkgs/trunk/; revision=9061