tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
eudev: fix build with a fresh gperf
Michael Raskin
9 years ago
dc641339
78c68f23
+8
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
eudev
default.nix
+8
pkgs/os-specific/linux/eudev/default.nix
···
18
18
src = fetchurl {
19
19
inherit (s) url sha256;
20
20
};
21
21
+
patches = [
22
22
+
(fetchurl {
23
23
+
# for new gperf
24
24
+
url = "https://github.com/gentoo/eudev/commit/5bab4d8de0dcbb8e2e7d4d5125b4aea1652a0d60.patch";
25
25
+
sha256 = "097pjmgq243mz3vfxndwmm37prmacgq2f4r4gb47whfkbd6syqcw";
26
26
+
})
27
27
+
];
28
28
+
21
29
configureFlags = [
22
30
"--localstatedir=/var"
23
31
"--sysconfdir=/etc"