timidity: drop unused NIX_LDFLAGS override

`jack2` detection should Just Work. `diffoscope` shows no difference
for this change.
This commit is contained in:
Sergei Trofimovich 2023-04-23 12:51:35 +01:00
parent 519f9d324d
commit 7e5cc4d3ce

View file

@ -42,8 +42,6 @@ stdenv.mkDerivation rec {
"AR=${stdenv.cc.targetPrefix}ar"
];
NIX_LDFLAGS = "-ljack -L${libjack2}/lib";
instruments = fetchurl {
url = "http://www.csee.umbc.edu/pub/midia/instruments.tar.gz";
sha256 = "0lsh9l8l5h46z0y8ybsjd4pf6c22n33jsjvapfv3rjlfnasnqw67";