alistral: build with all features (#437898)

jopejoe1 35ca1b10 ecca6cdc

Changed files
+14 -1
maintainers
pkgs
by-name
al
alistral
+6
maintainers/maintainer-list.nix
···
githubId = 2660;
name = "Russell Sim";
+
RustyNova = {
+
email = "rusty.nova.jsb@gmail.com";
+
github = "RustyNova016";
+
githubId = 50844553;
+
name = "RustyNova";
+
};
rutherther = {
name = "Rutherther";
email = "rutherther@proton.me";
+8 -1
pkgs/by-name/al/alistral/package.nix
···
cargoHash = "sha256-TyxeuDMmoRvIVaapA/KstFnARPpPv9h19Bg3/XnwQWs=";
+
buildNoDefaultFeatures = true;
+
# Would be cleaner with an "--all-features" option
+
buildFeatures = [ "full" ];
+
nativeBuildInputs = [
pkg-config
];
···
changelog = "https://github.com/RustyNova016/Alistral/blob/${finalAttrs.src.tag}/CHANGELOG.md";
description = "Power tools for Listenbrainz";
license = lib.licenses.mit;
-
maintainers = with lib.maintainers; [ jopejoe1 ];
+
maintainers = with lib.maintainers; [
+
jopejoe1
+
RustyNova
+
];
mainProgram = "alistral";
};
})