Skip to content

Commit

Permalink
Merge pull request NixOS#173768 from sikmir/sdrpp
Browse files Browse the repository at this point in the history
sdrpp: fix build on darwin
  • Loading branch information
risicle authored May 20, 2022
2 parents 0d69284 + dbb31f2 commit 98bcd08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/applications/radio/sdrpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ stdenv.mkDerivation rec {
OPT_BUILD_RIGCTL_SERVER = rigctl_server;
};

CXXFLAGS = lib.optional stdenv.cc.isClang "-std=c++17";
LDFLAGS = lib.optional stdenv.cc.isClang "-lc++fs";

NIX_CFLAGS_COMPILE = "-fpermissive";

hardeningDisable = lib.optional stdenv.cc.isClang "format";
Expand Down

0 comments on commit 98bcd08

Please sign in to comment.