about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2020-07-31 15:28:57 +0200
committerAtemu <atemu.main@gmail.com>2020-08-17 08:49:39 +0200
commit3f5157f12267e7502d0f5e6c913f18b007993377 (patch)
tree39da2ccee9ecf52565490e8904d60d60ddd5d3ee /pkgs/applications/editors
parent46d8f1a8a23a9b6e6cc9b12ff5af1e6bb83d53d1 (diff)
android-studio: use buildFHSUserEnvBubblewrap
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/android-studio/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/editors/android-studio/default.nix b/pkgs/applications/editors/android-studio/default.nix
index c699f111e1e09..c622a1fcead61 100644
--- a/pkgs/applications/editors/android-studio/default.nix
+++ b/pkgs/applications/editors/android-studio/default.nix
@@ -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"