cubicsdr: fix Darwin build (#371751)
This commit is contained in:
@@ -62,6 +62,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [ "-DUSE_HAMLIB=ON" ] ++ lib.optional enableDigitalLab "-DENABLE_DIGITAL_LAB=ON";
|
||||
|
||||
postFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
install_name_tool -change libliquid.dylib ${lib.getLib liquid-dsp}/lib/libliquid.dylib ''${out}/bin/CubicSDR
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://cubicsdr.com";
|
||||
description = "Software Defined Radio application";
|
||||
|
||||
Reference in New Issue
Block a user