using 24.05 to download mypaint from cache
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs }:
|
||||
{ pkgs, pkgsP }:
|
||||
_final: prev: {
|
||||
gnome = prev.gnome.overrideScope (
|
||||
_final: prev: {
|
||||
@@ -39,4 +39,9 @@ _final: prev: {
|
||||
ripgrep = prev.ripgrep.override { withPCRE2 = true; };
|
||||
papirus-icon-theme = prev.papirus-icon-theme.override { color = "green"; };
|
||||
blender = prev.blender.override { cudaSupport = true; };
|
||||
inherit (pkgsP)
|
||||
mypaint
|
||||
mypaint-brushes
|
||||
mypaint-brushes1
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user