Merge pull request #248468 from cmoog/write-shell-script-main-program

trivial-builders: add meta.mainProgram to writeShellScriptBin

authored by

Franz Pletz and committed by
GitHub
e6f240e5 fcb4f830

+1
+1
pkgs/build-support/trivial-builders/default.nix
··· 304 304 checkPhase = '' 305 305 ${stdenv.shellDryRun} "$target" 306 306 ''; 307 + meta.mainProgram = name; 307 308 }; 308 309 309 310 /*