tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
lxqt.lxqt-qtplugin_1_4: drop
Unused in tree.
Emily
5 months ago
cb046dbd
4bf9eb4f
+3
-22
2 changed files
expand all
collapse all
unified
split
pkgs
desktops
lxqt
default.nix
lxqt-qtplugin
default.nix
-12
pkgs/desktops/lxqt/default.nix
···
74
lxqt-build-tools = lxqt-build-tools_0_13;
75
inherit (pkgs.libsForQt5) qttools qtx11extras;
76
};
77
-
lxqt-qtplugin_1_4 = callPackage ./lxqt-qtplugin {
78
-
version = "1.4.1";
79
-
lxqt-build-tools = lxqt-build-tools_0_13;
80
-
libqtxdg = libqtxdg_3_12;
81
-
libfm-qt = libfm-qt_1_4;
82
-
inherit (pkgs.libsForQt5)
83
-
qtbase
84
-
qtsvg
85
-
qttools
86
-
libdbusmenu
87
-
;
88
-
};
89
qtermwidget_1_4 = callPackage ./qtermwidget {
90
version = "1.4.0";
91
lxqt-build-tools = lxqt-build-tools_0_13;
···
74
lxqt-build-tools = lxqt-build-tools_0_13;
75
inherit (pkgs.libsForQt5) qttools qtx11extras;
76
};
0
0
0
0
0
0
0
0
0
0
0
0
77
qtermwidget_1_4 = callPackage ./qtermwidget {
78
version = "1.4.0";
79
lxqt-build-tools = lxqt-build-tools_0_13;
+3
-10
pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
···
4
fetchFromGitHub,
5
cmake,
6
libdbusmenu-lxqt,
7
-
libdbusmenu ? null,
8
libfm-qt,
9
libqtxdg,
10
lxqt-build-tools,
···
13
qtsvg,
14
qttools,
15
wrapQtAppsHook,
16
-
version ? "2.2.0",
17
}:
18
19
stdenv.mkDerivation rec {
20
pname = "lxqt-qtplugin";
21
-
inherit version;
22
23
src = fetchFromGitHub {
24
owner = "lxqt";
25
repo = pname;
26
rev = version;
27
-
hash =
28
-
{
29
-
"1.4.1" = "sha256-sp/LvQNfodMYQ4kNbBv4PTNfs38XjYLezuxRltZd4kc=";
30
-
"2.2.0" = "sha256-qXadz9JBk4TURAWj6ByP/lGV1u0Z6rNJ/VraBh5zY+Q=";
31
-
}
32
-
."${version}";
33
};
34
35
nativeBuildInputs = [
···
40
];
41
42
buildInputs = [
43
-
(if lib.versionAtLeast version "2.0.0" then libdbusmenu-lxqt else libdbusmenu)
44
libfm-qt
45
libqtxdg
46
qtbase
···
4
fetchFromGitHub,
5
cmake,
6
libdbusmenu-lxqt,
0
7
libfm-qt,
8
libqtxdg,
9
lxqt-build-tools,
···
12
qtsvg,
13
qttools,
14
wrapQtAppsHook,
0
15
}:
16
17
stdenv.mkDerivation rec {
18
pname = "lxqt-qtplugin";
19
+
version = "2.2.0";
20
21
src = fetchFromGitHub {
22
owner = "lxqt";
23
repo = pname;
24
rev = version;
25
+
hash = "sha256-qXadz9JBk4TURAWj6ByP/lGV1u0Z6rNJ/VraBh5zY+Q=";
0
0
0
0
0
26
};
27
28
nativeBuildInputs = [
···
33
];
34
35
buildInputs = [
36
+
libdbusmenu-lxqt
37
libfm-qt
38
libqtxdg
39
qtbase