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

joker: init at 0.8.6 #30942

Merged
merged 2 commits into from Nov 4, 2017
Merged

joker: init at 0.8.6 #30942

merged 2 commits into from Nov 4, 2017

Conversation

andrestylianos
Copy link
Member

Motivation for this change

Adding Joker, a Clojure interpreter/linter written in go.

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.

goPackagePath = "github.com/candid82/joker";

src = fetchFromGitHub {
inherit rev;
Copy link
Contributor

Choose a reason for hiding this comment

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

Prefer git tag: rev = "v${version}"

homepage = https://github.com/candid82/joker;
description = "A small Clojure interpreter and linter written in Go";
license = licenses.epl10;
platforms = stdenv.lib.platforms.all;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please delete stdenv.lib here and below.

@andrestylianos
Copy link
Member Author

I've opened an issue at upstream as v0.8.5 had a problem that was preventing it from building correctly. Now v0.8.6 has been released, builds correctly here and I've updated the PR. Should I update the PR name or commit message to correctly reflect that it's v0.8.6?

@orivej
Copy link
Contributor

orivej commented Nov 4, 2017

Sure, could you squash the commits into one with 0.8.6 in it?

@orivej
Copy link
Contributor

orivej commented Nov 4, 2017

Additionally I've prevented the installation of generators that were not meant to be installed into bin.

@orivej orivej changed the title joker: init at 0.8.5 joker: init at 0.8.6 Nov 4, 2017
@orivej orivej merged commit 3ea077e into NixOS:master Nov 4, 2017
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

3 participants