-
-
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
avldrums-lv2: init at 0.3.0 #48896
avldrums-lv2: init at 0.3.0 #48896
Conversation
pkgs/top-level/all-packages.nix
Outdated
@@ -577,6 +577,8 @@ with pkgs; | |||
|
|||
avfs = callPackage ../tools/filesystems/avfs { }; | |||
|
|||
avldrums.lv2 = callPackage ../applications/audio/avldrums.lv2 { }; |
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.
you cannot have a dot in an attribute name because nix will interpret that as the attibute lv2
of the set avldrums
, which doesn't make sense (that's why ofborg says zero builds). Please rename consistently to avldrums-lv2
(or another acceptable name).
34d6559
to
4714d48
Compare
@xeji Thanks, done. |
@GrahamcOfBorg build avldrums-lv2 |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: avldrums-lv2 Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: avldrums-lv2 Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: avldrums-lv2 Partial log (click to expand)
|
Looks like aarch64 is not supported (see intel-specific compiler flags), please exclude it from platforms. |
4714d48
to
66f2591
Compare
@xeji Done as well. |
@GrahamcOfBorg build avldrums-lv2 |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: avldrums-lv2 Partial log (click to expand)
|
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: avldrums-lv2 Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: avldrums-lv2 Partial log (click to expand)
|
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.
Thank you.
Motivation for this change
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)