-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
apitrace: 7.1.old -> 11.1 #201032
apitrace: 7.1.old -> 11.1 #201032
Conversation
Update from 2015 to current latest release.
@ofborg build apitrace |
{ | ||
lib, | ||
stdenv, | ||
fetchFromGitHub, | ||
cmake, | ||
pkg-config, | ||
libX11, | ||
procps, | ||
python3, | ||
libdwarf, | ||
qtbase, | ||
wrapQtAppsHook, | ||
libglvnd, | ||
gtest, | ||
brotli, | ||
}: |
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.
Can we please stop using incompatible formatters? Thanks!
repo = "apitrace"; | ||
rev = version; | ||
hash = "sha256-rvC6iVWNNxH11hzQvRTo+SQi9jEUCPWGSdJmKJe9SQ0="; | ||
fetchSubmodules = true; |
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.
We should at least use our zlib, libpng and brotli.
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.
I believe it's using those to link statically so we can't really avoid that (unless we do some bad pkgsStatic things)
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.
Maybe that would be better than trusting upstream to update those dependencies and fix CVEs?
Description of changes
Update from 2015 to current latest release. Run-tested on glxgears, though I'd be very surprised if anyone noticed it break anyway.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes