mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 13:23:17 +00:00
unityhub: remove GTK filepicker workaround
Previously, /usr/share was manually added to XDG_DATA_DIRS in the FHS env to allow GTK filepickers in the application to work. This is no longer necessary as #230375 implements this change for all FHS envs.
This commit is contained in:
parent
47d50c9586
commit
afb1ed831a
@ -21,9 +21,6 @@ stdenv.mkDerivation rec {
|
||||
name = "${pname}-fhs-env";
|
||||
runScript = "";
|
||||
|
||||
# Seems to be needed for GTK filepickers to work in FHSUserEnv
|
||||
profile = "XDG_DATA_DIRS=\"\$XDG_DATA_DIRS:/usr/share/\"";
|
||||
|
||||
targetPkgs = pkgs: with pkgs; [
|
||||
xorg.libXrandr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user