fixed plasticity; previous commit: removed modded gtk theme

This commit is contained in:
William 2024-09-16 16:06:54 -03:00
parent 214d281c9b
commit 2fe5bac64a

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = url =
"https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm"; "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
hash = "sha256-3dHS7chTgoD35AV/q8DHIYl43KbCsoFYEqSQHXm05tg="; hash = "sha256-iiVh4k5r5PXN1/VJZcropTMu36N2B/ECq2L5e59QxJY=";
}; };
passthru.updateScript = ./update.sh; passthru.updateScript = ./update.sh;
@ -92,7 +92,6 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "CAD for artists"; description = "CAD for artists";
homepage = "https://www.plasticity.xyz"; homepage = "https://www.plasticity.xyz";
license = licenses.unfree;
mainProgram = "Plasticity"; mainProgram = "Plasticity";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ imadnyc ]; maintainers = with maintainers; [ imadnyc ];