Allow eudev to find blkid
This commit is contained in:
parent
cb0fa1d4f7
commit
71ef2b5d2d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user