Skip to content

Commit

Permalink
i2pd: mark as broken on darwin
Browse files Browse the repository at this point in the history
Currently fails with error:

```
libi2pd/FS.h:21:10: error: 'TARGET_OS_SIMULATOR' is not defined, evaluates to 0 [-Werror,-Wundef-prefix=TARGET_OS_]
               ^
1 error generated.
```
  • Loading branch information
nagy committed Oct 27, 2024
1 parent e4a2ef5 commit a178d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/networking/i2pd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ edwtjo ];
platforms = platforms.unix;
mainProgram = "i2pd";
broken = stdenv.hostPlatform.isDarwin;
};
}

0 comments on commit a178d8d

Please sign in to comment.