Unverified Commit 933382ab authored by lewo's avatar lewo Committed by GitHub
Browse files

bgpdump: fix build (#499558)

parents 4d008925 86a72bd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Analyze dump files produced by Zebra/Quagga or MRT";
    license = lib.licenses.hpnd;
    maintainers = with lib.maintainers; [ lewo ];
    platforms = with lib.platforms; linux;
    platforms = lib.platforms.unix;
    mainProgram = "bgpdump";
  };
})