[Backport release-21.05] analog: Fix substitution so it can find its language files (#140313)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Philippe Hürlimann <p@hurlimann.org> Co-authored-by: Artturi <Artturin@artturin.com>
This commit is contained in:
parent
400994665e
commit
f3cbc81608
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
postPatch = ''
|
||||
sed -i src/anlghead.h \
|
||||
-e "s|#define DEFAULTCONFIGFILE .*|#define DEFAULTCONFIGFILE \"$out/etc/analog.cfg\"|g" \
|
||||
-e "s|#define LANGDIR .*|#define LANGDIR \"$out/share/$pname}/lang/\"|g"
|
||||
-e "s|#define LANGDIR .*|#define LANGDIR \"$out/share/${pname}/lang/\"|g"
|
||||
substituteInPlace src/Makefile --replace "gcc" "${stdenv.cc.targetPrefix}cc"
|
||||
'';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user