-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
lumo 1.10.1: fix missing dependency #80655
Conversation
Can you please cherry-pick the actual commit ad56672, and not the merge commit? |
a904869
to
138d09f
Compare
@worldofpeace I've been in the habit of squashing commits on the gihub.com ui, so I messed up a bit by not squashing, so I thought the merge would make sense in this case as it would encompass the changes from 2 commits. Now I've cherry picked the 2 commits, the other one titled terribly "cleanup". It's a small mess, I hope I'm forgiven :) |
@hlolli You can do an interactive rebase and squash that cleanup commit into the first, and make sure the first commit has the
in the body. |
138d09f
to
c2b663d
Compare
@worldofpeace done |
@GrahamcOfBorg build lumo |
"google-closure-compiler-js": "20170910.0.1", | ||
"glob": "^7.1.3", | ||
"gunzip-maybe": "^1.4.1", | ||
"insert-module-globals": "^7.2.0", | ||
"jszip": "github:anmonteiro/jszip#patch-1", |
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.
This repository is no longer reachable.
@Mic92 sorry about being a bit clueless, I didn't remember my changes being merged already :) so I changed the commit message to just refer to a fix. I tested locally and the binary compiles and runs fine, need to research if this patch was of any importance, but afaik, it wasn't. |
Thanks! |
Motivation for this change
Lumo is currently failing on linux https://hydra.nixos.org/build/112812334 and a fix was merged today
this merge includes darwin support https://hydra.nixos.org/build/113308416 which is failing, I hope darwin can safely be left out here without affecting the linux support?
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)