glabels-qt: init at unstable-2021-02-06
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
d8c2229c49
commit
d6cdb6a43f
31
pkgs/applications/graphics/glabels-qt/default.nix
Normal file
31
pkgs/applications/graphics/glabels-qt/default.nix
Normal file
@ -0,0 +1,31 @@
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, mkDerivation
|
||||
, qttools
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "glabels-qt";
|
||||
version = "unstable-2021-02-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jimevins";
|
||||
repo = "glabels-qt";
|
||||
rev = "glabels-3.99-master564";
|
||||
hash = "sha256-SdNOkjspqf6NuuIBZDsJneY6PNrIiP4HU46wDpBLt9Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
qttools
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "GLabels Label Designer (Qt/C++)";
|
||||
homepage = "https://github.com/jimevins/glabels-qt";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = [ maintainers.matthewcroughan ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
@ -25831,6 +25831,8 @@ with pkgs;
|
||||
|
||||
glabels = callPackage ../applications/graphics/glabels { };
|
||||
|
||||
glabels-qt = libsForQt5.callPackage ../applications/graphics/glabels-qt { };
|
||||
|
||||
nats-server = callPackage ../servers/nats-server { };
|
||||
|
||||
go-autoconfig = callPackage ../servers/go-autoconfig { };
|
||||
|
Loading…
Reference in New Issue
Block a user