mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Remove spurious kdenlive file
This commit is contained in:
parent
2effe4609d
commit
ca6dedf0ee
@ -1,82 +0,0 @@
|
||||
{ kdeApp
|
||||
, lib
|
||||
, extra-cmake-modules
|
||||
, kdoctools
|
||||
, qtscript
|
||||
, kactivities
|
||||
, kconfig
|
||||
, kcrash
|
||||
, kguiaddons
|
||||
, kiconthemes
|
||||
, ki18n
|
||||
, kinit
|
||||
, kjobwidgets
|
||||
, kio
|
||||
, kparts
|
||||
, ktexteditor
|
||||
, kwindowsystem
|
||||
, kxmlgui
|
||||
, kdbusaddons
|
||||
, kwallet
|
||||
, plasma-framework
|
||||
, kitemmodels
|
||||
, knotifications
|
||||
, threadweaver
|
||||
, knewstuff
|
||||
, karchive
|
||||
, knotifyconfig
|
||||
, kplotting
|
||||
, ktextwidgets
|
||||
, mlt
|
||||
, shared_mime_info
|
||||
, libv4l
|
||||
}:
|
||||
|
||||
kdeApp {
|
||||
name = "kdenlive";
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
kdoctools
|
||||
];
|
||||
buildInputs = [
|
||||
qtscript
|
||||
#kconfig
|
||||
#kcrash
|
||||
kguiaddons
|
||||
kiconthemes
|
||||
#kinit
|
||||
#kjobwidgets
|
||||
#kparts
|
||||
#kxmlgui
|
||||
kdbusaddons
|
||||
#kwallet
|
||||
#kitemmodels
|
||||
knotifications
|
||||
#threadweaver
|
||||
knewstuff
|
||||
#libgit2
|
||||
karchive
|
||||
knotifyconfig
|
||||
kplotting
|
||||
ktextwidgets
|
||||
mlt
|
||||
shared_mime_info
|
||||
libv4l
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
#kactivities
|
||||
#ki18n
|
||||
#kio
|
||||
#ktexteditor
|
||||
#kwindowsystem
|
||||
plasma-framework
|
||||
];
|
||||
postInstall = ''
|
||||
wrapQtProgram "$out/bin/kdenlive"
|
||||
'';
|
||||
enableParallelBuilding = true;
|
||||
meta = {
|
||||
license = with lib.licenses; [ gpl3 lgpl3 lgpl2 ];
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user