mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Avoid top-level with ...;
in pkgs/development/compilers/gcc/common/meta.nix
This commit is contained in:
parent
b94d4c0f78
commit
8616de2279
@ -1,6 +1,15 @@
|
||||
{ lib, version, }:
|
||||
|
||||
with lib; {
|
||||
let
|
||||
inherit (lib)
|
||||
licenses
|
||||
maintainers
|
||||
platforms
|
||||
teams
|
||||
versionOlder
|
||||
;
|
||||
in
|
||||
{
|
||||
homepage = "https://gcc.gnu.org/";
|
||||
license = licenses.gpl3Plus; # runtime support libraries are typically LGPLv3+
|
||||
description = "GNU Compiler Collection, version ${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user