bpy: pkg source name WIP
This commit is contained in:
parent
1c1d90e53b
commit
b697e5df03
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@
|
|||
});
|
||||
bpy = blender.overrideAttrs (old: {
|
||||
pname = "bpy";
|
||||
version = "4.1.0";
|
||||
src = pkgs.fetchurl {
|
||||
# url = "https://download.blender.org/source/${finalAttrs.pname}-${finalAttrs.version}.tar.xz";
|
||||
url = "https://download.blender.org/source/blender-4.1.0.tar.xz";
|
||||
hash = "sha256-3AAtguPDQMk4VcZoRzDQGAG2aaKbHMa3XuuZC6aecj8=";
|
||||
};
|
||||
cmakeFlags = old.cmakeFlags ++ [
|
||||
"-DWITH_PYTHON_INSTALL=OFF"
|
||||
"-DWITH_AUDASPACE=OFF"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue