treewide: no 'with lib' (#366969)

This commit is contained in:
Thiago Kenji Okada
2024-12-22 03:02:08 +00:00
committed by GitHub
17 changed files with 52 additions and 52 deletions
+3 -3
View File
@@ -30,11 +30,11 @@ crystal.buildCrystalPackage rec {
package = amqpcat;
};
meta = with lib; {
meta = {
description = "CLI tool for publishing to and consuming from AMQP servers";
mainProgram = "amqpcat";
homepage = "https://github.com/cloudamqp/amqpcat";
license = licenses.mit;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ aaronjheng ];
};
}
+3 -3
View File
@@ -46,12 +46,12 @@ buildGoModule rec {
version = "v${version}";
};
meta = with lib; {
meta = {
description = "Modern tool for managing database schemas";
homepage = "https://atlasgo.io/";
changelog = "https://github.com/ariga/atlas/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "atlas";
};
}
+3 -3
View File
@@ -21,11 +21,11 @@ buildGoModule rec {
ldflags = [ "-s" "-w" ];
meta = with lib; {
meta = {
description = "Like `go get` but for Go tools! CI Automating versioning of Go binaries in a nested, isolated Go modules";
mainProgram = "bingo";
homepage = "https://github.com/bwplotka/bingo";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
};
}
+3 -3
View File
@@ -22,11 +22,11 @@ buildGoModule rec {
"-w"
];
meta = with lib; {
meta = {
homepage = "https://github.com/bufbuild/bufisk";
description = "User-friendly launcher for Buf";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "bufisk";
};
}
+4 -4
View File
@@ -53,12 +53,12 @@ stdenv.mkDerivation (finalAttrs: {
libpulseaudio
];
meta = with lib; {
meta = {
homepage = "https://github.com/bmc0/dsp";
description = "Audio processing program with an interactive mode";
license = licenses.isc;
maintainers = with maintainers; [ aaronjheng ];
platforms = platforms.linux;
license = lib.licenses.isc;
maintainers = with lib.maintainers; [ aaronjheng ];
platforms = lib.platforms.linux;
mainProgram = "dsp";
};
})
+3 -3
View File
@@ -39,11 +39,11 @@ rustPlatform.buildRustPackage rec {
installShellCompletion completions/dust.{bash,fish} --zsh completions/_dust
'';
meta = with lib; {
meta = {
description = "du + rust = dust. Like du but more intuitive";
homepage = "https://github.com/bootandy/dust";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "dust";
};
}
+3 -3
View File
@@ -26,11 +26,11 @@ buildGoModule rec {
version = "v${version}";
};
meta = with lib; {
meta = {
description = "Implementation of Jsonnet in pure Go";
homepage = "https://github.com/google/go-jsonnet";
license = licenses.asl20;
maintainers = with maintainers; [
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
nshalman
aaronjheng
];
+3 -3
View File
@@ -28,12 +28,12 @@ buildGoModule rec {
package = gojq;
};
meta = with lib; {
meta = {
description = "Pure Go implementation of jq";
homepage = "https://github.com/itchyny/gojq";
changelog = "https://github.com/itchyny/gojq/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "gojq";
};
}
+3 -3
View File
@@ -36,11 +36,11 @@ buildGoModule rec {
version = "v${version}";
};
meta = with lib; {
meta = {
description = "A high-performance and strong-extensibility Golang RPC framework";
homepage = "https://github.com/cloudwego/kitex";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "kitex";
};
}
+3 -3
View File
@@ -24,12 +24,12 @@ buildGoModule rec {
"-w"
];
meta = with lib; {
meta = {
homepage = "https://m3scluster.github.io/mesos-dns/";
changelog = "https://github.com/m3scluster/mesos-dns/releases/tag/v${version}";
description = "DNS-based service discovery for Mesos";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "mesos-dns";
};
}
+3 -3
View File
@@ -46,11 +46,11 @@ buildGoModule rec {
command = "notation version";
};
meta = with lib; {
meta = {
description = "CLI tool to sign and verify OCI artifacts and container images";
homepage = "https://notaryproject.dev/";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "notation";
};
}
+3 -3
View File
@@ -32,12 +32,12 @@ buildGoModule rec {
command = "pb version";
};
meta = with lib; {
meta = {
homepage = "https://github.com/parseablehq/pb";
changelog = "https://github.com/parseablehq/pb/releases/tag/v${version}";
description = "CLI client for Parseable server";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "pb";
};
}
+3 -3
View File
@@ -41,11 +41,11 @@ buildGoModule rec {
version = "v${version}";
};
meta = with lib; {
meta = {
homepage = "https://github.com/containers/podman-tui";
description = "Podman Terminal UI";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "podman-tui";
};
}
+3 -3
View File
@@ -22,11 +22,11 @@ buildGoModule rec {
"-w"
];
meta = with lib; {
meta = {
description = "Simple, human-editable language for representing and emitting the Protobuf wire format";
mainProgram = "protoscope";
homepage = "https://github.com/protocolbuffers/protoscope";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
};
}
+3 -3
View File
@@ -24,11 +24,11 @@ buildGoModule rec {
"-w"
];
meta = with lib; {
meta = {
homepage = "https://github.com/cashapp/spirit";
description = "Online schema change tool for MySQL";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "spirit";
};
}
+3 -3
View File
@@ -139,11 +139,11 @@ stdenv.mkDerivation (finalAttrs: {
wrapProgram $out/bin/mysqlsh --set PYTHONPATH "${lib.makeSearchPath python3.sitePackages pythonDeps}"
'';
meta = with lib; {
meta = {
homepage = "https://dev.mysql.com/doc/mysql-shell/${lib.versions.majorMinor finalAttrs.version}/en/";
description = "New command line scriptable shell for MySQL";
license = licenses.gpl2;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "mysqlsh";
};
})
@@ -139,11 +139,11 @@ stdenv.mkDerivation (finalAttrs: {
wrapProgram $out/bin/mysqlsh --set PYTHONPATH "${lib.makeSearchPath python3.sitePackages pythonDeps}"
'';
meta = with lib; {
meta = {
homepage = "https://dev.mysql.com/doc/mysql-shell/${lib.versions.majorMinor finalAttrs.version}/en/";
description = "New command line scriptable shell for MySQL";
license = licenses.gpl2;
maintainers = with maintainers; [ aaronjheng ];
license = lib.licenses.gpl2;
maintainers = with lib.maintainers; [ aaronjheng ];
mainProgram = "mysqlsh";
};
})