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

deadpixi-sam: init at 2016-09-15 #18305

Merged
merged 1 commit into from
Sep 17, 2016
Merged

deadpixi-sam: init at 2016-09-15 #18305

merged 1 commit into from
Sep 17, 2016

Conversation

RamKromberg
Copy link
Contributor

Motivation for this change

A standalone updated sam.

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
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • x ] Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@RamKromberg
Copy link
Contributor Author

upstreamed the packaging issues ( deadpixi/sam#21 ) so it's really working well and functioning properly now :)

@RamKromberg RamKromberg changed the title deadpixi-sam: init at 2016-09-04 deadpixi-sam: init at 2016-09-11 Sep 11, 2016
@RamKromberg RamKromberg mentioned this pull request Sep 17, 2016
7 tasks
Copy link
Contributor

@joachifm joachifm left a comment

Choose a reason for hiding this comment

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

Added a few trivial remarks, looks superficially okay to me otherwise.

'';

meta = with stdenv.lib; {
homepage = https://github.com/deadpixi/sam;
Copy link
Contributor

Choose a reason for hiding this comment

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

Note that you can do inherit (src.meta) homepage when using fetchFromGitHub.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

k


meta = with stdenv.lib; {
homepage = https://github.com/deadpixi/sam;
description = " An updated version of the sam text editor. ";
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove superfluous whitespace and trailing punctuation, per the guidelines for meta.description.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

'';

makeFlags = [ "DESTDIR=$(out)" ];
buildInputs = [ freetype.dev libX11 libXt libXft ];
Copy link
Contributor

Choose a reason for hiding this comment

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

I get the impression that freetype.dev is added here only because it is referenced in postPatch. If that is the case, you can safely remove it from build inputs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yup. will fix

@RamKromberg RamKromberg changed the title deadpixi-sam: init at 2016-09-11 deadpixi-sam: init at 2016-09-15 Sep 17, 2016
@joachifm joachifm merged commit 5448271 into NixOS:master Sep 17, 2016
@RamKromberg
Copy link
Contributor Author

Awesome. Thanks!

@RamKromberg RamKromberg deleted the init/deadpixi-sam branch September 17, 2016 15:36
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.

2 participants