tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
qt5platform-plugins: 5.6.16 -> 5.6.22
rewine
2 years ago
570e030e
c54fafd7
+2
-11
1 changed file
expand all
collapse all
unified
split
pkgs
desktops
deepin
library
qt5platform-plugins
default.nix
+2
-11
pkgs/desktops/deepin/library/qt5platform-plugins/default.nix
···
1
{ stdenv
2
, lib
3
, fetchFromGitHub
4
-
, fetchpatch
5
, cmake
6
, extra-cmake-modules
7
, pkg-config
···
18
19
stdenv.mkDerivation rec {
20
pname = "qt5platform-plugins";
21
-
version = "5.6.16";
22
23
src = fetchFromGitHub {
24
owner = "linuxdeepin";
25
repo = pname;
26
rev = version;
27
-
hash = "sha256-1/biT8wR44+sdOMhBW/8KMUSBDK/UxuEqsyjTZyjBT4=";
28
};
29
30
nativeBuildInputs = [
···
43
wayland
44
dwayland
45
qtwayland
46
-
];
47
-
48
-
patches = [
49
-
(fetchpatch {
50
-
name = "use-ECM-to-help-dwayland-find-wayland.patch";
51
-
url = "https://github.com/linuxdeepin/qt5platform-plugins/commit/d7f6230716a0ff5ce34fc7d292ec0af5bbac30e4.patch";
52
-
hash = "sha256-RY2+QBR3OjUGBX4Y9oVvIRY90IH9rTOCg8dCddkB2WE=";
53
-
})
54
];
55
56
cmakeFlags = [
···
1
{ stdenv
2
, lib
3
, fetchFromGitHub
0
4
, cmake
5
, extra-cmake-modules
6
, pkg-config
···
17
18
stdenv.mkDerivation rec {
19
pname = "qt5platform-plugins";
20
+
version = "5.6.22";
21
22
src = fetchFromGitHub {
23
owner = "linuxdeepin";
24
repo = pname;
25
rev = version;
26
+
hash = "sha256-0XQ4s6xpFHoG6SC8RE8WVnbHH7qNeOYkhrYUkDEH8Dc=";
27
};
28
29
nativeBuildInputs = [
···
42
wayland
43
dwayland
44
qtwayland
0
0
0
0
0
0
0
0
45
];
46
47
cmakeFlags = [