heimer: init at 1.11.0
This commit is contained in:
parent
3140fa89c5
commit
c431073b35
2 changed files with 18 additions and 0 deletions
16
pkgs/applications/misc/heimer/default.nix
Normal file
16
pkgs/applications/misc/heimer/default.nix
Normal 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 ];
|
||||
}
|
|
@ -19229,6 +19229,8 @@ in
|
|||
|
||||
hashit = callPackage ../tools/misc/hashit { };
|
||||
|
||||
heimer = libsForQt5.callPackage ../applications/misc/heimer { };
|
||||
|
||||
hello = callPackage ../applications/misc/hello { };
|
||||
hello-unfree = callPackage ../applications/misc/hello-unfree { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue