Skip to content

Commit

Permalink
bottles: 2022.12.14.1 -> 50.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martino Fontana committed Jan 18, 2023
1 parent 37b97ae commit 4858690
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/bottles/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "bottles-unwrapped";
version = "2022.12.14.1";
version = "50.2";

src = fetchFromGitHub {
owner = "bottlesdevs";
repo = "bottles";
rev = version;
sha256 = "sha256-hoWyXCP7/0m8akUGBJyuF2yQcRKR8C7MDBLUdPdtBgE=";
sha256 = "sha256-+r/r3vExnvYQIicKAEmwZ+eRSep6kWte5k7gu9jC67w=";
};

patches = [ ./vulkan_icd.patch ];
Expand Down
5 changes: 1 addition & 4 deletions pkgs/applications/misc/bottles/fhsenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ let fhsEnv = {
++ extraLibraries pkgs;

profile = ''
# Remove if merged https://github.com/bottlesdevs/Bottles/pull/2415
export BOTTLES_USE_SYSTEM_GSTREAMER=1
# Dirty hack, may be related with https://github.com/NixOS/nixpkgs/issues/148007
export GST_PLUGIN_PATH=${ lib.makeSearchPath "lib/gstreamer-1.0" (with gst_all_1; [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad ]) }
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0:/usr/lib32/gstreamer-1.0/usr/lib64/gstreamer-1.0
'';
};
in
Expand Down

0 comments on commit 4858690

Please sign in to comment.