Merge pull request #79908 from bkchr/bkchr-fix-kde-pim-runtime

kdepim-runtime: Remove obsolete patch to fix compilation

authored by

Thomas Tuegel and committed by
GitHub
72155667 78c147c1

-16
-12
pkgs/applications/kde/kdepim-runtime/00-no-facebook.patch
··· 1 - diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt 2 - index 99f7dbf..03e953b 100644 3 - --- a/resources/CMakeLists.txt 4 - +++ b/resources/CMakeLists.txt 5 - @@ -45,7 +45,6 @@ add_subdirectory( imap ) 6 - if (Libkolabxml_FOUND) 7 - add_subdirectory( kolab ) 8 - endif() 9 - -add_subdirectory( facebook ) 10 - add_subdirectory( maildir ) 11 - 12 - add_subdirectory( openxchange )
···
-3
pkgs/applications/kde/kdepim-runtime/default.nix
··· 14 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 15 maintainers = kdepimTeam; 16 }; 17 - patches = copyPathsToStore (lib.readPathsFromFile ./. ./series); 18 nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ]; 19 buildInputs = [ 20 akonadi akonadi-calendar akonadi-contacts akonadi-mime akonadi-notes ··· 22 kmailtransport kmbox kmime knotifications knotifyconfig qtwebengine 23 pimcommon libkgapi qtnetworkauth qtspeech qtxmlpatterns 24 ]; 25 - # Attempts to build some files before dependencies have been generated 26 - enableParallelBuilding = false; 27 }
··· 14 license = with lib.licenses; [ gpl2 lgpl21 fdl12 ]; 15 maintainers = kdepimTeam; 16 }; 17 nativeBuildInputs = [ extra-cmake-modules kdoctools shared-mime-info ]; 18 buildInputs = [ 19 akonadi akonadi-calendar akonadi-contacts akonadi-mime akonadi-notes ··· 21 kmailtransport kmbox kmime knotifications knotifyconfig qtwebengine 22 pimcommon libkgapi qtnetworkauth qtspeech qtxmlpatterns 23 ]; 24 }
-1
pkgs/applications/kde/kdepim-runtime/series
··· 1 - 00-no-facebook.patch
···