re-add dialog in diva

This commit is contained in:
Samae 2023-05-28 11:38:23 +03:00
parent 03f733e0d3
commit 262ee12c64
1 changed files with 2 additions and 2 deletions

View File

@ -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 = ''