mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #7038 from avnik/gccgo-wrapper
Rename ccgo back to gccgo
This commit is contained in:
commit
dcde8a967f
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ stdenv.mkDerivation {
|
|||
''
|
||||
|
||||
+ optionalString cc.langGo or false ''
|
||||
wrap ccgo ${./cc-wrapper.sh} $ccPath/gccgo
|
||||
wrap gccgo ${./cc-wrapper.sh} $ccPath/gccgo
|
||||
''
|
||||
|
||||
+ optionalString cc.langAda or false ''
|
||||
|
|
Loading…
Reference in a new issue