mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Fix Hydrogen to build with JACK 1.9.9.5
This patches the Hydrogen scons build script to work a failure to parse the JACK version correctly. If I understand correctly upstream Hydrogen now uses cmake instead of Scons, so this shouldn't be a problem with the next Hydrogen release.
This commit is contained in:
parent
b79c0bd2f3
commit
48d8ab884c
@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
|
||||
postPatch = ''
|
||||
sed -e 's#/usr/lib/ladspa#${ladspaPlugins}/lib/ladspa#' -i libs/hydrogen/src/preferences.cpp
|
||||
sed '/\/usr/d' -i libs/hydrogen/src/preferences.cpp
|
||||
'';
|
||||
sed "s#pkg_ver.rstrip().split('.')#pkg_ver.rstrip().split('.')[:3]#" -i Sconstruct
|
||||
'';
|
||||
|
||||
# why doesn't scons find librdf?
|
||||
buildPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user