codec2: fix build

This commit is contained in:
Sandro
2022-07-07 01:03:12 +02:00
committed by GitHub
parent 10565fccde
commit 9d51787b53
@@ -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