* ifplugd: program for monitoring the link status of
ethernet interfaces. * libdaemon: dependency of ifplugd. svn path=/nixpkgs/trunk/; revision=9061
This commit is contained in:
10
pkgs/development/libraries/libdaemon/default.nix
Normal file
10
pkgs/development/libraries/libdaemon/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libdaemon-0.12";
|
||||
src = fetchurl {
|
||||
url = http://0pointer.de/lennart/projects/libdaemon/libdaemon-0.12.tar.gz;
|
||||
sha256 = "1l1nhgc3m67bhpyyvrr48wz06h40ck6abhbns08g66jdckwckrrr";
|
||||
};
|
||||
configureFlags = "--disable-lynx";
|
||||
}
|
||||
Reference in New Issue
Block a user