heimer: meta
This commit is contained in:
parent
6e7d5a7513
commit
dd6e5066e8
@ -1,4 +1,4 @@
|
|||||||
{ mkDerivation, fetchFromGitHub, cmake, qttools, qtbase }:
|
{ mkDerivation, lib, fetchFromGitHub, cmake, qttools, qtbase }:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "heimer";
|
pname = "heimer";
|
||||||
@ -13,4 +13,11 @@ mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ qttools qtbase ];
|
buildInputs = [ qttools qtbase ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Simple cross-platform mind map and note-taking tool written in Qt";
|
||||||
|
homepage = "https://github.com/juzzlin/Heimer";
|
||||||
|
license = licenses.gpl3;
|
||||||
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user