mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
emblem: fix build on darwin
This commit is contained in:
parent
cdff8ddb0b
commit
873346871d
@ -53,6 +53,10 @@ stdenv.mkDerivation rec {
|
||||
darwin.apple_sdk.frameworks.Foundation
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.isDarwin [
|
||||
"-Wno-error=incompatible-function-pointer-types"
|
||||
]);
|
||||
|
||||
meta = {
|
||||
description = "Generate project icons and avatars from a symbolic icon";
|
||||
mainProgram = "emblem";
|
||||
|
Loading…
Reference in New Issue
Block a user