Unverified Commit db232e39 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

h2o: add mainProgram (#380836)

parents 458ae0ee 10ac6580
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
      toastal
      thoughtpolice
    ];
    mainProgram = "h2o";
    platforms = platforms.linux;
  };
})