eudev: 3.2.1 -> 3.2.4

This commit is contained in:
Michael Raskin 2017-10-20 18:36:46 +02:00
parent 815bebf9e8
commit 83fdd2699c

View file

@ -1,17 +1,17 @@
{stdenv, fetchurl, pkgconfig, glib, gperf, utillinux}:
{stdenv, fetchurl, pkgconfig, glib, gperf, utillinux, kmod}:
let
s = # Generated upstream information
rec {
baseName="eudev";
version = "3.2.1";
version = "3.2.4";
name="${baseName}-${version}";
url="http://dev.gentoo.org/~blueness/eudev/eudev-${version}.tar.gz";
sha256 = "06gyyl90n85x8i7lfhns514y1kg1ians13l467admyzy3kjxkqsp";
sha256 = "1vbg2k5mngyxdcdw4jkkzxbwdgrcr643hkby1whz7x91kg4g9p6x";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
glib gperf utillinux
glib gperf utillinux kmod
];
in
stdenv.mkDerivation {
@ -21,11 +21,6 @@ stdenv.mkDerivation {
inherit (s) url sha256;
};
patches = [
(fetchurl {
# for new gperf
url = "https://github.com/gentoo/eudev/commit/5bab4d8de0dcbb8e2e7d4d5125b4aea1652a0d60.patch";
sha256 = "097pjmgq243mz3vfxndwmm37prmacgq2f4r4gb47whfkbd6syqcw";
})
];
configureFlags = [