Allow eudev to find blkid

This commit is contained in:
Michael Raskin 2014-12-07 19:03:55 +03:00
parent cb0fa1d4f7
commit 71ef2b5d2d

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, pkgconfig, glib, gperf}: {stdenv, fetchurl, pkgconfig, glib, gperf, utillinux}:
let let
s = # Generated upstream information s = # Generated upstream information
rec { rec {
@ -9,7 +9,7 @@ let
sha256="0shf5vqiz9fdxl95aa1a8vh0xjxwim3psc39wr2xr8lnahf11vva"; sha256="0shf5vqiz9fdxl95aa1a8vh0xjxwim3psc39wr2xr8lnahf11vva";
}; };
buildInputs = [ buildInputs = [
glib pkgconfig gperf glib pkgconfig gperf utillinux
]; ];
in in
stdenv.mkDerivation { stdenv.mkDerivation {