tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kiconthemes: drop merged patch
K900
2 years ago
47cf3753
a599a94d
+1
-7
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
kde-frameworks
kiconthemes
default.nix
+1
-7
pkgs/development/libraries/kde-frameworks/kiconthemes/default.nix
···
1
{
2
-
mkDerivation, fetchpatch,
3
extra-cmake-modules,
4
breeze-icons, karchive, kcoreaddons, kconfigwidgets, ki18n, kitemviews,
5
qtbase, qtsvg, qttools,
···
9
pname = "kiconthemes";
10
patches = [
11
./default-theme-breeze.patch
12
-
13
-
# fix compile error
14
-
(fetchpatch {
15
-
url = "https://invent.kde.org/frameworks/kiconthemes/-/commit/d5d04e3c3fa92fbfd95eced39c3e272b8980563d.patch";
16
-
hash = "sha256-8YGWJg7+LrPpezW8ubObcFovI5DCVn3gbdH7KDdEeQw=";
17
-
})
18
];
19
nativeBuildInputs = [ extra-cmake-modules ];
20
buildInputs = [
···
1
{
2
+
mkDerivation,
3
extra-cmake-modules,
4
breeze-icons, karchive, kcoreaddons, kconfigwidgets, ki18n, kitemviews,
5
qtbase, qtsvg, qttools,
···
9
pname = "kiconthemes";
10
patches = [
11
./default-theme-breeze.patch
0
0
0
0
0
0
12
];
13
nativeBuildInputs = [ extra-cmake-modules ];
14
buildInputs = [