tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bottles: 2021.7.14-treviso -> 2021.7.28-treviso-2
Benjamin Asbach
4 years ago
4d45fe29
e9080dd5
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
bottles
default.nix
+3
-2
pkgs/applications/misc/bottles/default.nix
···
8
9
python3Packages.buildPythonApplication rec {
10
pname = "bottles";
11
-
version = "2021.7.14-treviso";
12
13
src = fetchFromGitHub {
14
owner = "bottlesdevs";
15
repo = pname;
16
rev = version;
17
-
sha256 = "0xhfk1ll8vacgrr0kkhynq4bryjhfjs29j824bark5mj9b6lkbix";
18
};
19
20
postPatch = ''
···
52
dbus-python
53
gst-python
54
liblarch
0
55
] ++ [ steam-run-native ];
56
57
format = "other";
···
8
9
python3Packages.buildPythonApplication rec {
10
pname = "bottles";
11
+
version = "2021.7.28-treviso-2";
12
13
src = fetchFromGitHub {
14
owner = "bottlesdevs";
15
repo = pname;
16
rev = version;
17
+
sha256 = "0kvwcajm9izvkwfg7ir7bks39bpc665idwa8mc8d536ajyjriysn";
18
};
19
20
postPatch = ''
···
52
dbus-python
53
gst-python
54
liblarch
55
+
patool
56
] ++ [ steam-run-native ];
57
58
format = "other";