Loading pkgs/applications/editors/android-studio/common.nix +1 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ , gnugrep , gnused , gnutar , gtk2, gnome_vfs, glib, GConf , gtk2, glib , gzip , fontconfig , freetype Loading Loading @@ -175,9 +175,7 @@ let # For GTKLookAndFeel gtk2 gnome_vfs glib GConf ]}" # AS launches LLDBFrontend with a custom LD_LIBRARY_PATH Loading pkgs/applications/editors/android-studio/default.nix +1 −2 Original line number Diff line number Diff line { callPackage, makeFontsConf, gnome2, buildFHSEnv, tiling_wm ? false }: { callPackage, makeFontsConf, buildFHSEnv, tiling_wm ? false }: let mkStudio = opts: callPackage (import ./common.nix opts) { fontsConf = makeFontsConf { fontDirectories = []; }; inherit (gnome2) GConf gnome_vfs; inherit buildFHSEnv; inherit tiling_wm; }; Loading Loading
pkgs/applications/editors/android-studio/common.nix +1 −3 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ , gnugrep , gnused , gnutar , gtk2, gnome_vfs, glib, GConf , gtk2, glib , gzip , fontconfig , freetype Loading Loading @@ -175,9 +175,7 @@ let # For GTKLookAndFeel gtk2 gnome_vfs glib GConf ]}" # AS launches LLDBFrontend with a custom LD_LIBRARY_PATH Loading
pkgs/applications/editors/android-studio/default.nix +1 −2 Original line number Diff line number Diff line { callPackage, makeFontsConf, gnome2, buildFHSEnv, tiling_wm ? false }: { callPackage, makeFontsConf, buildFHSEnv, tiling_wm ? false }: let mkStudio = opts: callPackage (import ./common.nix opts) { fontsConf = makeFontsConf { fontDirectories = []; }; inherit (gnome2) GConf gnome_vfs; inherit buildFHSEnv; inherit tiling_wm; }; Loading