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