re-add dialog in diva
This commit is contained in:
parent
03f733e0d3
commit
262ee12c64
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
, glib
|
, glib
|
||||||
|
, gtk3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
@ -19,6 +20,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
glib
|
||||||
|
gtk3
|
||||||
];
|
];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
@ -26,8 +28,6 @@ stdenv.mkDerivation {
|
||||||
# Set dest dirs with sed, as all are not configurable
|
# Set dest dirs with sed, as all are not configurable
|
||||||
sed -i 's+HOME/\.+out/lib/+' install.sh
|
sed -i 's+HOME/\.+out/lib/+' install.sh
|
||||||
sed -i 's+DIALOG=$PRODUCT/dialog+DIALOG=echo+' install.sh
|
sed -i 's+DIALOG=$PRODUCT/dialog+DIALOG=echo+' install.sh
|
||||||
# Remove cruft
|
|
||||||
rm Diva/dialog.64
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
#buildPhase = ''
|
#buildPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue