Unverified Commit abd5b0ef authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

rspamd: set meta.mainProgram (#515869)

parents c33a4c60 f6ead02a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -114,6 +114,7 @@ stdenv.mkDerivation (finalAttrs: {
      fpletz
      lewo
    ];
    mainProgram = "rspamd";
    platforms = with lib.platforms; linux;
  };
})