pciutils: update, extend meta, maintain
This commit is contained in:
parent
c108ab47be
commit
28abe40149
@ -8,11 +8,11 @@ let
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pciutils-3.2.1"; # with database from 2013-11-10
|
name = "pciutils-3.3.0"; # with database from 2014-11-10
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/software/utils/pciutils/${name}.tar.bz2";
|
url = "mirror://kernel/software/utils/pciutils/${name}.tar.xz";
|
||||||
sha256 = "1pnwwc4sq0q7zz3mw2rsrc9j5rxwpdvxirqjmxcd0brf0hcjpm8j";
|
sha256 = "008kh33kbpkk1wr9srrapw93imqx7l4djglrdkfxwvy6ppa9acs1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig zlib kmod which ];
|
buildInputs = [ pkgconfig zlib kmod which ];
|
||||||
@ -26,8 +26,12 @@ stdenv.mkDerivation rec {
|
|||||||
# Get rid of update-pciids as it won't work.
|
# Get rid of update-pciids as it won't work.
|
||||||
postInstall = "rm $out/sbin/update-pciids $out/man/man8/update-pciids.8";
|
postInstall = "rm $out/sbin/update-pciids $out/man/man8/update-pciids.8";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://mj.ucw.cz/pciutils.shtml;
|
homepage = http://mj.ucw.cz/pciutils.html;
|
||||||
description = "A collection of programs for inspecting and manipulating configuration of PCI devices";
|
description = "A collection of programs for inspecting and manipulating configuration of PCI devices";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
|
platforms = platforms.unix;
|
||||||
|
maintainers = [ maintainers.vcunat ]; # not really, but someone should watch it
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user