trx: 0.4 -> 0.5
This commit is contained in:
@@ -2,13 +2,19 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "trx";
|
||||
version = "0.4";
|
||||
version = "0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.pogo.org.uk/~mark/trx/releases/${pname}-${version}.tar.gz";
|
||||
sha256 = "1wsrkbqc090px8i9p8awz38znxjcqjb1dzjjdd8xkjmiprayjhkl";
|
||||
sha256 = "1jjgca92nifjhcr3n0fmpfr6f5gxlqyal2wmgdlgd7hx834r1if7";
|
||||
};
|
||||
|
||||
# Makefile is currently missing -lbctoolbox so the build fails when linking
|
||||
# the libraries. This patch adds that flag.
|
||||
patches = [
|
||||
./add_bctoolbox_ldlib.patch
|
||||
];
|
||||
|
||||
buildInputs = [ alsaLib libopus ortp bctoolbox ];
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user