fix invalid antiquotations
See https://github.com/NixOS/nix/issues/1017
This commit is contained in:
parent
2faa207701
commit
3fca2ce204
@ -118,7 +118,7 @@ in releaseTools.nixBuild rec {
|
|||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
export LOGNAME=${LOGNAME:-foo}
|
export LOGNAME=''${LOGNAME:-foo}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
echo 'PATH=${erlang}/bin:${PATH:+:}$PATH' >> $out/sbin/rabbitmq-env
|
echo 'PATH=${erlang}/bin:''${PATH:+:}$PATH' >> $out/sbin/rabbitmq-env
|
||||||
''; # */
|
''; # */
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user