tio: migrate to by-name and modernize
This commit is contained in:
parent
cde663f7e5
commit
45ddfc78e6
@ -1,13 +1,13 @@
|
||||
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, glib, inih, lua, bash-completion, darwin }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "tio";
|
||||
version = "3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tio";
|
||||
repo = "tio";
|
||||
rev = "v${version}";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-3d3TYHSERIQdw+Iw6qCydGpWRpWrhZwb4SnwV1nVtIk=";
|
||||
};
|
||||
|
||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://tio.github.io/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ yana ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "tio";
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
})
|
@ -13411,8 +13411,6 @@ with pkgs;
|
||||
|
||||
timer = callPackage ../tools/misc/timer { };
|
||||
|
||||
tio = callPackage ../tools/misc/tio { };
|
||||
|
||||
tiv = callPackage ../applications/misc/tiv { };
|
||||
|
||||
tkman = callPackage ../tools/misc/tkman { };
|
||||
|
Loading…
Reference in New Issue
Block a user