Unverified Commit 86a72bd3 authored by Franta's avatar Franta Committed by GitHub
Browse files

bgpdump: fix build

parent f2dcc6e6
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";
  };
})