-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
molden: 5.7 -> 5.8.2 #45303
molden: 5.7 -> 5.8.2 #45303
Conversation
@GrahamcOfBorg build molden |
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: molden Partial log (click to expand)
|
Can you add yourself to https://github.com/NixOS/ofborg ? |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: molden Partial log (click to expand)
|
No attempt on x86_64-linux (full log) The following builds were skipped because they don't evaluate on x86_64-linux: molden Partial log (click to expand)
|
Yes! Thanks for the tip. I guess I have to add myself to the list of users and open a pull request? |
yes. |
I get an error when building this in Linux: https://gist.github.com/Mic92/262e6959fce375db5cd0407145545fc3 |
That is strange. I can build it on NixOS 18.03.
|
Looking at the makefile: it turns on the "extension target" on if the detected OS is 'Ubuntu'. |
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec { | |||
--replace 'sudo' "" \ | |||
--replace '-C surf depend' '-C surf' | |||
sed -in '/^# DO NOT DELETE THIS LINE/q;' surf/Makefile | |||
sed -i '/EXTEN.* = exten/d' makefile |
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.
Would it be possible to make a patch for at least /makefile
? Otherwise it becomes hard to spot what needs to be changed after an update (especially w.r.t. automated updates).
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.
OK, I implemented it as patch.
I can build it now on my machine as well. |
Thanks for feedback! |
Motivation for this change
Update version
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)