milahu / nixpkgs

Nix Packages collection
MIT License
1 stars 0 forks source link

tinycc: rename to tcc #36

Open milahu opened 7 months ago

milahu commented 7 months ago

the pname is tcc the binary name is tcc but the nixpkgs attribute is tinycc - why?!

fix: rename tinycc to tcc, add alias from tinycc to tcc

$ nix-shell -p tcc
error: undefined variable 'tcc'

$ nix-shell -p tinycc

$ which tcc
/nix/store/7lsr85kfqsrs95z6mv20msab5dln1cy6-tcc-unstable-2022-07-15/bin/tcc

ping "maintainers" @joachifm @AndersonTorres