Merge pull request #206112 from SuperSamus/bottles
bottles: 2022.11.14 -> 2022.12.14
This commit is contained in:
commit
4d7121e9fb
1 changed files with 4 additions and 2 deletions
|
@ -28,17 +28,18 @@
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "bottles-unwrapped";
|
pname = "bottles-unwrapped";
|
||||||
version = "2022.11.14";
|
version = "2022.12.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bottlesdevs";
|
owner = "bottlesdevs";
|
||||||
repo = "bottles";
|
repo = "bottles";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-bigrJtqx9iZURYojwxlGe7xSGWS13wSaGcrTTROP9J8=";
|
sha256 = "sha256-G2FQy+mea/+2RjK/WjLeX+7TP+HU6fCUFYuprFGKEyw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./vulkan_icd.patch ];
|
patches = [ ./vulkan_icd.patch ];
|
||||||
|
|
||||||
|
# https://github.com/bottlesdevs/Bottles/wiki/Packaging
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
blueprint-compiler
|
blueprint-compiler
|
||||||
meson
|
meson
|
||||||
|
@ -58,6 +59,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
|
pycurl
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
pygobject3
|
pygobject3
|
||||||
|
|
Loading…
Reference in a new issue