mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
zig: remove with lib
This commit is contained in:
parent
9182fed84c
commit
8315e00d46
@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://ziglang.org/";
|
homepage = "https://ziglang.org/";
|
||||||
changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html";
|
changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ andrewrk ] ++ lib.teams.zig.members;
|
maintainers = [ lib.maintainers.andrewrk ] ++ lib.teams.zig.members;
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
} // removeAttrs args [ "hash" ])
|
} // removeAttrs args [ "hash" ])
|
||||||
|
Loading…
Reference in New Issue
Block a user