mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
codec2: fix build
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user