[Nix-commits] [NixOS/nixpkgs] 4b0629: checkbashisms: simplify and set platforms to unix ...

2017-05-14 Thread Matthew Justin Bauer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4b06293597c64097e588571ee37cfd8be4f647bb
  
https://github.com/NixOS/nixpkgs/commit/4b06293597c64097e588571ee37cfd8be4f647bb
  Author: Matthew Justin Bauer <mjbaue...@gmail.com>
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
M pkgs/development/tools/misc/checkbashisms/default.nix

  Log Message:
  ---
  checkbashisms: simplify and set platforms to unix (#25773)

- adds version to name
- also adds "unix" as platform (anything with perl should work)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 10cfe9: xcbuild: 0ab861ab -> 0.1.1 (#21895)

2017-01-19 Thread Matthew Justin Bauer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 10cfe945fed31fef4ee97bddc2df5192eb69da32
  
https://github.com/NixOS/nixpkgs/commit/10cfe945fed31fef4ee97bddc2df5192eb69da32
  Author: Matthew Justin Bauer <mjbaue...@gmail.com>
  Date:   2017-01-19 (Thu, 19 Jan 2017)

  Changed paths:
M pkgs/development/tools/xcbuild/default.nix
M pkgs/development/tools/xcbuild/wrapper.nix

  Log Message:
  ---
  xcbuild: 0ab861ab -> 0.1.1 (#21895)

* xcbuild: add xcode-select wrapper
* xcbuild: update to 0.1.1


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] fd2cf1: openjdk-darwin: Fix libfreetype path (#21089)

2016-12-13 Thread Matthew Justin Bauer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fd2cf186b0012c0d7a941d1984b987ddb87cf95d
  
https://github.com/NixOS/nixpkgs/commit/fd2cf186b0012c0d7a941d1984b987ddb87cf95d
  Author: Matthew Justin Bauer <mjbaue...@gmail.com>
  Date:   2016-12-13 (Tue, 13 Dec 2016)

  Changed paths:
M pkgs/development/compilers/openjdk-darwin/8.nix
M pkgs/development/compilers/openjdk-darwin/default.nix

  Log Message:
  ---
  openjdk-darwin: Fix libfreetype path (#21089)

The freetype path was not working. This fixes it to use the nix
freetype version with install_name_tool.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 76f346: virtualbox-demo: Add modesetting to drivers

2016-12-07 Thread Matthew Justin Bauer
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 76f346d61d537f5bbe4f365f9f659df7024602b4
  
https://github.com/NixOS/nixpkgs/commit/76f346d61d537f5bbe4f365f9f659df7024602b4
  Author: Matthew Justin Bauer <mjbaue...@gmail.com>
  Date:   2016-12-07 (Wed, 07 Dec 2016)

  Changed paths:
M nixos/modules/installer/virtualbox-demo.nix

  Log Message:
  ---
  virtualbox-demo: Add modesetting to drivers

This needs to be included for VirtualBox to detect that it needs to start the 
video driver. "modesetting" is also set in virtualbox-image.nix but this line 
seems to take precedence over that one (even though the virtualbox-image.nix 
has a higher override?) This should fix the problems that I and a few others 
have been having with the .ova files built for nixos.org.

Fixes #20007.


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 19e8d0: imagemagick: 6.9.3-9 -> 6.9.5-2 (#16958)

2016-07-19 Thread Matthew Justin Bauer
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 19e8d07f4ed07ac9be63539ce1638400078d0881
  
https://github.com/NixOS/nixpkgs/commit/19e8d07f4ed07ac9be63539ce1638400078d0881
  Author: Ram Kromberg <ramkromb...@mail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
M pkgs/applications/graphics/ImageMagick/default.nix
M pkgs/applications/graphics/ImageMagick/imagetragick.patch

  Log Message:
  ---
  imagemagick: 6.9.3-9 -> 6.9.5-2 (#16958)

(cherry picked from commit 9ff51cc3c424b814c38961cc7c69351de4051b48)


  Commit: 1daaf68e38a6fa51f1b67f5f07d5f6eb870a3a17
  
https://github.com/NixOS/nixpkgs/commit/1daaf68e38a6fa51f1b67f5f07d5f6eb870a3a17
  Author: Franz Pletz <fpl...@fnordicwalking.de>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
M pkgs/applications/graphics/ImageMagick/default.nix

  Log Message:
  ---
  imagemagick: fix hashes

See #16958.

(cherry picked from commit b1ff7f83ef5c8a72a4a9009be3efdf93d939743b)


  Commit: ebb204732e10ae5243ae5e2bf1513c89cca523dc
  
https://github.com/NixOS/nixpkgs/commit/ebb204732e10ae5243ae5e2bf1513c89cca523dc
  Author: Matthew Justin Bauer <mjbaue...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
M nixos/modules/virtualisation/virtualbox-guest.nix

  Log Message:
  ---
  virtualbox: fix virtualbox guest additions (#16964)

(cherry picked from commit 802a700373ff2d933d65bd6a8546d14905dd912d)


Compare: https://github.com/NixOS/nixpkgs/compare/13138d5feaae...ebb204732e10___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 802a70: virtualbox: fix virtualbox guest additions (#16964...

2016-07-19 Thread Matthew Justin Bauer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 802a700373ff2d933d65bd6a8546d14905dd912d
  
https://github.com/NixOS/nixpkgs/commit/802a700373ff2d933d65bd6a8546d14905dd912d
  Author: Matthew Justin Bauer <mjbaue...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
M nixos/modules/virtualisation/virtualbox-guest.nix

  Log Message:
  ---
  virtualbox: fix virtualbox guest additions (#16964)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 9dd563: jsoncpp: enable and fix on darwin (#15845)

2016-05-31 Thread Matthew Justin Bauer
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9dd563bb129e8dfc210bd7d80ad499189fe6bf37
  
https://github.com/NixOS/nixpkgs/commit/9dd563bb129e8dfc210bd7d80ad499189fe6bf37
  Author: Matthew Justin Bauer <mjbaue...@gmail.com>
  Date:   2016-05-31 (Tue, 31 May 2016)

  Changed paths:
M pkgs/development/libraries/jsoncpp/default.nix

  Log Message:
  ---
  jsoncpp: enable and fix on darwin (#15845)


___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits