mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
keepassxc: hopefully fix darwin
This commit is contained in:
parent
674c8cacbc
commit
5bb9c36998
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1zch1qbqgphhp2p2kvjlah8s337162m69yf4y00kcnfb3539ii5f";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang "-Wno-old-style-cast";
|
||||
|
||||
patches = [ ./darwin.patch ];
|
||||
|
||||
cmakeFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user