summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-05-16 01:25:59 +0800
committeradisbladis <adis@blad.is>2018-05-16 09:24:25 +0800
commita0f7ee0e60c27b2759ff64c43836f9ec09aac914 (patch)
treed176e789f4ca439c738d651d9d5088ef633b137e /pkgs/applications/kde
parent780592ca6ef752f3f4886a66ed6181095e358db5 (diff)
downloadnixlib-a0f7ee0e60c27b2759ff64c43836f9ec09aac914.tar
nixlib-a0f7ee0e60c27b2759ff64c43836f9ec09aac914.tar.gz
nixlib-a0f7ee0e60c27b2759ff64c43836f9ec09aac914.tar.bz2
nixlib-a0f7ee0e60c27b2759ff64c43836f9ec09aac914.tar.lz
nixlib-a0f7ee0e60c27b2759ff64c43836f9ec09aac914.tar.xz
nixlib-a0f7ee0e60c27b2759ff64c43836f9ec09aac914.tar.zst
nixlib-a0f7ee0e60c27b2759ff64c43836f9ec09aac914.zip
kdenlive: Fix build by removing already upstreamed patch
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kdenlive-cmake-concurrent-module.patch12
-rw-r--r--pkgs/applications/kde/kdenlive.nix3
2 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/applications/kde/kdenlive-cmake-concurrent-module.patch b/pkgs/applications/kde/kdenlive-cmake-concurrent-module.patch
deleted file mode 100644
index ea2af2b09509..000000000000
--- a/pkgs/applications/kde/kdenlive-cmake-concurrent-module.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur kdenlive-17.04.1-upstream/CMakeLists.txt kdenlive-17.04.1/CMakeLists.txt
---- kdenlive-17.04.1-upstream/CMakeLists.txt	2017-06-10 00:06:44.773146595 -0400
-+++ kdenlive-17.04.1/CMakeLists.txt	2017-06-10 00:07:35.766596566 -0400
-@@ -79,7 +79,7 @@
- check_include_files(malloc.h HAVE_MALLOC_H)
- check_include_files(pthread.h HAVE_PTHREAD_H)
- 
--find_package(Qt5 REQUIRED COMPONENTS Core DBus Widgets Script Svg Quick )
-+find_package(Qt5 REQUIRED COMPONENTS Core Concurrent DBus Widgets Script Svg Quick )
- find_package(Qt5 OPTIONAL_COMPONENTS WebKitWidgets QUIET)
- 
- find_package(KF5 5.23.0 OPTIONAL_COMPONENTS XmlGui QUIET)
diff --git a/pkgs/applications/kde/kdenlive.nix b/pkgs/applications/kde/kdenlive.nix
index b5eca47d6c0e..65080ba7f066 100644
--- a/pkgs/applications/kde/kdenlive.nix
+++ b/pkgs/applications/kde/kdenlive.nix
@@ -34,9 +34,6 @@
 
 mkDerivation {
   name = "kdenlive";
-  patches = [
-    ./kdenlive-cmake-concurrent-module.patch
-  ];
   nativeBuildInputs = [
     extra-cmake-modules
     kdoctools