Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tome4: 1.4.6 -> 1.4.9 #23488

Closed
wants to merge 1 commit into from
Closed

tome4: 1.4.6 -> 1.4.9 #23488

wants to merge 1 commit into from

Conversation

rardiol
Copy link
Contributor

@rardiol rardiol commented Mar 4, 2017

Motivation for this change

update and fix compile failure

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

maintainer @Chattered

@mention-bot
Copy link

@rardiol, thanks for your PR! By analyzing the history of the files in this pull request, we identified @nckx, @Chattered and @dezgeg to be potential reviewers.

@ghost
Copy link

ghost commented Mar 4, 2017

Reviewed points
  • package name fits guidelines
  • package version fits guidelines
  • package build on x86-64/NixOS
  • executables tested on x86-64/NixOS

premake4 gmake
'';
makeFlags = [ "config=release" ];
installPhase = ''
install -Dm755 t-engine $out/opt/tome4/t-engine
echo "#!/{bash}/bin/sh" >> tome4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also do ${stdenv.shell} here, or simply use /bin/sh and rely on shebang patching to fixup the path.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in any case it is missing the $

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, changed to /bin/sh

@Mic92
Copy link
Member

Mic92 commented Mar 6, 2017

Merged with some cosmetical changes in 8cbba14

@Mic92 Mic92 closed this Mar 6, 2017
@rardiol rardiol deleted the tome4 branch July 13, 2017 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants