NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.51k stars 13.69k forks source link

rPackage.seewave can't find libsndfile #20308

Closed nico202 closed 7 years ago

nico202 commented 7 years ago

Issue description

Steps to reproduce

Add in nix-shell rPackages.seewave and nix-shell it

Technical details

stft.c:3:61: fatal error: sndfile.h not found

FRidh commented 7 years ago

likely seewave needs libsndfile.out instead of libsndfile which points to libsndfile.bin

mimame commented 7 years ago

@frerich I fixed this bug some time ago. Could you close it? Thanks in advance!