mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
treewide: Mass replace 'libsamplerate}/lib' to refer the 'out' output
This commit is contained in:
parent
035fdf61c6
commit
3e87411733
@ -6742,7 +6742,7 @@ in modules // {
|
||||
preConfigure = ''
|
||||
cat > site.cfg << END
|
||||
[samplerate]
|
||||
library_dirs=${pkgs.libsamplerate}/lib
|
||||
library_dirs=${pkgs.libsamplerate.out}/lib
|
||||
include_dirs=${pkgs.libsamplerate}/include
|
||||
END
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user