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,17 +13,15 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
# libfprint with patches for the GPD-provided reader
|
# libfprint with patches for the GPD-provided reader
|
||||||
libfprint-gpd =
|
libfprint-gpd = pkgs.libfprint.overrideAttrs (prev: {
|
||||||
pkgs.libfprint.overrideAttrs
|
version = "git";
|
||||||
(prev: {
|
|
||||||
version = "git";
|
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "ericlinagora";
|
owner = "ericlinagora";
|
||||||
repo = "libfprint-CS9711";
|
repo = "libfprint-CS9711";
|
||||||
rev = "03ace5b20146eb01c77fb3ea63e1909984d6d377";
|
rev = "03ace5b20146eb01c77fb3ea63e1909984d6d377";
|
||||||
sha256 = "sha256-gr3UvFB6D04he/9zawvQIuwfv0B7fEZb6BGiNAbLids=";
|
sha256 = "sha256-gr3UvFB6D04he/9zawvQIuwfv0B7fEZb6BGiNAbLids=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
prev.nativeBuildInputs
|
prev.nativeBuildInputs
|
||||||
|
@ -34,19 +32,8 @@ let
|
||||||
nss
|
nss
|
||||||
]);
|
]);
|
||||||
|
|
||||||
installCheckPhase = "";
|
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
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,6 +26,7 @@ with pkgs;
|
||||||
deprekages._7zz
|
deprekages._7zz
|
||||||
gnused
|
gnused
|
||||||
gnugrep
|
gnugrep
|
||||||
|
just
|
||||||
|
|
||||||
# Backup things.
|
# Backup things.
|
||||||
keepassxc
|
keepassxc
|
||||||
|
|
|
@ -17,6 +17,10 @@
|
||||||
appId = "io.emeric.toolblex";
|
appId = "io.emeric.toolblex";
|
||||||
origin = "flathub";
|
origin = "flathub";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
appId = "com.super_productivity.SuperProductivity";
|
||||||
|
origin = "flathub";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
services.flatpak.overrides = {
|
services.flatpak.overrides = {
|
||||||
|
|
|
@ -42,6 +42,9 @@ with pkgs;
|
||||||
gnuradioPackages.bladeRF
|
gnuradioPackages.bladeRF
|
||||||
gnuradioPackages.fosphor
|
gnuradioPackages.fosphor
|
||||||
gnuradioPackages.lora_sdr
|
gnuradioPackages.lora_sdr
|
||||||
|
rtl-sdr
|
||||||
|
rtl-sdr-osmocom
|
||||||
|
soapyrtlsdr
|
||||||
|
|
||||||
# hax
|
# hax
|
||||||
btlejack
|
btlejack
|
||||||
|
|
Loading…
Add table
Reference in a new issue