h2o: add mainProgram (#380836)

This commit is contained in:
Pol Dellaiera
2025-02-10 16:22:30 +01:00
committed by GitHub
+1
View File
@@ -55,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
toastal
thoughtpolice
];
mainProgram = "h2o";
platforms = platforms.linux;
};
})