add packages for sdr, add superprod, fix hinata

This commit is contained in:
Kate 2025-07-23 14:46:17 +02:00
parent 4b467d5b79
commit 302a8ec1b3
4 changed files with 18 additions and 23 deletions

View file

@ -13,17 +13,15 @@
}:
let
# libfprint with patches for the GPD-provided reader
libfprint-gpd =
pkgs.libfprint.overrideAttrs
(prev: {
version = "git";
libfprint-gpd = pkgs.libfprint.overrideAttrs (prev: {
version = "git";
src = pkgs.fetchFromGitHub {
owner = "ericlinagora";
repo = "libfprint-CS9711";
rev = "03ace5b20146eb01c77fb3ea63e1909984d6d377";
sha256 = "sha256-gr3UvFB6D04he/9zawvQIuwfv0B7fEZb6BGiNAbLids=";
};
src = pkgs.fetchFromGitHub {
owner = "ericlinagora";
repo = "libfprint-CS9711";
rev = "03ace5b20146eb01c77fb3ea63e1909984d6d377";
sha256 = "sha256-gr3UvFB6D04he/9zawvQIuwfv0B7fEZb6BGiNAbLids=";
};
nativeBuildInputs =
prev.nativeBuildInputs
@ -34,19 +32,8 @@ let
nss
]);
installCheckPhase = "";
}).overrideAttrs
(prev: rec {
version = "1.94.4";
src = pkgs.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "libfprint";
repo = "fprintd";
rev = "refs/tags/v${version}";
hash = "sha256-B2g2d29jSER30OUqCkdk3+Hv5T3DA4SUKoyiqHb8FeU=";
};
});
installCheckPhase = "";
});
in
{

View file

@ -26,6 +26,7 @@ with pkgs;
deprekages._7zz
gnused
gnugrep
just
# Backup things.
keepassxc

View file

@ -17,6 +17,10 @@
appId = "io.emeric.toolblex";
origin = "flathub";
}
{
appId = "com.super_productivity.SuperProductivity";
origin = "flathub";
}
];
services.flatpak.overrides = {

View file

@ -42,6 +42,9 @@ with pkgs;
gnuradioPackages.bladeRF
gnuradioPackages.fosphor
gnuradioPackages.lora_sdr
rtl-sdr
rtl-sdr-osmocom
soapyrtlsdr
# hax
btlejack