-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blender: 2.79b -> 2.80 #65606
blender: 2.79b -> 2.80 #65606
Conversation
|
||
src = fetchurl { | ||
url = "https://download.blender.org/source/${name}.tar.gz"; | ||
url = "https://download.blender.org/source/${pname}-${version}.tar.gz"; | ||
sha256 = "1g4kcdqmf67srzhi3hkdnr4z1ph4h9sza1pahz38mrj998q4r52c"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't seem to be able to download the file even though it exists, I'll try again later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay here, probably just blender.org being hammered due to the release announcement. What with them being at SIGGRAPH to show it off and all ^.^
We should be able to merge #52818 (maybe out of date now) right? |
Should be fine since it matches the required version [1]. Building from git it completes without any errors. |
@eadwu shouldn't we just fetchfromgit and use tags instead? For me it seems like the best way, also because the mirrors are VERY slow compared to git :) |
Hash hasn't been calculated. |
99a5cb3
to
cd945d2
Compare
that was quick! |
Well still haven't been able to download the file, although I have reached the |
@eadwu I got it yesterday, I have put it on my server, feel free to grab it! http://srtutti.zurlius.dk:8394/blender-2.80.tar.gz |
@eadwu had to put it inside a container, as I was unsure if SimpleHTTPServer is safe. So if your download was interrupted, then restart it :) |
Downloaded it beforehand and it matched the hash so it's fine to me. Anyway with the source provided by @eyJhb it also compiles fine with opencollada |
@eadwu is there any reason we are not cloning from Git? |
Not sure, but I don't like changing the source unless it's missing for 2 or more days. |
Some changes from my blender-2.80 Nix expression that you may want to copy:
Also I did still need the |
Verified the hash since I can actually download the source now. Added back the wrapper since |
Is there anything left blocking this? |
Don't think so. |
Just transferring stuff from my overlays.
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @goibhniu