rocs: Fix meta

gstqt5
Thomas Tuegel 2019-09-28 14:16:39 -05:00
parent 026a23713e
commit 4dc1971211
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
1 changed files with 10 additions and 7 deletions

View File

@ -7,16 +7,19 @@
mkDerivation {
name = "rocs";
nativeBuildInputs = [ extra-cmake-modules makeWrapper kdoctools ];
meta = with lib; {
homepage = "https://edu.kde.org/rocs/";
description = "A graph theory IDE.";
license = with licenses; [ gpl2 lgpl21 fdl12 ];
platforms = lib.platforms.linux;
maintainers = with maintainers; [ knairda ];
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
boost
qtbase qtscript qtquickcontrols qtwebkit qtxmlpatterns grantlee
kxmlgui kcrash kdeclarative karchive ktexteditor kguiaddons
];
meta = with lib; {
homepage = http://www.kde.org;
license = with licenses; [ gpl2 lgpl21 fdl12 ];
platforms = lib.platforms.linux;
maintainers = with maintainers; [ knairda ];
};
}