-
-
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
HybridReverb2: init at 2.1.1 #49080
HybridReverb2: init at 2.1.1 #49080
Conversation
}; | ||
|
||
src = fetchFromGitHub { | ||
owner = owner; |
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.
if you prefer, you can write inherit owner;
}; | ||
|
||
nativeBuildInputs = [ pkgconfig ]; | ||
buildInputs = [ cmake lv2 alsaLib libjack2 freetype libX11 gtk3 pcre |
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.
cmake is probably a nativeBuildInput
4893f3f
to
37376cc
Compare
@symphorien Thanks, done! |
@GrahamcOfBorg build hybridreverb2 |
Unexpected error: command failed with exit code 1 on aarch64-linux (full log) Attempted: hybridreverb2 Partial log (click to expand)
|
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: hybridreverb2 Partial log (click to expand)
|
Unexpected error: command failed with exit code 1 on x86_64-linux (full log) Attempted: hybridreverb2 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.
Fix hash mismatch.
37376cc
to
6f05584
Compare
@xeji Thanks, done. |
@GrahamcOfBorg build hybridreverb2 |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: hybridreverb2 Partial log (click to expand)
|
Failure on x86_64-linux (full log) Attempted: hybridreverb2 Partial log (click to expand)
|
Failure on aarch64-linux (full log) Attempted: hybridreverb2 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.
Build fails, looks like a bug in postInstall
.
6f05584
to
6ba1fcf
Compare
@xeji: Fixed. Sorry for not testing my other fix. |
@GrahamcOfBorg build hybridreverb2 |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: hybridreverb2 Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: hybridreverb2 Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: hybridreverb2 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.
DBversion = "1.0.0"; | ||
in | ||
|
||
stdenv.mkDerivation rec { |
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.
rec
is probably not needed, since you have a let block. I have not thoroughly checked though.
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)