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
|
||||
, autoPatchelfHook
|
||||
, glib
|
||||
, gtk3
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
@ -19,6 +20,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [
|
||||
glib
|
||||
gtk3
|
||||
];
|
||||
|
||||
patchPhase = ''
|
||||
|
@ -26,8 +28,6 @@ stdenv.mkDerivation {
|
|||
# Set dest dirs with sed, as all are not configurable
|
||||
sed -i 's+HOME/\.+out/lib/+' install.sh
|
||||
sed -i 's+DIALOG=$PRODUCT/dialog+DIALOG=echo+' install.sh
|
||||
# Remove cruft
|
||||
rm Diva/dialog.64
|
||||
'';
|
||||
|
||||
#buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue