gparted: add gpart dependency

Required by Device > Attempt Data Rescue.
This commit is contained in:
Tobias Geerinckx-Rice 2015-11-19 21:09:26 +01:00
parent e5f386c164
commit 26abb892b2

View File

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