Conversation
This removes throws older than 2021-09-01, converts aliases older than 2021-09-01 to throws and fills in missing dates here and there.
This removes throws odler than 2021-09-01, converts aliases older than 2021-09-01 to throws and fills in missing dates in two cases.
d7c3930 to
ddb7c7b
Compare
booklearner
added a commit
to booklearner/nixconfig
that referenced
this pull request
Sep 25, 2022
Seems like `runCommandNoCC` is creating issues, might be temporary. See NixOS/nixpkgs#192681
13 tasks
m15a
pushed a commit
to m15a/flake-awesome-neovim-plugins
that referenced
this pull request
Sep 26, 2022
sigprof
added a commit
to sigprof/nur-packages
that referenced
this pull request
Sep 26, 2022
The rename was done long ago in NixOS/nixpkgs#122107 (back in 21.05), and since NixOS/nixpkgs#192681 the old `gnome3` name no longer works. Update the old virt-manager package accordingly.
sigprof
added a commit
to sigprof/nur-packages
that referenced
this pull request
Sep 26, 2022
The rename was done long ago in NixOS/nixpkgs#122107 (back in 21.05), and since NixOS/nixpkgs#192681 the old `gnome3` name no longer works. Update the old virt-manager package accordingly.
marsam
added a commit
to marsam/pdf-tools
that referenced
this pull request
Sep 26, 2022
Recently nixpkgs removed the `pkgconfig` alias [1], which broke the build with nix-shell. [1] NixOS/nixpkgs#192681
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/mpv-with-scripts-has-been-renamed/22017/3 |
andersk
added a commit
to andersk/nixpkgs-mozilla
that referenced
this pull request
Sep 26, 2022
It has been synonymous with runCommand since NixOS/nixpkgs@97bfc2f (2016-09-26), was deprecated in NixOS/nixpkgs#134225 (2021-08-15), and was removed in NixOS/nixpkgs#192681 (2022-09-24). Signed-off-by: Anders Kaseorg <andersk@mit.edu>
zhaofengli
added a commit
to zhaofengli/colmena
that referenced
this pull request
Sep 29, 2022
No longer exists in unstable since NixOS/nixpkgs#192681.
zhaofengli
added a commit
to zhaofengli/colmena
that referenced
this pull request
Sep 29, 2022
No longer exists in unstable since NixOS/nixpkgs#192681.
vs49688
reviewed
Sep 30, 2022
| mutt-with-sidebar = mutt; # Added 2022-09-17 | ||
| mysql-client = hiPrio mariadb.client; | ||
| mysql = mariadb; # moved from top-level 2021-03-14 | ||
| mysql-client = throw "'mysql-client' has been renamed to/replaced by 'hiPrio'"; # Converted to throw 2022-09-24 |
Contributor
There was a problem hiding this comment.
Can you please change this message to ...replaced by 'mariadb.client'? This thoroughly confused me for a moment.
Member
Author
There was a problem hiding this comment.
This is a bug in maintainers/scripts/remove-old-aliases.py then. Feel free to submit a PR yourself, I'm currently otherwise occupied.
vcunat
added a commit
to vcunat/nixpkgs
that referenced
this pull request
Oct 1, 2022
Removed in commit 57b25916f32 from PR NixOS#192681.
vedang
pushed a commit
to vedang/pdf-tools
that referenced
this pull request
Oct 3, 2022
Recently nixpkgs removed the `pkgconfig` alias[^1], which broke the build with `nix-shell`. [^1]: NixOS/nixpkgs#192681 Closes: #153 Closes: #158
nbp
pushed a commit
to mozilla/nixpkgs-mozilla
that referenced
this pull request
Oct 3, 2022
It has been synonymous with runCommand since NixOS/nixpkgs@97bfc2f (2016-09-26), was deprecated in NixOS/nixpkgs#134225 (2021-08-15), and was removed in NixOS/nixpkgs#192681 (2022-09-24). Signed-off-by: Anders Kaseorg <andersk@mit.edu>
andrew-d
added a commit
to andrew-d/zpool-exporter-textfile
that referenced
this pull request
Oct 3, 2022
This was broken after NixOS/nixpkgs#192681
13 tasks
13 tasks
5 tasks
bors-servo
added a commit
to servo/servo
that referenced
this pull request
Oct 9, 2022
`etc/shell.nix`: Replace `pkgconfig` with `pkg-config` `pkgconfig` is [an old name][1] of `pkg-config` that has been [completely removed][2] in a recent version of nixpkgs. [1]: NixOS/nixpkgs#55094 [2]: NixOS/nixpkgs#192681 --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #___ (GitHub issue number if applicable) --- - [ ] There are tests for these changes OR - [x] These changes do not require tests because they don't affect the production code
This was referenced Oct 12, 2022
12 tasks
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
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.
This removes throws older than 2021-09-01, converts aliases older than
2021-09-01 to throws and fills in missing dates here and there.
Description of changes
Things done
sandbox = trueset 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.shto update generated release notes