mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
rng-tools: don't use librtlsdr alias
This commit is contained in:
parent
cf3243a243
commit
cb1ee0a78a
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue