mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 23:27:50 +03:00
Merge pull request #154912 from Shardion/master
This commit is contained in:
commit
ec938613e0
@ -11,17 +11,19 @@
|
||||
, xdg-user-dirs
|
||||
, wine
|
||||
, winetricks
|
||||
, pciutils
|
||||
, glxinfo
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "grapejuice";
|
||||
version = "3.64.16";
|
||||
version = "4.10.2";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "BrinkerVII";
|
||||
repo = "grapejuice";
|
||||
rev = "a5bc65e094bbfb86e6142ac1da59017ddccff69e";
|
||||
sha256 = "sha256-3+5LWn+UBgLAX683MPHRHQMpW+gC5hGIwTtRVJHRWeE=";
|
||||
rev = "9a7cf806d35b4d53b3d3762339eba7d861b5043d";
|
||||
sha256 = "sha256-cKZv9qPCnl7i4kb6PG8RYx3HNLcwgI4d2zkw899MA6E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -43,13 +45,14 @@ python3Packages.buildPythonApplication rec {
|
||||
packaging
|
||||
psutil
|
||||
setuptools
|
||||
unidecode
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
makeWrapperArgs = [
|
||||
"\${gappsWrapperArgs[@]}"
|
||||
"--prefix PATH : ${lib.makeBinPath [ xdg-user-dirs xdg-utils wine winetricks ]}"
|
||||
"--prefix PATH : ${lib.makeBinPath [ xdg-user-dirs xdg-utils wine winetricks pciutils glxinfo ]}"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
@ -84,7 +87,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.com/brinkervii/grapejuice";
|
||||
description = "Simple Wine+Roblox management tool";
|
||||
description = "A wine+Roblox management application";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ artturin ];
|
||||
|
Loading…
Reference in New Issue
Block a user