mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
timidity: drop unused NIX_LDFLAGS override
`jack2` detection should Just Work. `diffoscope` shows no difference for this change.
This commit is contained in:
parent
519f9d324d
commit
7e5cc4d3ce
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user