Skip to content
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

sisco.lv2: init at 0.7.0 #20868

Merged
merged 3 commits into from Dec 13, 2016
Merged

sisco.lv2: init at 0.7.0 #20868

merged 3 commits into from Dec 13, 2016

Conversation

outergod
Copy link
Contributor

@outergod outergod commented Dec 2, 2016

Motivation for this change

I needed sisco.lv2 myself for analyzing waveforms.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Also added maintainer e-user

Also added maintainer `e-user`
@mention-bot
Copy link

@e-user, thanks for your PR! By analyzing the history of the files in this pull request, we identified @zimbatm, @zraexy and @edolstra to be potential reviewers.

Copy link
Member

@zimbatm zimbatm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you switch the sources to use fetchFromGitHub instead? Otherwise all the rest is looking good

robtkVersion = "80a2585253a861c81f0bfb7e4579c75f5c73af89";
robtkName = "robtk-${robtkVersion}";

src = fetchurl {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for github archives it's better to use fetchFromGitHub

@outergod
Copy link
Contributor Author

outergod commented Dec 8, 2016

That change didn't go as smooth at it ought to be, but there you go.

@outergod
Copy link
Contributor Author

outergod commented Dec 8, 2016

The CI error looks completely bogus to me.


let
name = "sisco.lv2-${version}";
name = "sisco.lv2-${src.rev}";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the previous change was correct. The version shouldn't be prefixed with "v", it breaks the update detection otherwise.

@zimbatm
Copy link
Member

zimbatm commented Dec 9, 2016

Almost there!

@outergod
Copy link
Contributor Author

What's left to do, now?

@zimbatm zimbatm merged commit 9eac665 into NixOS:master Dec 13, 2016
@zimbatm
Copy link
Member

zimbatm commented Dec 13, 2016

All good now :)

bartoldeman pushed a commit to ComputeCanada/nixpkgs that referenced this pull request Apr 12, 2017
* sisco.lv2: init at 0.7.0

Also added maintainer `e-user`

* Use fetchFromGitHub and adapt accordingly

* Use `version` instead of `src.rev` in name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants