azuredatastudio: fix file dialogs (#381549)
This commit is contained in:
commit
74a9d66170
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user