keepassxc: fix build on darwin
Pulling in a temporary patch for nixpkgs from an open PR.
This commit is contained in:
parent
c118bebe15
commit
f309196693
2 changed files with 27 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue