flake.lock: update nixpkgs + include fix for xmlsec build with gcc14
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/807e9154dcb16384b1b765ebe9cd2bba2ac287fd' (2024-10-29)
→ 'github:NixOS/nixpkgs/6df24922a1400241dae323af55f30e4318a6ca65' (2025-01-02)
Co-authored-by: tuedel <tuedel@tdl.gr>
This commit is contained in:
parent
6da4c7da80
commit
5db6f7711a
2 changed files with 4 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -118,11 +118,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730200266,
|
"lastModified": 1735834308,
|
||||||
"narHash": "sha256-l253w0XMT8nWHGXuXqyiIC/bMvh1VRszGXgdpQlfhvU=",
|
"narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "807e9154dcb16384b1b765ebe9cd2bba2ac287fd",
|
"rev": "6df24922a1400241dae323af55f30e4318a6ca65",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ pkgs:
|
||||||
xmlsec = prev.xmlsec.overridePythonAttrs (oA: {
|
xmlsec = prev.xmlsec.overridePythonAttrs (oA: {
|
||||||
nativeBuildInputs = oA.nativeBuildInputs ++ [ final.setuptools final.pkgconfig ];
|
nativeBuildInputs = oA.nativeBuildInputs ++ [ final.setuptools final.pkgconfig ];
|
||||||
buildInputs = [ pkgs.xmlsec.dev pkgs.xmlsec pkgs.libxml2 pkgs.libtool ];
|
buildInputs = [ pkgs.xmlsec.dev pkgs.xmlsec pkgs.libxml2 pkgs.libtool ];
|
||||||
|
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
|
||||||
});
|
});
|
||||||
opencontainers = prev.opencontainers.overrideAttrs (oA: {
|
opencontainers = prev.opencontainers.overrideAttrs (oA: {
|
||||||
nativeBuildInputs = oA.nativeBuildInputs ++ [
|
nativeBuildInputs = oA.nativeBuildInputs ++ [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue