flake.lock: Update, fix psycopg build
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/c8cd81426f45942bb2906d5ed2fe21d2f19d95b7' (2025-04-08)
→ 'github:NixOS/nixpkgs/8a2f738d9d1f1d986b5a4cd2fd2061a7127237d7' (2025-04-23)
This commit is contained in:
parent
105b3b6c00
commit
ddf14710b7
2 changed files with 7 additions and 4 deletions
|
|
@ -45,7 +45,10 @@ pkgs: [
|
|||
nativeBuildInputs = oA.nativeBuildInputs ++ [
|
||||
final.setuptools
|
||||
final.tomli
|
||||
pkgs.postgresql
|
||||
pkgs.libpq.pg_config
|
||||
];
|
||||
buildInputs = oA.buildInputs ++ [
|
||||
pkgs.libpq
|
||||
];
|
||||
});
|
||||
twisted = prev.twisted.overrideAttrs (oA: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue