mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
bc: add meta.mainProgram
This commit is contained in:
parent
2130604b5f
commit
23a6819793
@ -51,5 +51,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://www.gnu.org/software/bc/";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
mainProgram = "bc";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user