iproute2: 4.20.0 -> 5.0.0
This commit is contained in:
parent
ea34ad0e43
commit
29fde98ed3
@ -1,12 +1,12 @@
|
|||||||
{ fetchurl, stdenv, flex, bash, bison, db, iptables, pkgconfig, libelf }:
|
{ fetchurl, stdenv, flex, bash, bison, db, iptables, pkgconfig, libelf }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iproute2-${version}";
|
pname = "iproute2";
|
||||||
version = "4.20.0";
|
version = "5.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/utils/net/iproute2/${name}.tar.xz";
|
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1a7xyvqjxfnm7rk21amm0xgxa38clg7q7cmc4dmlg27q81mambf8";
|
sha256 = "1fi03lb8dqr8hq633gcqsf6228vsvysxms075j1yyl4nlc17616z";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
"SBINDIR=$(out)/sbin"
|
"SBINDIR=$(out)/sbin"
|
||||||
"MANDIR=$(out)/share/man"
|
"MANDIR=$(out)/share/man"
|
||||||
"BASH_COMPDIR=$(out)/share/bash-completion/completions"
|
"BASH_COMPDIR=$(out)/share/bash-completion/completions"
|
||||||
"DOCDIR=$(TMPDIR)/share/doc/${name}" # Don't install docs
|
"DOCDIR=$(TMPDIR)/share/doc/${pname}" # Don't install docs
|
||||||
"HDRDIR=$(dev)/include/iproute2"
|
"HDRDIR=$(dev)/include/iproute2"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user