Describe the bug
For many packages, nix run does not work, because meta.mainProgram is missing.
Example error:
[davidak@gaming:~]$ nix run nixpkgs#calls
error: unable to execute '/nix/store/b1ylix7xwgknn5pypja89nh6i2s80icz-calls-43.2/bin/calls': No such file or directory
I don't want to create issues for every case and would prefer a systematic solution.
Please add any package name with this issue here or as comment!
Affected packages:
It would also be nice to add an automatic test if meta.mainProgram exist. Maybe it should be added to nixpkgs-review?
Describe the bug
For many packages,
nix rundoes not work, becausemeta.mainProgramis missing.Example error:
I don't want to create issues for every case and would prefer a systematic solution.
Please add any package name with this issue here or as comment!
Affected packages:
It would also be nice to add an automatic test if
meta.mainProgramexist. Maybe it should be added to nixpkgs-review?