mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
kde5.ark: remove obsolete patch
This commit is contained in:
parent
c1bcfd7405
commit
48cf70c03e
2 changed files with 0 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
|||
--- a/app/org.kde.ark.desktop.cmake
|
||||
+++ b/app/org.kde.ark.desktop.cmake
|
||||
@@ -154,7 +154,6 @@
|
||||
Terminal=false
|
||||
X-DBUS-StartupType=Multi
|
||||
X-DBUS-ServiceName=org.kde.ark
|
||||
-X-KDE-HasTempFileOption=true
|
||||
Categories=Qt;KDE;Utility;Archiving;Compression;X-KDE-Utilities-File;
|
||||
InitialPreference=3
|
||||
Comment=Work with file archives
|
|
@ -35,9 +35,6 @@ kdeApp {
|
|||
khtml ki18n kio karchive kconfig kcrash kdbusaddons kiconthemes kservice
|
||||
kpty kwidgetsaddons libarchive
|
||||
];
|
||||
patches = [
|
||||
./0001-fix-start-from-plasma.patch
|
||||
];
|
||||
postInstall = ''
|
||||
wrapQtProgram "$out/bin/ark" \
|
||||
--prefix PATH : "${PATH}"
|
||||
|
|
Loading…
Reference in a new issue