add packages for sdr, add superprod, fix hinata
This commit is contained in:
parent
4b467d5b79
commit
302a8ec1b3
4 changed files with 18 additions and 23 deletions
|
@ -13,9 +13,7 @@
|
|||
}:
|
||||
let
|
||||
# libfprint with patches for the GPD-provided reader
|
||||
libfprint-gpd =
|
||||
pkgs.libfprint.overrideAttrs
|
||||
(prev: {
|
||||
libfprint-gpd = pkgs.libfprint.overrideAttrs (prev: {
|
||||
version = "git";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
@ -35,17 +33,6 @@ let
|
|||
]);
|
||||
|
||||
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=";
|
||||
};
|
||||
});
|
||||
|
||||
in
|
||||
|
|
|
@ -26,6 +26,7 @@ with pkgs;
|
|||
deprekages._7zz
|
||||
gnused
|
||||
gnugrep
|
||||
just
|
||||
|
||||
# Backup things.
|
||||
keepassxc
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
appId = "io.emeric.toolblex";
|
||||
origin = "flathub";
|
||||
}
|
||||
{
|
||||
appId = "com.super_productivity.SuperProductivity";
|
||||
origin = "flathub";
|
||||
}
|
||||
];
|
||||
|
||||
services.flatpak.overrides = {
|
||||
|
|
|
@ -42,6 +42,9 @@ with pkgs;
|
|||
gnuradioPackages.bladeRF
|
||||
gnuradioPackages.fosphor
|
||||
gnuradioPackages.lora_sdr
|
||||
rtl-sdr
|
||||
rtl-sdr-osmocom
|
||||
soapyrtlsdr
|
||||
|
||||
# hax
|
||||
btlejack
|
||||
|
|
Loading…
Add table
Reference in a new issue