Merge pull request #237834 from onemoresuza/init/wallust

wallust: 2.4.1
This commit is contained in:
Pol Dellaiera 2023-06-16 08:16:03 +02:00 committed by GitHub
commit 528a3820af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 0 deletions

View File

@ -12050,6 +12050,15 @@
github = "jackyliu16";
githubId = 50787361;
};
onemoresuza = {
name = "Coutinho de Souza";
email = "dev@onemoresuza.mailer.me";
github = "onemoresuza";
githubId = 106456302;
keys = [{
fingerprint = "484F D3B8 BAD7 BF5D 8B68 2AEA A2ED 1159 935E 4D7E";
}];
};
onixie = {
email = "onixie@gmail.com";
github = "onixie";

View File

@ -0,0 +1,26 @@
{lib, fetchgit, rustPlatform}:
let
repoUrl = "https://codeberg.org/explosion-mental/wallust";
in rustPlatform.buildRustPackage rec {
pname = "wallust";
version = "2.4.1";
src = fetchgit {
url = "${repoUrl}.git";
rev = version;
sha256 = "sha256-7zSUyj8Zzk8rsDe7ukPaV02HH7VQ+yjh+wM5TZzJxSA=";
};
cargoSha256 = "sha256-toqt5vqEsflhqFargEcCXrb6ab748mn6k6/RH5d/3RA=";
meta = with lib; {
description = "A better pywall";
homepage = repoUrl;
license = licenses.mit;
maintainers = with maintainers; [onemoresuza];
downloadPage = "${repoUrl}/releases/tag/${version}";
platforms = platforms.unix;
mainProgram = "wallust";
};
}

View File

@ -35866,6 +35866,8 @@ with pkgs;
yuview = libsForQt5.yuview;
wallust = callPackage ../applications/misc/wallust { };
zam-plugins = callPackage ../applications/audio/zam-plugins { };
zammad = callPackage ../applications/networking/misc/zammad { };