pureref fixed
This commit is contained in:
parent
be0e4d7109
commit
ebcab67a6a
@ -19,7 +19,7 @@
|
||||
# mypaint-brushes1 # nice damn brushes
|
||||
blender # cgi animation and sculpting
|
||||
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
|
||||
|
||||
@ -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 ];
|
||||
};
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user