irqbalance: 1.1.0 -> 1.2.0
This commit is contained in:
parent
727ec59343
commit
e5e556f19a
@ -1,20 +1,20 @@
|
||||
{ stdenv, fetchFromGitHub, autoconf, automake, libtool, pkgconfig}:
|
||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, glib, ncurses, libcap_ng }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "irqbalance-1.1.0";
|
||||
name = "irqbalance-${version}";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "irqbalance";
|
||||
repo = "irqbalance";
|
||||
rev = "a23de3c455b88060620d102f6946b1d8be9e2680";
|
||||
sha256 = "06yq5k5v9wiwajqcjkbkk46g212qx78x323bygnyqshc5s25mp2x";
|
||||
rev = "v${version}";
|
||||
sha256 = "1xznxjbjzg6sds3fymdq9rk3g4cgq7xj7rz3dwbqqjqvd3k2nxw6";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf automake libtool pkgconfig ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ glib ncurses libcap_ng ];
|
||||
|
||||
preConfigure = ''
|
||||
./autogen.sh
|
||||
'';
|
||||
LDFLAGS = "-lncurses";
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/Irqbalance/irqbalance;
|
||||
|
Loading…
Reference in New Issue
Block a user