-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Rolled back xf86-video-ati to 6.14.4. #175
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6.14.6 requires a newer version of libdrm, which in turn requires a newer version of mesa. I cheated and edited the generated default.nix file instead of re-generating it, since generate-expr-from-tarballs.pl complained of a collision between two tarballs providing different versions of xorg-server.
Applied, thanks! |
ethancedwards8
pushed a commit
to ethancedwards8/nixpkgs
that referenced
this pull request
Apr 2, 2021
[system.defaults] more sound, firewall/alf, spaces, loginwindow, SoftwareUpdate
CodeRadu
pushed a commit
to CodeRadu/nixpkgs
that referenced
this pull request
Feb 25, 2025
CodeRadu
pushed a commit
to CodeRadu/nixpkgs
that referenced
this pull request
Feb 25, 2025
* [pull] main from railwayapp:main (NixOS#11) * csharp provider * add tests * format! code style Co-authored-by: Tomio <mail@tomio.codes> * dont set port * address nits * support node 18 * fix node custom version plan test * add versioning support for golang provider * Add poetry support * POETRY_VERSION -> NIXPACKS_POETRY_VERSION * (cargo-release) version 0.0.19 * fallback to go nix package on invalid version * Start adding static assets * Add static assets support * Unit tests * Fix lint * Put `StaticAssets` in `app` * Only create assets dir if there are assets * Allow assets in subdirectories * Fix lint * Make it work * Only copy assets to run stage if there are assets * Copy assets after nix setup * decouple generation of build plan from docker image creation * tests passing * run clippy * clippy and cleanup * fix run output * use build plan on disk if flag passed * builder does not know about app * lint * [DRAFT] Django Provider * Got it * Fix warns * Fix stuff * no procfile * Django application name finder * Dynamic * Forgot about manage * Wait fix * Start * Warns be gone * Fix build * Node custom version * oops twice * With postgres * Check for postgres * no need for port picker' ' * Add staticfile provider * add staticfile example * Update tests/docker_run_tests.rs Co-authored-by: Jake Runzer <jakerunzer@gmail.com> * better formatting * don't unwrap when reading file in python provider * Custom Install Cmd * Ennvar install cmd * Add CLI flag * Fix comment * Determine port at runtime * Cargo install wait-timeout * Add clippy toml * Add to cargo * Try warn * change username in Staticfile.auth * Try fix * Fuck * CI * Wildcard * deny * Deny * Try with dney * No wildcard * Remove unused serde * Ban unused imports * FUck you clippy * unfuck my merge sorry new * unfuck tests * (cargo-release) version 0.0.20 * Comment Clippy rules (NixOS#175) Co-authored-by: nebulatgs <infinitewormhole@gmail.com> Co-authored-by: Tomio <mail@tomio.codes> Co-authored-by: Jake Runzer <jakerunzer@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: wyzlle <101371689+wyzlle@users.noreply.github.com> Co-authored-by: Aleks Rutins <aleks@rutins.com> Co-authored-by: Jake Cooper <jake.elijah.cooper@gmail.com> * add swift provider * attempt to fix hanging docker build * suggestions * remove the `.vscode` folder * cleanup * cleanup again * fix vapor test * use swift 5.4 * rustfmt * try with swift 5.1.1 * use apt * rustfmt * fix install phase * add wget * use `InstallPhase::add_path` * add swift deps * rustfmt * fix `libsqlite3.so.0: cannot open shared object file` * use python 3 * rustfmt * use libncurses6 * add `libxml2` * fix err * switch order * use `-Xswiftc` * wrong path * chmod * add `&&` * install missing deps * fix * try fix * add gcc * fix collision * install clang via apt * add support for custom versions * trim contents * suggestions * try using `NIXPKGS_ALLOW_BROKEN` * fix merge conflicts * rustfmt * fix archive setting * fix build * rebase on master * docs * unused var * up * apt-get * fix tests * fix * rustfmt * run in slim image * try fix * fix * fix test * rustfmt [skip ci] * Update docker_run_tests.rs * test * test * test * add dev glibc * f * debug * todo * Update docker_run_tests.rs * quiet * set in base image * revert, move to new pr * fix * suggestions * clippy * ci * suggestions * remove broken versions * set archive * dont hardcode default version Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com> Co-authored-by: nebulatgs <infinitewormhole@gmail.com> Co-authored-by: Tomio <mail@tomio.codes> Co-authored-by: Jake Runzer <jakerunzer@gmail.com> Co-authored-by: József Sallai <jozsef@sallai.me> Co-authored-by: wyzlle <101371689+wyzlle@users.noreply.github.com> Co-authored-by: Aleks Rutins <aleks@rutins.com> Co-authored-by: Jake Cooper <jake.elijah.cooper@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #163 .
6.14.6 requires a newer version of libdrm, which in turn requires a newer
version of mesa. I cheated and edited the generated default.nix file instead of
re-generating it, since generate-expr-from-tarballs.pl complained of a collision
between two tarballs providing different versions of xorg-server.