Skip to content

Commit

Permalink
eudev: fix build with a fresh gperf
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Jan 21, 2017
1 parent 78c68f2 commit dc64133
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/os-specific/linux/eudev/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit dc64133

Please sign in to comment.