eudev: fix build with a fresh gperf
This commit is contained in:
parent
78c68f23d0
commit
dc6413399c
|
@ -18,6 +18,14 @@ stdenv.mkDerivation {
|
|||
src = fetchurl {
|
||||
inherit (s) url sha256;
|
||||
};
|
||||
patches = [
|
||||
(fetchurl {
|
||||
# for new gperf
|
||||
url = "https://github.com/gentoo/eudev/commit/5bab4d8de0dcbb8e2e7d4d5125b4aea1652a0d60.patch";
|
||||
sha256 = "097pjmgq243mz3vfxndwmm37prmacgq2f4r4gb47whfkbd6syqcw";
|
||||
})
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--localstatedir=/var"
|
||||
"--sysconfdir=/etc"
|
||||
|
|
Loading…
Reference in New Issue