Skip to content

Commit

Permalink
eudev: 3.2.1 -> 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Oct 20, 2017
1 parent 815bebf commit 83fdd26
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pkgs/os-specific/linux/eudev/default.nix
@@ -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 {
Expand All @@ -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 = [
Expand Down

0 comments on commit 83fdd26

Please sign in to comment.