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

openorienteering-mapper: 0.8.1 -> 0.8.1.2 and fix templates #38526

Merged
merged 3 commits into from Apr 8, 2018

Conversation

mpickering
Copy link
Contributor

Motivation for this change

Version bump and fix an issue with reading template files.

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
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • 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.

@@ -47,8 +48,10 @@ stdenv.mkDerivation rec {
stdenv.lib.optionalString stdenv.isDarwin ''
# Fixes "This application failed to start because it could not find or load the Qt
# platform plugin "cocoa"."
echo ${qtimageformats}/${qtbase.qtPluginPrefix}
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you printing it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Woops, removed that now. Thanks.

This allows tiff images to be loaded correctly as templates.
@boomshroom
Copy link
Contributor

Builds on NixOS, but attempting to run complains about an incompatible QT library. That's probably why it was marked Mac-only.

@jtojnar
Copy link
Contributor

jtojnar commented Apr 7, 2018

The QT error is recurring issue, not anything to do with this PR. See for example #17448

@mpickering
Copy link
Contributor Author

The package should work fine with NixOS but I haven't tested it hence why the attribute is not set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants