gparted: add gpart dependency
Required by Device > Attempt Data Rescue.
This commit is contained in:
parent
e5f386c164
commit
26abb892b2
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, intltool, gettext, makeWrapper
|
{ stdenv, fetchurl, intltool, gettext, makeWrapper
|
||||||
, parted, gtk, glib, libuuid, pkgconfig, gtkmm, libxml2, hicolor_icon_theme
|
, parted, gtk, glib, libuuid, pkgconfig, gtkmm, libxml2, hicolor_icon_theme
|
||||||
, hdparm, utillinux
|
, gpart, hdparm, utillinux
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/sbin/gpartedbin \
|
wrapProgram $out/sbin/gpartedbin \
|
||||||
--prefix PATH : "${hdparm}/bin:${utillinux}/bin"
|
--prefix PATH : "${gpart}/bin:${hdparm}/bin:${utillinux}/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user