-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
update most packages I maintain #53818
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
Conversation
openmpt123 still fails to build: https://gist.github.com/Mic92/0345c5294f04134388177780648e16d5 |
@Mic92 do we have issues with static libraries in NixOS? I see |
@gnidorah we don't build static libraries usually like most linux distributions, but they should work. There is a static overlay called pkgsStatic that enables static linking by default in some packages. |
doCheck = true; | ||
|
||
buildInputs = [ pkgconfig ]; | ||
nativeBuildInputs = [ zlib mpg123 libogg libvorbis portaudio libsndfile flac ]; |
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.
buildInputs
and nativeBuildInputs
are the other way around
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.
@FRidh corrected, thanks!
installFlags = "PREFIX=\${out}"; | ||
buildInputs = [ zlib mpg123 libogg libvorbis portaudio libsndfile flac ]; | ||
|
||
configureFlags = [ |
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.
Note we often adjust this flag using usePulseAudio = config.pulseaudio or stdenv.isLinux;
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.
@FRidh Done, thanks!
Merge please? |
Motivation for this change
nix-build -A openmpt123 -A vkquake -A franz -A openmw-tes3mp -A kmsxx -A openjk -A mytetra -A qdirstat -A python27Packages.kmsxx -A python37Packages.kmsxx -A ps_mem -A vk-messenger
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)