nixpkgs: 2023-12-17 -> 2023-12-18

```
• Updated input 'nixpkgs-next-unpatched':
    'github:nixos/nixpkgs/ec02adf37f19c5dcd891ebf9f175ebb1c4fba80a' (2023-12-17)
  → 'github:nixos/nixpkgs/ab47e6046f991dc98641ffbd9f881afcd304cfca' (2023-12-18)
• Updated input 'nixpkgs-unpatched':
    'github:nixos/nixpkgs/91a00709aebb3602f172a0bf47ba1ef013e34835' (2023-12-17)
  → 'github:nixos/nixpkgs/f61b7ce80fcc95be72c5c4fea19fba928072af8b' (2023-12-18)
```
This commit is contained in:
Colin 2023-12-18 16:39:25 +00:00
parent efb2815fa5
commit c056564c9c
2 changed files with 6 additions and 10 deletions

View File

@ -37,11 +37,11 @@
},
"nixpkgs-next-unpatched": {
"locked": {
"lastModified": 1702814478,
"narHash": "sha256-RSJu6QIPpFXScS//TwlJMkuprJVpEjfNGna/w6NbZVI=",
"lastModified": 1702900861,
"narHash": "sha256-pt7sSoJYNw3n8YtXw0Z/Nnr6/PfY2YrjDvqboErXnRM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ec02adf37f19c5dcd891ebf9f175ebb1c4fba80a",
"rev": "ab47e6046f991dc98641ffbd9f881afcd304cfca",
"type": "github"
},
"original": {
@ -69,11 +69,11 @@
},
"nixpkgs-unpatched": {
"locked": {
"lastModified": 1702830618,
"narHash": "sha256-lvhwIvRwhOLgzbRuYkqHy4M5cQHYs4ktL6/hyuBS6II=",
"lastModified": 1702915660,
"narHash": "sha256-j0B/niIG/T0KtZlT0yb+d21nLgvCmP+FD5CoB2tJoZA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "91a00709aebb3602f172a0bf47ba1ef013e34835",
"rev": "f61b7ce80fcc95be72c5c4fea19fba928072af8b",
"type": "github"
},
"original": {

View File

@ -420,10 +420,6 @@ in with final; {
# inherit (emulated) stdenv;
# };
# fixes: "sphinx-build: cannot execute binary file: Exec format error"
# fix is in PR: <https://github.com/NixOS/nixpkgs/pull/275078>
btrfs-progs = prev.btrfs-progs.override { python3 = buildPackages.python3; };
# 2023/10/23: upstreaming blocked by gvfs, webkitgtk 4.1
# fixes: "error: Package <foo> not found in specified Vala API directories or GObject-Introspection GIR directories"
# needs binfmt for docs: "scangobj.py:execute_command:1293:WARNING:Running scanner failed: [Errno 8] Exec format error: './calls-scan', command: ./calls-scan"