heimer: init at 1.11.0
This commit is contained in:
parent
3140fa89c5
commit
c431073b35
|
@ -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 { };
|
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 { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue