Commit 7e5cc4d3 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

timidity: drop unused NIX_LDFLAGS override

`jack2` detection should Just Work. `diffoscope` shows no difference
for this change.
parent 519f9d32
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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";