Skip to content

Commit

Permalink
lutris: 0.5.6 -> 0.5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
baracoder authored and Jon committed Aug 21, 2020
1 parent fcd447b commit a770258
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions pkgs/applications/misc/lutris/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
, gobject-introspection
, gst_all_1
, gtk3
, libgnome-keyring
, libnotify
, pango
, webkitgtk
Expand All @@ -22,6 +21,7 @@
, pygobject3
, pyyaml
, requests
, keyring

# commands that lutris needs
, xrandr
Expand Down Expand Up @@ -71,13 +71,13 @@ let

in buildPythonApplication rec {
pname = "lutris-original";
version = "0.5.6";
version = "0.5.7.1";

src = fetchFromGitHub {
owner = "lutris";
repo = "lutris";
rev = "v${version}";
sha256 = "1f78qhyy8xqdg0rhxcwkap1bmg5mfxhb8qw1vbpxr6g62ajpwksa";
sha256 = "12ispwkbbm5aq263n3bdjmjfkpwplizacnqs2c0wnag4zj4kpm29";
};

nativeBuildInputs = [ wrapGAppsHook ];
Expand All @@ -88,14 +88,13 @@ in buildPythonApplication rec {
gnome-desktop
gobject-introspection
gtk3
libgnome-keyring
libnotify
pango
webkitgtk
] ++ gstDeps;

propagatedBuildInputs = [
evdev distro pyyaml pygobject3 requests pillow dbus-python
evdev distro pyyaml pygobject3 requests pillow dbus-python keyring
];

# avoid double wrapping
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21366,7 +21366,7 @@ in
luppp = callPackage ../applications/audio/luppp { };

lutris-unwrapped = python3.pkgs.callPackage ../applications/misc/lutris {
inherit (gnome3) gnome-desktop libgnome-keyring;
inherit (gnome3) gnome-desktop;
wine = wineWowPackages.staging;
};
lutris = callPackage ../applications/misc/lutris/fhsenv.nix {
Expand Down

0 comments on commit a770258

Please sign in to comment.