From e19ce2cf9555cc860a9e5b72116a26f83719f235 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Thu, 19 Dec 2024 18:45:47 +0100 Subject: [PATCH] wsjtx: fix and enable strictDeps --- pkgs/applications/radio/wsjtx/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/radio/wsjtx/default.nix b/pkgs/applications/radio/wsjtx/default.nix index 09a5fd5f80d6..ef3eb6b003f6 100644 --- a/pkgs/applications/radio/wsjtx/default.nix +++ b/pkgs/applications/radio/wsjtx/default.nix @@ -36,6 +36,7 @@ stdenv.mkDerivation rec { asciidoctor cmake gfortran + hamlib_4 # rigctl libtool pkg-config qttools @@ -53,6 +54,8 @@ stdenv.mkDerivation rec { boost ]; + strictDeps = true; + meta = with lib; { description = "Weak-signal digital communication modes for amateur radio"; longDescription = ''