pureref fixed

This commit is contained in:
Danilo Reyes 2024-11-09 12:39:28 -06:00
parent be0e4d7109
commit ebcab67a6a
2 changed files with 1 additions and 26 deletions

View File

@ -19,7 +19,7 @@
# mypaint-brushes1 # nice damn brushes # mypaint-brushes1 # nice damn brushes
blender # cgi animation and sculpting blender # cgi animation and sculpting
drawpile # arty party with friends!! drawpile # arty party with friends!!
(callPackage ../../pkgs/pureref/default.nix { }) # create inspiration/reference boards pureref # create inspiration/reference boards
]) ])
++ ( ++ (
if config.my.dev.gameDev.enable then if config.my.dev.gameDev.enable then

View File

@ -1,25 +0,0 @@
{
lib,
appimageTools,
requireFile,
}:
appimageTools.wrapType1 rec {
pname = "pureref";
version = "2.0.3";
src = requireFile {
name = "PureRef-${version}_x64.Appimage";
sha256 = "d2247570fdac66f596a8ac11030aba2ff6e62014981caae523cbbc57684035f3";
url = "https://www.pureref.com/download.php";
};
meta = with lib; {
description = "Reference Image Viewer";
homepage = "https://www.pureref.com";
license = licenses.unfree;
maintainers = with maintainers; [ elnudev ];
platforms = [ "x86_64-linux" ];
sourceProvenance = [ sourceTypes.binaryNativeCode ];
};
}