rng-tools: don't use librtlsdr alias
This commit is contained in:
parent
cf3243a243
commit
cb1ee0a78a
@ -12,7 +12,7 @@
|
||||
# https://www.nist.gov/programs-projects/nist-randomness-beacon
|
||||
, curl, jansson, libxml2, withNistBeacon ? false
|
||||
, libp11, opensc, withPkcs11 ? true
|
||||
, librtlsdr, withRtlsdr ? true
|
||||
, rtl-sdr, withRtlsdr ? true
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optionals withJitterEntropy [ jitterentropy ]
|
||||
++ lib.optionals withNistBeacon [ curl jansson libxml2 ]
|
||||
++ lib.optionals withPkcs11 [ libp11 libp11.passthru.openssl ]
|
||||
++ lib.optionals withRtlsdr [ librtlsdr ];
|
||||
++ lib.optionals withRtlsdr [ rtl-sdr ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user