From 9d51787b536d843926dfd232f806ca0f5b5f5546 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 7 Jul 2022 01:03:12 +0200 Subject: [PATCH] codec2: fix build --- pkgs/development/libraries/codec2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/codec2/default.nix b/pkgs/development/libraries/codec2/default.nix index b921cb2bbba8..e360279c6a44 100644 --- a/pkgs/development/libraries/codec2/default.nix +++ b/pkgs/development/libraries/codec2/default.nix @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { # Install a binary that is used by openwebrx postInstall = '' - install -Dm0755 src/freedv_rx $out/bin/ + install -Dm0755 src/freedv_rx -t $out/bin/ ''; # Swap keyword order to satisfy SWIG parser