Skip to content

vym: 2.2.4 -> 2.6.11#42186

Merged
Mic92 merged 2 commits intoNixOS:masterfrom
nek0:master
Jun 19, 2018
Merged

vym: 2.2.4 -> 2.6.11#42186
Mic92 merged 2 commits intoNixOS:masterfrom
nek0:master

Conversation

@nek0
Copy link
Contributor

@nek0 nek0 commented Jun 18, 2018

Motivation for this change

The Software available in nixpkgs was outdated, but I rely on it.

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/)
  • Fits CONTRIBUTING.md.

Sorry. It's my first time making a PR here.

@GrahamcOfBorg GrahamcOfBorg added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jun 18, 2018
@Mic92 Mic92 changed the title update vym to 2.6.11 vym: 2.2.4 -> 2.6.11 Jun 19, 2018
@Mic92
Copy link
Member

Mic92 commented Jun 19, 2018

@GrahamcOfBorg build vym

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: vym

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: vym

Partial log (click to expand)

patching script interpreter paths in /nix/store/hpwc5cnnmd1pk0lyqnb6n9xi6c9qskla-vym-2.6.11
/nix/store/gpy3r9ss5ngfkib8ylx7jzgahq7m0x5b-patch-shebangs.sh: line 22: warning: command substitution: ignored null byte in input
/nix/store/hpwc5cnnmd1pk0lyqnb6n9xi6c9qskla-vym-2.6.11/vym/scripts/makedist-vym: interpreter directive changed from "/bin/bash" to "/nix/store/0aa1ngxygf1iqanfbpdb10klc7r343c0-bash-4.4-p19/bin/bash"
/nix/store/hpwc5cnnmd1pk0lyqnb6n9xi6c9qskla-vym-2.6.11/vym/scripts/screencast: interpreter directive changed from "/bin/bash" to "/nix/store/0aa1ngxygf1iqanfbpdb10klc7r343c0-bash-4.4-p19/bin/bash"
/nix/store/hpwc5cnnmd1pk0lyqnb6n9xi6c9qskla-vym-2.6.11/vym/scripts/vivym: interpreter directive changed from "/bin/bash" to "/nix/store/0aa1ngxygf1iqanfbpdb10klc7r343c0-bash-4.4-p19/bin/bash"
/nix/store/hpwc5cnnmd1pk0lyqnb6n9xi6c9qskla-vym-2.6.11/vym/scripts/getbinaries: interpreter directive changed from "/bin/bash" to "/nix/store/0aa1ngxygf1iqanfbpdb10klc7r343c0-bash-4.4-p19/bin/bash"
checking for references to /build in /nix/store/hpwc5cnnmd1pk0lyqnb6n9xi6c9qskla-vym-2.6.11...
postPatchMkspecs
postPatchMkspecs
/nix/store/hpwc5cnnmd1pk0lyqnb6n9xi6c9qskla-vym-2.6.11

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: vym

Partial log (click to expand)

patching script interpreter paths in /nix/store/pblnz59fslqfnbr9441ca9mx2fdv1dj8-vym-2.6.11
/nix/store/gpy3r9ss5ngfkib8ylx7jzgahq7m0x5b-patch-shebangs.sh: line 22: warning: command substitution: ignored null byte in input
/nix/store/pblnz59fslqfnbr9441ca9mx2fdv1dj8-vym-2.6.11/vym/scripts/getbinaries: interpreter directive changed from "/bin/bash" to "/nix/store/23kq49wszxq7k41dqfk82q5vqwlq5sww-bash-4.4-p19/bin/bash"
/nix/store/pblnz59fslqfnbr9441ca9mx2fdv1dj8-vym-2.6.11/vym/scripts/makedist-vym: interpreter directive changed from "/bin/bash" to "/nix/store/23kq49wszxq7k41dqfk82q5vqwlq5sww-bash-4.4-p19/bin/bash"
/nix/store/pblnz59fslqfnbr9441ca9mx2fdv1dj8-vym-2.6.11/vym/scripts/screencast: interpreter directive changed from "/bin/bash" to "/nix/store/23kq49wszxq7k41dqfk82q5vqwlq5sww-bash-4.4-p19/bin/bash"
/nix/store/pblnz59fslqfnbr9441ca9mx2fdv1dj8-vym-2.6.11/vym/scripts/vivym: interpreter directive changed from "/bin/bash" to "/nix/store/23kq49wszxq7k41dqfk82q5vqwlq5sww-bash-4.4-p19/bin/bash"
checking for references to /build in /nix/store/pblnz59fslqfnbr9441ca9mx2fdv1dj8-vym-2.6.11...
postPatchMkspecs
postPatchMkspecs
/nix/store/pblnz59fslqfnbr9441ca9mx2fdv1dj8-vym-2.6.11

@Mic92 Mic92 merged commit c89b6f4 into NixOS:master Jun 19, 2018
@Mic92
Copy link
Member

Mic92 commented Jun 19, 2018

Thanks!

@Janik-Haag Janik-Haag added the 12.first-time contribution This PR is the author's first one; please be gentle! label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 12.first-time contribution This PR is the author's first one; please be gentle!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants