Merge pull request #226912 from malob/fix-keyoxide-darwin
nodePackages.keyoxide: fix darwin build
This commit is contained in:
@@ -267,6 +267,8 @@ final: prev: {
|
||||
pixman
|
||||
cairo
|
||||
pango
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreText
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user