android-studio: use buildFHSUserEnvBubblewrap

This commit is contained in:
Atemu
2020-08-17 08:49:39 +02:00
parent 46d8f1a8a2
commit 3f5157f122
2 changed files with 5 additions and 2 deletions
@@ -1,4 +1,4 @@
{ callPackage, makeFontsConf, gnome2 }:
{ callPackage, makeFontsConf, gnome2, buildFHSUserEnv }:
let
mkStudio = opts: callPackage (import ./common.nix opts) {
@@ -6,6 +6,7 @@ let
fontDirectories = [];
};
inherit (gnome2) GConf gnome_vfs;
inherit buildFHSUserEnv;
};
stableVersion = {
version = "4.0.1.0"; # "Android Studio 4.0.1"