This resolves a regression introduced in fc01353703, where providing a
name without a proper extension breaks existing uses of fetchzip (they
now fail to unpack). Of particular note, that commit broke all uses of
fetchFromGitHub because it uses a name like so: "${repo}-${rev}-src"
Fixes#5954
The shell scripts in the rcm package use a relative path in order to
find the rcm.sh library. That works fine when rcm is installed with
nix-env -- ~/.nix-profile/share/rcm exists as expected -- but does not
work when installed via /etc/nixos/configuration.nix. In the
system-wide case, /run/current-system/sw/share does not contain the rcm
directory.
I think this has been accidentally dropped by a099ca4, at least there is
no reason stated, why it shouldn't be included, so I'm bringing it back.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Use proper cmake Nix hooks over custom config step.
* Fix udev rule installation.
* Make a few cosmetic changes and ensure USB 3.0 support is a dependency.
N.B. Documentation installation still remains broken upstream.
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
The repo has been split into smaller repos and it will require some more
work to get it building again and to figure out which ports and plugins
to include.
socat: Update from 1.7.2.4 to 1.7.3.0, fixes a possible denial of service attack
(CVE Id pending), improves SSL client security, and provides a couple of bug and
porting fixes.
Among new features, socat now enables OpenSSL server side use of ECDHE ciphers,
providing PFS (Perfect Forward Secrecy)
http://www.dest-unreach.org/socat/doc/CHANGES
The BladeRF Software Defined Radio (SDR) is an open-source hardware
platform for radio research. This package provides the libbladeRF
system library and the corresponding bladeRF-cli tooling.
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>