mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
dropwatch: 1.5 -> 1.5.1
This commit is contained in:
parent
bca9437d1e
commit
bcee548e8e
1 changed files with 5 additions and 6 deletions
|
@ -3,17 +3,16 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dropwatch";
|
pname = "dropwatch";
|
||||||
version = "1.5";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nhorman";
|
owner = "nhorman";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = "v${version}";
|
||||||
sha256 = "085hyyl28v0vpxfnmzchl97fjfnzj46ynhkg6y4i6h194y0d99m7";
|
sha256 = "1qmax0l7z1qik42c949fnvjh5r6awk4gpgzdsny8iwnmwzjyp8b8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ libbfd libnl ncurses readline zlib ];
|
buildInputs = [ libbfd libnl ncurses readline zlib ];
|
||||||
|
|
||||||
# To avoid running into https://sourceware.org/bugzilla/show_bug.cgi?id=14243 we need to define:
|
# To avoid running into https://sourceware.org/bugzilla/show_bug.cgi?id=14243 we need to define:
|
||||||
|
@ -25,8 +24,8 @@ stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Kernel dropped packet monitor";
|
description = "Linux kernel dropped packet monitor";
|
||||||
homepage = https://github.com/nhorman/dropwatch;
|
homepage = "https://github.com/nhorman/dropwatch";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.c0bw3b ];
|
maintainers = [ maintainers.c0bw3b ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue