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

vimb: 3.1.0 -> 3.3.0 #51232

Merged
merged 4 commits into from Jan 20, 2019
Merged

vimb: 3.1.0 -> 3.3.0 #51232

merged 4 commits into from Jan 20, 2019

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Nov 29, 2018

https://github.com/fanglingsu/vimb/releases/tag/3.2.0

https://github.com/fanglingsu/vimb/releases/tag/3.3.0

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option 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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.


src = fetchurl {
url = "https://github.com/fanglingsu/vimb/archive/${version}.tar.gz";
sha256 = "1gws028c2v1zh6r142hmjvi2m447lwqqh65m6z3dzcar2yw35z3f";
sha256 = "0v3daxs10nndxvcpvx8377aylfdismzkys5n5cs8m89c3fdy6vsw";
Copy link
Member

Choose a reason for hiding this comment

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

Should be also fetchFromGitHub.

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ makeWrapper gtk2 libsoup webkit gsettings-desktop-schemas ];
nativeBuildInputs = [ makeWrapper pkgconfig ];
buildInputs = [ gtk3 libsoup webkit gsettings-desktop-schemas ];
Copy link
Member

Choose a reason for hiding this comment

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

I just noticed the makeWrapper:
If you add nativeBuildInputs = [ wrapGAppsHook ]; and buildInputs = [ glib gnome3.gsettings_desktop_schemas ]; then you don't makeWrapper and the result
is less fragile.
https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/instant-messengers/rambox/default.nix#L33

@dtzWill
Copy link
Member Author

dtzWill commented Jan 5, 2019

@Mic92 look good?

@dtzWill dtzWill merged commit f511d52 into NixOS:master Jan 20, 2019
@dtzWill dtzWill deleted the update/vimb-3.3.0 branch January 20, 2019 08:16
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