-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
spectral: unstable 2019-08-30 -> 817, olm: cmake+clean #76767
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
Conversation
Oh, olm needs to be built w/cmake, missed that when picking this over. Pulling that in, let's see how that looks... |
874f0ad
to
87b617e
Compare
(using github's reviewer suggestions, thank you!) |
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.
Might be nice to have this squashed a bit more, also.
And thanks! I've been trying my hand at this a few times and had concluded olm needed help that I wasn't prepared to give it. :)
pname = "spectral"; | ||
version = "unstable-2019-08-30"; | ||
version = "817"; | ||
|
||
src = fetchgit { | ||
url = "https://gitlab.com/b0/spectral.git"; |
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.
update url, org is now spectral-im
|
||
src = fetchgit { | ||
url = "https://gitlab.com/b0/spectral.git"; | ||
rev = "23237d0cb27a0b15c8e81c0e2311cc897302e6ba"; | ||
sha256 = "11jfq97fa90r8wrahb6aasvmi7k7hr61lqgnbknsr9akn4wgvrh8"; | ||
rev = "refs/tags/${version}"; |
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.
fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths
Unable to checkout refs/tags/ref/tags/817 from https://gitlab.com/spectral-im/spectral.git.
e342abb
to
cd07c91
Compare
* libsecret, now req'd * url updates
cd07c91
to
7d52215
Compare
On Sun, 12 Jan 2020 17:03:39 -0800, Cole Mickens ***@***.***> wrote:
colemickens requested changes on this pull request.
Might be nice to have this squashed a bit more, also.
Done!
And thanks! I've been trying my hand at this a few times and had concluded olm needed help that I wasn't prepared to give it. :)
> pname = "spectral";
- version = "unstable-2019-08-30";
+ version = "817";
src = fetchgit {
url = "https://gitlab.com/b0/spectral.git";
update url, org is now spectral-im
Included, thanks!
Updated homepage too, https://spectral.im .
>
src = fetchgit {
url = "https://gitlab.com/b0/spectral.git";
- rev = "23237d0cb27a0b15c8e81c0e2311cc897302e6ba";
- sha256 = "11jfq97fa90r8wrahb6aasvmi7k7hr61lqgnbknsr9akn4wgvrh8";
+ rev = "refs/tags/${version}";
```
fatal: empty string is not a valid pathspec. please use . instead if you meant to match all paths
Unable to checkout refs/tags/ref/tags/817 from https://gitlab.com/spectral-im/spectral.git.
```
Strange I didn't see this, dunno.
Switched to `rev=version;` hopefully that fixes things.
…
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#76767 (review) part: text/html
|
The rev/version/ref-tag was me applying the patch wrong. I'd left out the Anyway, it looks good to me and is a VERY welcome upgrade, I'm running it now, no issues with upgrading or havign to delete data. Thanks! :) |
This fixes #77034 btw. |
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.
LGTM!
Great, thanks! |
Motivation for this change
Update!
If crashes on launch, and you've previously used spectral,
I've found sometimes nuking paths like
~/.cache/ENCOM/Spectral/qmlcache
or even~/.cache/ENCOM/Spectral
seems to fix things.Not sure what is going on that would cause that, just a heads-up.
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)Notify maintainers
cc @dtzWill (me 😇)