mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 02:27:41 +00:00
kiconthemes: drop merged patch
This commit is contained in:
parent
a599a94d21
commit
47cf375325
@ -1,5 +1,5 @@
|
||||
{
|
||||
mkDerivation, fetchpatch,
|
||||
mkDerivation,
|
||||
extra-cmake-modules,
|
||||
breeze-icons, karchive, kcoreaddons, kconfigwidgets, ki18n, kitemviews,
|
||||
qtbase, qtsvg, qttools,
|
||||
@ -9,12 +9,6 @@ mkDerivation {
|
||||
pname = "kiconthemes";
|
||||
patches = [
|
||||
./default-theme-breeze.patch
|
||||
|
||||
# fix compile error
|
||||
(fetchpatch {
|
||||
url = "https://invent.kde.org/frameworks/kiconthemes/-/commit/d5d04e3c3fa92fbfd95eced39c3e272b8980563d.patch";
|
||||
hash = "sha256-8YGWJg7+LrPpezW8ubObcFovI5DCVn3gbdH7KDdEeQw=";
|
||||
})
|
||||
];
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user