gparted: add hdparm dependency

Required to display serial numbers in the "Device Information" view.
This commit is contained in:
Tobias Geerinckx-Rice 2015-10-29 15:26:24 +01:00
parent d973931c9a
commit 2cb1ea1ff3

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, intltool, gettext, makeWrapper
, parted, gtk, glib, libuuid, pkgconfig, gtkmm, libxml2, hicolor_icon_theme
, utillinux
, hdparm, utillinux
}:
stdenv.mkDerivation rec {
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram $out/sbin/gpartedbin \
--prefix PATH : "${utillinux}/bin"
--prefix PATH : "${hdparm}/bin:${utillinux}/bin"
'';
meta = with stdenv.lib; {