mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
rocs: Fix meta
This commit is contained in:
parent
026a23713e
commit
4dc1971211
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user