mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
octoprint.python.pkgs.prusaslicerthumbnails: init at 1.0.7
This commit is contained in:
parent
a8049c4dca
commit
a4beab0a54
@ -388,6 +388,27 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
prusaslicerthumbnails = buildPlugin rec {
|
||||
pname = "prusaslicerthumbnails";
|
||||
version = "1.0.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jneilliii";
|
||||
repo = "OctoPrint-PrusaSlicerThumbnails";
|
||||
rev = version;
|
||||
sha256 = "sha256-waNCTjAZwdBfhHyJCG2La7KTnJ8MDVuX1JLetFB5bS4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with super; [ psutil ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Plugin that extracts thumbnails from uploaded gcode files sliced by PrusaSlicer";
|
||||
homepage = "https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ tri-ler ];
|
||||
};
|
||||
};
|
||||
|
||||
psucontrol = buildPlugin rec {
|
||||
pname = "psucontrol";
|
||||
version = "1.0.6";
|
||||
|
Loading…
Reference in New Issue
Block a user