heimer: init at 1.11.0

This commit is contained in:
Will Dietz 2019-08-20 02:25:09 -05:00
parent 3140fa89c5
commit c431073b35
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{ mkDerivation, fetchFromGitHub, cmake, qttools, qtbase }:
mkDerivation rec {
pname = "heimer";
version = "1.11.0";
src = fetchFromGitHub {
owner = "juzzlin";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "0k1p92viwj2p357rp2ypfljkzxrcvrq3lc76f0872c55zrf253wp";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ qttools qtbase ];
}

View File

@ -19229,6 +19229,8 @@ in
hashit = callPackage ../tools/misc/hashit { }; hashit = callPackage ../tools/misc/hashit { };
heimer = libsForQt5.callPackage ../applications/misc/heimer { };
hello = callPackage ../applications/misc/hello { }; hello = callPackage ../applications/misc/hello { };
hello-unfree = callPackage ../applications/misc/hello-unfree { }; hello-unfree = callPackage ../applications/misc/hello-unfree { };