shotcut: remove obsolete patch

This commit is contained in:
Cillian de Róiste 2014-08-03 11:46:08 +02:00
parent cc3b5291d9
commit 4143d9dfef
2 changed files with 0 additions and 16 deletions

View File

@ -1,13 +0,0 @@
diff --git shotcut-14.07/CuteLogger/CuteLogger.pro shotcut-14.07/CuteLogger/CuteLogger.pro
index 501eddc..a5290b0 100644
--- shotcut-14.07/CuteLogger/CuteLogger.pro
+++ shotcut-14.07/CuteLogger/CuteLogger.pro
@@ -42,7 +42,7 @@ unix:!symbian {
maemo5 {
target.path = /opt/usr/lib
} else {
- target.path = /usr/lib
+ target.path = $(INSTALL_ROOT)/usr/lib
}
INSTALLS += target
}

View File

@ -11,9 +11,6 @@ stdenv.mkDerivation rec {
buildInputs = [ SDL frei0r gettext makeWrapper mlt pkgconfig qt5 ];
# Fixed in git and can be removed for the next release
patches = [ ./CuteLogger.patch ];
configurePhase = "qmake PREFIX=$out";
postInstall = ''