azuredatastudio: fix file dialogs (#381549)

This commit is contained in:
Peder Bergebakken Sundt 2025-02-17 00:01:32 +01:00 committed by GitHub
commit 74a9d66170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@
openssl, openssl,
pango, pango,
systemd, systemd,
wrapGAppsHook3,
xorg, xorg,
zlib, zlib,
}: }:
@ -108,6 +109,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
makeWrapper makeWrapper
copyDesktopItems copyDesktopItems
wrapGAppsHook3
]; ];
buildInputs = [ buildInputs = [
@ -180,7 +182,7 @@ stdenv.mkDerivation rec {
sqltoolsserviceRpath sqltoolsserviceRpath
]; ];
fixupPhase = '' preFixup = ''
fix_sqltoolsservice() fix_sqltoolsservice()
{ {
mv ${sqltoolsservicePath}/$1 ${sqltoolsservicePath}/$1_old mv ${sqltoolsservicePath}/$1 ${sqltoolsservicePath}/$1_old