Commit 10ac6580 authored by toastal's avatar toastal
Browse files

h2o: add mainProgram

parent 02d7d252
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;
  };
})