orbiton: migrate to by-name

This commit is contained in:
Nikolay Korotkiy 2024-06-17 18:00:30 +04:00
parent 7f5a9c3309
commit 04ed83be0a
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5
2 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,8 @@
{ lib, stdenv, buildGoModule, fetchFromGitHub, installShellFiles, makeWrapper, pkg-config
{ lib, stdenv, buildGo122Module, fetchFromGitHub, installShellFiles, makeWrapper, pkg-config
, withGui ? true, vte
}:
buildGoModule rec {
buildGo122Module rec {
pname = "orbiton";
version = "2.65.12";

View File

@ -30372,10 +30372,6 @@ with pkgs;
edlin = callPackage ../applications/editors/edlin { };
orbiton = callPackage ../applications/editors/orbiton {
buildGoModule = buildGo122Module;
};
oed = callPackage ../applications/editors/oed { };
ekho = callPackage ../applications/audio/ekho {