-
-
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
mednafen: 0.9.47 -> 0.9.48, disable PIC, unversioned docs #29863
Conversation
d051887
to
46d3daf
Compare
, SDL, SDL_net, zlib | ||
}: | ||
{ stdenv, fetchurl, pkgconfig, libX11, mesa, freeglut, libjack2, | ||
, libcdio, libsndfile, libsamplerate, SDL, SDL_net, zlib }: |
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.
Syntax error here
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.
Made a last-minute change, sorry about that. Fixed now.
46d3daf
to
d75a6d3
Compare
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.
It compiles OK here.
[ pkgconfig libX11 mesa freeglut libjack2 libcdio | ||
libsndfile libsamplerate SDL SDL_net zlib ]; | ||
nativeBuildInputs = [ pkgconfig ]; | ||
buildInputs = [ libX11 mesa freeglut libjack2 libcdio libsndfile libsamplerate SDL SDL_net zlib ]; |
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.
Line surpassing the 80-column rule. (Just a question of good style I like to enforce)
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.
Fixed.
d75a6d3
to
333a425
Compare
Motivation for this change
Version bump. HTTP -> HTTPS in
meta.homepage
, simplerpostInstall
.Mednafen doesn't want to be compiled with PIC, so now it's disabled:
This also includes using
$out/share
directory that is similar to what other distros use, i.e. no version in the directory name.Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)