-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
xwax: init at version 1.9 #377421
base: master
Are you sure you want to change the base?
xwax: init at version 1.9 #377421
Conversation
You'll want to squash these commits and change the commit styles for match our styleguide. |
aa6673e
to
9c19b4f
Compare
Did so :) |
I hate to be nitpicky but the maintainer addition needs to be in a separate commit ;) |
No worries, split it into two commits. Does the ordering of the commits matter? |
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.
Nope! You're good to go. LGTM!
meta = with lib; { | ||
homepage = "https://xwax.org"; | ||
description = "Digital vinyl on Linux"; | ||
mainProgram = "xwax"; | ||
license = licenses.gpl3; | ||
maintainers = with maintainers; [ obsoleszenz ]; | ||
platforms = platforms.linux; | ||
}; |
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.
meta = with lib; { | |
homepage = "https://xwax.org"; | |
description = "Digital vinyl on Linux"; | |
mainProgram = "xwax"; | |
license = licenses.gpl3; | |
maintainers = with maintainers; [ obsoleszenz ]; | |
platforms = platforms.linux; | |
}; | |
meta = { | |
homepage = "https://xwax.org"; | |
description = "Digital vinyl on Linux"; | |
mainProgram = "xwax"; | |
license = lib.licenses.gpl3; | |
maintainers = with lib.maintainers; [ obsoleszenz ]; | |
platforms = lib.platforms.linux; | |
}; |
cp xwax $out/bin/xwax | ||
runHook postInstall | ||
''; | ||
|
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.
nativeInstallCheckInputs = [ versionCheckHook ]; | |
versionCheckProgramArg = "--version"; | |
doInstallCheck = true; | |
DISCLAIMER: This is the first time i'm contributing to nixpkgs
Adds xwax v1.9 (latest)
xwax is an open-source Digital Vinyl System (DVS) for Linux. It allows DJs and turntablists to playback digital audio files (MP3, Ogg Vorbis, FLAC, AAC and more), controlled using a normal pair of turntables via timecoded vinyls.
It's designed for both beat mixing and scratch mixing. Needle drops, pitch changes, scratching, spinbacks and rewinds are all supported, and feel just like the audio is pressed onto the vinyl itself.
The focus is on an accurate vinyl feel which is efficient, stable and fast.
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.