gparted: add hdparm dependency
Required to display serial numbers in the "Device Information" view.
This commit is contained in:
parent
d973931c9a
commit
2cb1ea1ff3
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user