-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
pulse-visualizer: init at 1.2.2 #432723
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
base: master
Are you sure you want to change the base?
pulse-visualizer: init at 1.2.2 #432723
Conversation
f02d95d
to
1503c0a
Compare
@NixOS Can I have help with the formatting error? |
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.
Welcome!
meta = with lib; { | ||
description = "Real-time audio visualizer inspired by MiniMeters"; | ||
homepage = "https://github.com/Beacroxx/pulse-visualizer"; | ||
license = licenses.gpl3; | ||
maintainers = [ maintainers.miyu ]; | ||
platforms = [ | ||
"x86_64-linux" | ||
"aarch64-linux" | ||
]; | ||
}; |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
src = fetchFromGitHub { | ||
owner = "Beacroxx"; | ||
repo = "pulse-visualizer"; | ||
rev = "882d6072f651ae00fcba66c9c2d5df2835b6cf61"; |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
|
||
stdenv.mkDerivation (finalAttrs: { | ||
pname = "pulse-visualizer"; | ||
version = "1.0.1"; |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
--replace-warn " -march=native" "" \ | ||
--replace-warn " -mtune=native" "" \ | ||
--replace-warn "-Wl,-s" "" \ | ||
--replace-warn " -s" "" \ | ||
--replace-warn 'set(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "Installation prefix" FORCE)' "" |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Did you try formatting with |
I believe I've formatted my files before every push, but it doesn't seem to make any changes |
maintainers/maintainer-list.nix
Outdated
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 should be a separate commit as maintainers: add miyu
.
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 is why the CI is failing.
8e4da74
to
b3e30ab
Compare
oh no, it looks like I changed another file by accident, I'll see if I can fix that |
b3e30ab
to
240c4f3
Compare
Okay, I've been added to the maintainers list in a separate pull request, and I've updated the build with everything suggested, I've rebased to make it one commit, this is ready now. |
This comment was marked as resolved.
This comment was marked as resolved.
That's unfortunate, can you guide me to make the package x86_64 exclusive? |
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.
That's unfortunate, can you guide me to make the package x86_64 exclusive?
Sure
|
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.
Approved automatically following the successful run of nixpkgs-review
.
815f515
to
f8ef14c
Compare
Just a reminder that @Audio-Solutions organization is now the owner. |
f8ef14c
to
4778bc0
Compare
@NixOS Can we merge this please? It's been a week, let me know if there's anything I can do. |
Append to maintainers list Append to maintainers list V2 Append new line to package Rebase Apply suggested changes Update platforms Co-authored-by: Yiyu Zhou <yiyuzhou19@gmail.com> Update platforms V2 Co-authored-by: Yiyu Zhou <yiyuzhou19@gmail.com> pulse-visualizer: init at 1.2.2 Fix minor issue with version number, extra v
4778bc0
to
b7b779c
Compare
Things done
passthru.tests
.nixpkgs-review
on this PR. See nixpkgs-review usage../result/bin/
.Add a 👍 reaction to pull requests you find important.