keepassxc: fix build on darwin

Pulling in a temporary patch for nixpkgs from an open PR.
This commit is contained in:
Trolli Schmittlauch 2025-06-03 21:59:56 +02:00
parent c118bebe15
commit f309196693
2 changed files with 27 additions and 1 deletions

View file

@ -53,7 +53,7 @@
(import nixpkgs { inherit system; }).applyPatches {
name = "nixpkgs-patched";
src = nixpkgs;
patches = [ ];
patches = [ ./patches/keepassxc-fix-darwin-build.patch ];
};
# necessary to make the top-level inputs available to system configuration