-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
linux-show-player: init at 0.6.4 #362243
base: master
Are you sure you want to change the base?
linux-show-player: init at 0.6.4 #362243
Conversation
@ofborg build linux-show-player linux-show-player.passthru.tests python312Packages.jack-client python312Packages.jack-client.passthru.tests python312Packages.pyalsa python312Packages.pyalsa.passthru.tests |
928bb23
to
7ed72dd
Compare
@ofborg build linux-show-player linux-show-player.passthru.tests python312Packages.jack-client python312Packages.jack-client.passthru.tests python312Packages.pyalsa python312Packages.pyalsa.passthru.tests |
homepage = "https://jackclient-python.readthedocs.io/"; | ||
changelog = "https://jackclient-python.readthedocs.io/en/${version}/version-history.html"; | ||
license = with lib.licenses; [ mit ]; | ||
maintainers = with lib.maintainers; [ pluiedev ]; |
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.
maintainers = with lib.maintainers; [ pluiedev ]; | |
maintainers = with lib.maintainers; [ pluiedev ]; | |
platforms = lib.intersectLists python.meta.platforms libjack2.meta.platforms; |
description = "Python bindings for the Advanced Linux Sound Architecture (ALSA)"; | ||
homepage = "http://www.alsa-project.org"; | ||
license = with lib.licenses; [ lgpl2Plus ]; | ||
maintainers = with lib.maintainers; [ pluiedev ]; |
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.
maintainers = with lib.maintainers; [ pluiedev ]; | |
maintainers = with lib.maintainers; [ pluiedev ]; | |
platforms = lib.intersectLists alsa-lib.meta.platforms python.meta.platforms; |
Closes #361815
Currently complains that it couldn't dlopen JACK libs, despite LD_LIBRARY_PATH being set... I really don't understand why
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.