File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ buildGoModule rec {
2828 "-X=github.com/lkarlslund/adalanche/modules/version.Version=${ version } "
2929 ] ;
3030
31- env = {
32- CGO_CFLAGS = "-Wno-undef-prefix" ;
33- } ;
34-
3531 meta = with lib ; {
3632 description = "Active Directory ACL Visualizer and Explorer" ;
3733 homepage = "https://github.com/lkarlslund/adalanche" ;
Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ buildGoModule rec {
2222 "-w"
2323 ] ;
2424
25- env = {
26- CGO_CFLAGS = "-Wno-undef-prefix" ;
27- } ;
28-
2925 meta = with lib ; {
3026 description = "Distributed port scanner" ;
3127 homepage = "https://github.com/nray-scanner/nray" ;
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ stdenv.mkDerivation rec {
4343 --replace-fail "-lcurses" "-lncurses"
4444 '' ;
4545
46- env . NIX_CFLAGS_COMPILE = lib . optionalString stdenv . hostPlatform . isDarwin "-Wno-undef-prefix" ;
47-
4846 nativeBuildInputs = lib . optionals withGUI [
4947 pkg-config
5048 makeWrapper
You can’t perform that action at this time.
0 commit comments