Re: [Nix-dev] conflicting packages / priority values

2017-06-16 Thread Roger Qiu
I wonder in other programming languages, name clashes are usually resolved
through aliasing. Would it be possible for nix to install packages while
aliasing their outputs to a different name to avoid clashes like this?

On 17 Jun 2017 09:07, "Roni Choudhury"  wrote:

> From time to time I see an error message like this:
>
> collision between 
> ‘/nix/store/qs8fq5ld2shc0i3fvbs6n0g0k8fypndm-git-2.13.0/bin/git’ and 
> ‘/nix/store/64fjdb4whkf2r5x8xyqf9kkljnk6w59b-git-2.13.0/bin/git’; use 
> ‘nix-env --set-flag priority NUMBER PKGNAME’ to change the priority of one of 
> the conflicting packages
>
> I understand what causes it (two packages competing to place the same,
> e.g., binaries in my profile), but I’ve never understood how to resolve it.
> Usually I just guess priority numbers until it works; more lately I’ve
> simply removed the offending package from my environment before repeating
> the failing install command. Obviously, neither approach is healthy or
> correct :)
>
> The man page for nix-env contains the following:
>
> If there are multiple derivations matching a name in args that have the
> same name (e.g., gcc-3.3.6 and gcc-4.1.1), then the derivation with the
> highest priority is used. A derivation can define a priority by declaring
> the meta.priority attribute. This attribute should be a number, with a
> higher value denoting a lower priority. The default priority is 0.
>
> But I’m still not sure what this means for my error situation. How do I
> know what the priorities are for the different packages? The default value
> is 0, which is the highest priority; what does that mean exactly, for the
> default priority to be the highest priority?
>
> Is there a more intuitive way to resolve this sort of conflict? For
> instance, is there a way to tell nix-env to force the issue by treating
> the requested package as higher priority than any existing ones?
>
> Thanks!
>
> roni
> ​
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] conflicting packages / priority values

2017-06-16 Thread Roni Choudhury
>From time to time I see an error message like this:

collision between
‘/nix/store/qs8fq5ld2shc0i3fvbs6n0g0k8fypndm-git-2.13.0/bin/git’ and
‘/nix/store/64fjdb4whkf2r5x8xyqf9kkljnk6w59b-git-2.13.0/bin/git’; use
‘nix-env --set-flag priority NUMBER PKGNAME’ to change the priority of
one of the conflicting packages

I understand what causes it (two packages competing to place the same,
e.g., binaries in my profile), but I’ve never understood how to resolve it.
Usually I just guess priority numbers until it works; more lately I’ve
simply removed the offending package from my environment before repeating
the failing install command. Obviously, neither approach is healthy or
correct :)

The man page for nix-env contains the following:

If there are multiple derivations matching a name in args that have the
same name (e.g., gcc-3.3.6 and gcc-4.1.1), then the derivation with the
highest priority is used. A derivation can define a priority by declaring
the meta.priority attribute. This attribute should be a number, with a
higher value denoting a lower priority. The default priority is 0.

But I’m still not sure what this means for my error situation. How do I
know what the priorities are for the different packages? The default value
is 0, which is the highest priority; what does that mean exactly, for the
default priority to be the highest priority?

Is there a more intuitive way to resolve this sort of conflict? For
instance, is there a way to tell nix-env to force the issue by treating the
requested package as higher priority than any existing ones?

Thanks!

roni
​
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 6383a5: Ardour: 5.8 -> 5.10

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6383a544406cb3642658113fbda160830b573912
  
https://github.com/NixOS/nixpkgs/commit/6383a544406cb3642658113fbda160830b573912
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/ardour/default.nix

  Log Message:
  ---
  Ardour: 5.8 -> 5.10


  Commit: ada9e9435570ca8a853ab7198c816bfa604f5646
  
https://github.com/NixOS/nixpkgs/commit/ada9e9435570ca8a853ab7198c816bfa604f5646
  Author: Jörg Thalheim 
  Date:   2017-06-17 (Sat, 17 Jun 2017)

  Changed paths:
M pkgs/applications/audio/ardour/default.nix

  Log Message:
  ---
  Merge pull request #26646 from magnetophon/ardour

Ardour: 5.8 -> 5.10


Compare: https://github.com/NixOS/nixpkgs/compare/c396360b7b4d...ada9e9435570___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 60183a: gtk3: install gtk-launch

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 60183a11775014f7487fe8c9715b0333824bb22a
  
https://github.com/NixOS/nixpkgs/commit/60183a11775014f7487fe8c9715b0333824bb22a
  Author: Guillaume Koenig 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/gtk+/3.x.nix

  Log Message:
  ---
  gtk3: install gtk-launch


  Commit: c396360b7b4dfdcfeaf5e8d6861d995ed98430f5
  
https://github.com/NixOS/nixpkgs/commit/c396360b7b4dfdcfeaf5e8d6861d995ed98430f5
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/gtk+/3.x.nix

  Log Message:
  ---
  Merge pull request #26621 from guillaumekoenig/install-gtk-launch

gtk3: install gtk-launch


Compare: https://github.com/NixOS/nixpkgs/compare/ba1dd2660a74...c396360b7b4d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ef2f34: kotlin: 1.1.2 -> 1.1.2-5

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ef2f34d3d7693df68829aa3cc8f47a12ab9fd919
  
https://github.com/NixOS/nixpkgs/commit/ef2f34d3d7693df68829aa3cc8f47a12ab9fd919
  Author: Tim Steinbach 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/compilers/kotlin/default.nix

  Log Message:
  ---
  kotlin: 1.1.2 -> 1.1.2-5


  Commit: ba1dd2660a740c457cab93a200eeafc281dcb2e5
  
https://github.com/NixOS/nixpkgs/commit/ba1dd2660a740c457cab93a200eeafc281dcb2e5
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/compilers/kotlin/default.nix

  Log Message:
  ---
  Merge pull request #26645 from NeQuissimus/kotlin_1_1_2_5

kotlin: 1.1.2 -> 1.1.2-5


Compare: https://github.com/NixOS/nixpkgs/compare/5b0a370f3f41...ba1dd2660a74___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d990d6: atom: 1.17.2 -> 1.18.0

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d990d618c0ad555ed222bf453adb1c82c20f809c
  
https://github.com/NixOS/nixpkgs/commit/d990d618c0ad555ed222bf453adb1c82c20f809c
  Author: Tim Steinbach 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/editors/atom/default.nix

  Log Message:
  ---
  atom: 1.17.2 -> 1.18.0


  Commit: 5b0a370f3f41c7a49d160c20836c112a40889706
  
https://github.com/NixOS/nixpkgs/commit/5b0a370f3f41c7a49d160c20836c112a40889706
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/editors/atom/default.nix

  Log Message:
  ---
  Merge pull request #26636 from NeQuissimus/atom_1_18_0

atom: 1.17.2 -> 1.18.0


Compare: https://github.com/NixOS/nixpkgs/compare/b40cda750bd6...5b0a370f3f41___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b19287: sbt: support build scala-native targets

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b1928704d440f6c2ec36444d709c340dd1dec469
  
https://github.com/NixOS/nixpkgs/commit/b1928704d440f6c2ec36444d709c340dd1dec469
  Author: Volth 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
A pkgs/development/tools/build-managers/sbt/scala-native.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  sbt: support build scala-native targets


  Commit: b40cda750bd6827a1669a3766a7edd2b863732c3
  
https://github.com/NixOS/nixpkgs/commit/b40cda750bd6827a1669a3766a7edd2b863732c3
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
A pkgs/development/tools/build-managers/sbt/scala-native.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26656 from volth/sbt-with-scala-native

sbt: support scala-native


Compare: https://github.com/NixOS/nixpkgs/compare/e9c0d5f1ba75...b40cda750bd6___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] fc0a4a: clipster: 2017-02-27 -> 1.0.1

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fc0a4a52f9d08051e78abfac927f75591f054bfe
  
https://github.com/NixOS/nixpkgs/commit/fc0a4a52f9d08051e78abfac927f75591f054bfe
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/tools/misc/clipster/default.nix

  Log Message:
  ---
  clipster: 2017-02-27 -> 1.0.1


  Commit: e9c0d5f1ba75b37b00f7d518d45990fa82ae757f
  
https://github.com/NixOS/nixpkgs/commit/e9c0d5f1ba75b37b00f7d518d45990fa82ae757f
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/tools/misc/clipster/default.nix

  Log Message:
  ---
  Merge pull request #26649 from magnetophon/clipster

clipster: 2017-02-27 -> 1.0.1


Compare: https://github.com/NixOS/nixpkgs/compare/61feffbe57ca...e9c0d5f1ba75___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] e0c1c5: ltris: init at 1.0.19

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e0c1c51d738304e7851a547a992e0fc27d2a45c8
  
https://github.com/NixOS/nixpkgs/commit/e0c1c51d738304e7851a547a992e0fc27d2a45c8
  Author: Simon Lackerbauer 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
A pkgs/games/ltris/default.nix
A pkgs/games/ltris/gcc5_compliance.diff
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  ltris: init at 1.0.19


  Commit: 61feffbe57ca49211024ed1f0b507185fd7a49d7
  
https://github.com/NixOS/nixpkgs/commit/61feffbe57ca49211024ed1f0b507185fd7a49d7
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
A pkgs/games/ltris/default.nix
A pkgs/games/ltris/gcc5_compliance.diff
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26652 from ciil/ltris

ltris: init at 1.0.19


Compare: https://github.com/NixOS/nixpkgs/compare/c4037ee92b77...61feffbe57ca___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] fdef88: ply: init at v1-beta1(9e810b1)

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fdef885d9769fe619e1f9b7bc780047cd2e01fa3
  
https://github.com/NixOS/nixpkgs/commit/fdef885d9769fe619e1f9b7bc780047cd2e01fa3
  Author: Susan Potter 
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
A pkgs/os-specific/linux/ply/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  ply: init at v1-beta1(9e810b1)


  Commit: f5d98e8e18067fd5980704a04bd44c68514f6778
  
https://github.com/NixOS/nixpkgs/commit/f5d98e8e18067fd5980704a04bd44c68514f6778
  Author: Jörg Thalheim 
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
M pkgs/os-specific/linux/ply/default.nix

  Log Message:
  ---
  ply: fix build


  Commit: c4037ee92b7722cd2f2577d12bb87f36d12f9ff0
  
https://github.com/NixOS/nixpkgs/commit/c4037ee92b7722cd2f2577d12bb87f36d12f9ff0
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
A pkgs/os-specific/linux/ply/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26583 from mbbx6spp/init-ply-package

ply: init at v1-beta1(9e810b1)


Compare: https://github.com/NixOS/nixpkgs/compare/dda6daa4ff87...c4037ee92b77___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 69380c: Merge #26601: thunderbird*: 52.1.1 -> 52.2.0 (secu...

2017-06-16 Thread taku0
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 69380c984bbd1aea42839d5bd73145fb9f4cf484
  
https://github.com/NixOS/nixpkgs/commit/69380c984bbd1aea42839d5bd73145fb9f4cf484
  Author: Vladimír Čunát 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
A 
pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
R pkgs/applications/networking/mailreaders/thunderbird-bin/sources.nix
M pkgs/applications/networking/mailreaders/thunderbird/default.nix

  Log Message:
  ---
  Merge #26601: thunderbird*: 52.1.1 -> 52.2.0 (security)

(cherry picked from commit 791f072384a18a821d998edcecb5d7b3cd78e4ea)
I left out the firefox-bin bits, as they didn't apply anyway.


  Commit: 5a9c99607eb90da51c212ee168162c30c3bf9225
  
https://github.com/NixOS/nixpkgs/commit/5a9c99607eb90da51c212ee168162c30c3bf9225
  Author: taku0 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  thunderbird-bin: fixup missing gtk3

(cherry picked from commit 77f0ad5a37c4cc48e9869cd2652bb6d511c3874e)
Now it seems to work, and the expression is fully synced with nixpkgs
master.


Compare: https://github.com/NixOS/nixpkgs/compare/852827bbc3dc...5a9c99607eb9___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c002b8: faustCompressors: 1.1.1 -> 1.2

2017-06-16 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c002b886c05271f891383b466e6810359776443c
  
https://github.com/NixOS/nixpkgs/commit/c002b886c05271f891383b466e6810359776443c
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/magnetophonDSP/faustCompressors/default.nix

  Log Message:
  ---
  faustCompressors: 1.1.1 -> 1.2


  Commit: 3ed9546312d81f961b207d810f00dcaa0f7feb38
  
https://github.com/NixOS/nixpkgs/commit/3ed9546312d81f961b207d810f00dcaa0f7feb38
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/x42-plugins/default.nix

  Log Message:
  ---
  x42-plugins: 20161230 -> 20170428


  Commit: 075f43c8e6fa3eb8dd8eca8276a54f71711da941
  
https://github.com/NixOS/nixpkgs/commit/075f43c8e6fa3eb8dd8eca8276a54f71711da941
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/zynaddsubfx/default.nix

  Log Message:
  ---
  zynaddsubfx: 2.5.4 -> 3.0.1


  Commit: 33b08423057fce82a19f8da29f868db2c2fa751f
  
https://github.com/NixOS/nixpkgs/commit/33b08423057fce82a19f8da29f868db2c2fa751f
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/artyFX/default.nix

  Log Message:
  ---
  artyFX: 2015-05-07 -> 1.3


  Commit: 082563fe9e81a4a798e64ddbacbce45da5677cc5
  
https://github.com/NixOS/nixpkgs/commit/082563fe9e81a4a798e64ddbacbce45da5677cc5
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/eq10q/default.nix

  Log Message:
  ---
  eq10q: 2.1 -> 2.2


  Commit: c3399e5934b8a9b6dbee6fdef61897df8ab769f3
  
https://github.com/NixOS/nixpkgs/commit/c3399e5934b8a9b6dbee6fdef61897df8ab769f3
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  ---
  haskell-hastache: don't install the internal mkReadme tool


  Commit: 9f399c40e92c452d6133c04c46c0a41196db1f4a
  
https://github.com/NixOS/nixpkgs/commit/9f399c40e92c452d6133c04c46c0a41196db1f4a
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/networking/instant-messengers/dino/default.nix

  Log Message:
  ---
  dino: 2017-05-31 -> 2017-06-13


  Commit: d0e6dcca4e352df6323e05774a8547adcba6ad7b
  
https://github.com/NixOS/nixpkgs/commit/d0e6dcca4e352df6323e05774a8547adcba6ad7b
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/jalv/default.nix

  Log Message:
  ---
  jalv: 1.4.6 -> 1.6.0


  Commit: 65ce8aa99229ff6b1c8c474441f77dc1d4e684c4
  
https://github.com/NixOS/nixpkgs/commit/65ce8aa99229ff6b1c8c474441f77dc1d4e684c4
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/lv2bm/default.nix

  Log Message:
  ---
  lv2bm: git-2015-04-10 -> git-2015-11-29


  Commit: 94c6b321e9ad229ebdb87a3b11eb421077f2038e
  
https://github.com/NixOS/nixpkgs/commit/94c6b321e9ad229ebdb87a3b11eb421077f2038e
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/sorcer/default.nix

  Log Message:
  ---
  sorcer: 1.1.1 -> 1.1.3


  Commit: 6c3459772beabbbc5dbaf208a9c427f562f64fb8
  
https://github.com/NixOS/nixpkgs/commit/6c3459772beabbbc5dbaf208a9c427f562f64fb8
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/audio/ntk/default.nix

  Log Message:
  ---
  ntk: 2014-10-18 -> 2017-04-22


  Commit: b3f1f88175e8e33e7195da126407e6f4e5729345
  
https://github.com/NixOS/nixpkgs/commit/b3f1f88175e8e33e7195da126407e6f4e5729345
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/qjackctl/default.nix

  Log Message:
  ---
  qjackctl: 0.4.4 -> 0.4.5


  Commit: 37bd5d40f92fb4c5ce586e5ec6e9930c8d2ec275
  
https://github.com/NixOS/nixpkgs/commit/37bd5d40f92fb4c5ce586e5ec6e9930c8d2ec275
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/qmidinet/default.nix

  Log Message:
  ---
  qmidinet: 0.4.2 -> 0.4.3


  Commit: 38b3e42f54ba1fc26f347829b69bd6dc563df0cc
  
https://github.com/NixOS/nixpkgs/commit/38b3e42f54ba1fc26f347829b69bd6dc563df0cc
  Author: romildo 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M 

[Nix-commits] [NixOS/nixpkgs] 286c36: utillinux: fix "fstrim --all"

2017-06-16 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 286c36d7370763eb8222659ddd8f67773398c3c1
  
https://github.com/NixOS/nixpkgs/commit/286c36d7370763eb8222659ddd8f67773398c3c1
  Author: gnidorah 
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
M pkgs/os-specific/linux/util-linux/default.nix

  Log Message:
  ---
  utillinux: fix "fstrim --all"


  Commit: 2a76b6ad698af623f110a183a4f0ce3f3f308273
  
https://github.com/NixOS/nixpkgs/commit/2a76b6ad698af623f110a183a4f0ce3f3f308273
  Author: Vladimír Čunát 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/os-specific/linux/util-linux/default.nix

  Log Message:
  ---
  Merge #26540: utillinux: fix "fstrim --all"


Compare: https://github.com/NixOS/nixpkgs/compare/f714dfbb1dc9...2a76b6ad698a___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] dda6da: flash: 26.0.0.126 -> 26.0.0.131

2017-06-16 Thread Charles Strahan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dda6daa4ff876d6f48cdd3538509c26c3e18af03
  
https://github.com/NixOS/nixpkgs/commit/dda6daa4ff876d6f48cdd3538509c26c3e18af03
  Author: Charles Strahan 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/plugins.nix
M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/default.nix
M 
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer/standalone.nix

  Log Message:
  ---
  flash: 26.0.0.126 -> 26.0.0.131

The previous releases were 404ing.


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


[Nix-commits] [NixOS/nixpkgs] 39fd94: chrome: fix fallout from #26512

2017-06-16 Thread Charles Strahan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 39fd9444020e2de89514db9297b27a57a9369eac
  
https://github.com/NixOS/nixpkgs/commit/39fd9444020e2de89514db9297b27a57a9369eac
  Author: Charles Strahan 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/default.nix
M pkgs/applications/networking/browsers/google-chrome/default.nix

  Log Message:
  ---
  chrome: fix fallout from #26512

Fixes broken save dialogue (causes chrome to crash) and missing icons.


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


[Nix-commits] [NixOS/nixpkgs] 0bb2f9: LTS Haskell 8.18

2017-06-16 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0bb2f9af5e6d654ad0d75adbcaf245ad77f35a18
  
https://github.com/NixOS/nixpkgs/commit/0bb2f9af5e6d654ad0d75adbcaf245ad77f35a18
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  ---
  LTS Haskell 8.18


  Commit: 46f8242d89bce76a0d2b7b0ed276262e1ee9f797
  
https://github.com/NixOS/nixpkgs/commit/46f8242d89bce76a0d2b7b0ed276262e1ee9f797
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  ---
  hackage2nix: disable broken 'trasa-reflex' package

Depends on insecure webkitgtk-2.4.11.


  Commit: 0335b93284b156291d77ff121ea51a01c07527c5
  
https://github.com/NixOS/nixpkgs/commit/0335b93284b156291d77ff121ea51a01c07527c5
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/hackage-packages.nix

  Log Message:
  ---
  hackage-packages.nix: automatic Haskell package set update

This update was generated by hackage2nix v2.2.1-10-g4e4961f from Hackage 
revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/e2c9a8916e8d005f3c9e6a55f7fc717fdaf4394c.


  Commit: 35762f6ce3eed226f785cf4a54d2f9f0a7f7975d
  
https://github.com/NixOS/nixpkgs/commit/35762f6ce3eed226f785cf4a54d2f9f0a7f7975d
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  ---
  git-annex: update hash for new version


  Commit: 7bcfdc1c1173322ad5f8363e1d987de2d9d597de
  
https://github.com/NixOS/nixpkgs/commit/7bcfdc1c1173322ad5f8363e1d987de2d9d597de
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix
M pkgs/development/haskell-modules/configuration-hackage2nix.yaml

  Log Message:
  ---
  stack: build with hpack version 0.17.x


  Commit: 8a8f0408cd9b7fdda1095718107c800057658c44
  
https://github.com/NixOS/nixpkgs/commit/8a8f0408cd9b7fdda1095718107c800057658c44
  Author: John Ericson 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/generic-builder.nix

  Log Message:
  ---
  generic-builder: use buildInputs for Haskell dependencies

This actually will matter when I (soon) land cross-compilation support,
and native deps are compiled for the build, instead of host, platform.
But even now, it's good style do this, and one less thing to review
later.

The use of `$nativePkgs` is unfortunate, as it will need to be
swapped out for `$crossPkgs` for build != host builds. This will just a
temporarily cause pain, however, as eventually I will change stdenv to
use a `$runPkgs` (or moral equivalent) in both case.

Closes https://github.com/NixOS/nixpkgs/pull/26480.


Compare: https://github.com/NixOS/nixpkgs/compare/ac8451508b7d...8a8f0408cd9b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixops] 440532: automatically resolve channel uris

2017-06-16 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixops
  Commit: 4405325f70d5293fb07257584ae217ee2cc41809
  
https://github.com/NixOS/nixops/commit/4405325f70d5293fb07257584ae217ee2cc41809
  Author: Amine Chikhaoui 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M nixops/util.py

  Log Message:
  ---
  automatically resolve channel uris


  Commit: ad6ef219accc82c9ba1d7bb3c442d61d57422174
  
https://github.com/NixOS/nixops/commit/ad6ef219accc82c9ba1d7bb3c442d61d57422174
  Author: Eelco Dolstra 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M nixops/util.py

  Log Message:
  ---
  Merge pull request #682 from AmineChikhaoui/channel-resolve

automatically resolve channel uris


Compare: https://github.com/NixOS/nixops/compare/f601d915b053...ad6ef219accc___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 852827: perl-Shell-Command: initial version 0.06

2017-06-16 Thread Peter Simons
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 852827bbc3dc474052ef9bac08f2084000344452
  
https://github.com/NixOS/nixpkgs/commit/852827bbc3dc474052ef9bac08f2084000344452
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/top-level/perl-packages.nix

  Log Message:
  ---
  perl-Shell-Command: initial version 0.06

(cherry picked from commit 8d71c758a105e3aade5d087933476cc3e1a63087)


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


[Nix-commits] [NixOS/nixpkgs] 64fe50: vcsh: update to latest Git head, enable test suite...

2017-06-16 Thread Peter Simons
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 64fe5007fa7707b2bf8e9e879e16a1e60930fd7f
  
https://github.com/NixOS/nixpkgs/commit/64fe5007fa7707b2bf8e9e879e16a1e60930fd7f
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/version-management/vcsh/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  vcsh: update to latest Git head, enable test suite, install man page

(cherry picked from commit 14283b6a95b40881a79cf37d1b46cd5cfc0ff971)


  Commit: fa9303e07c109f64f073266798e23d8f8b769b81
  
https://github.com/NixOS/nixpkgs/commit/fa9303e07c109f64f073266798e23d8f8b769b81
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/version-management/vcsh/default.nix

  Log Message:
  ---
  vcsh: patch broken parser for $GIT_VERSION_MINOR

(cherry picked from commit f59104bc736cd47d98814da073db772298ae32d9)


  Commit: a268ba99757f103a2718de8beb02406b2e2c4d0d
  
https://github.com/NixOS/nixpkgs/commit/a268ba99757f103a2718de8beb02406b2e2c4d0d
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/version-management/mr/default.nix

  Log Message:
  ---
  mr: update to version 1.20170129

(cherry picked from commit b7f71bd2ada3000b01058b32daa7c47496b2539f)


Compare: https://github.com/NixOS/nixpkgs/compare/6d5c142886f5...a268ba99757f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 6d5c14: aws-sdk-cpp: Fix credentials test

2017-06-16 Thread Eelco Dolstra
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6d5c142886f565c3ca1014e7e6b7d2682ecef589
  
https://github.com/NixOS/nixpkgs/commit/6d5c142886f565c3ca1014e7e6b7d2682ecef589
  Author: Eelco Dolstra 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/aws-sdk-cpp/default.nix

  Log Message:
  ---
  aws-sdk-cpp: Fix credentials test

These require a home directory.

http://hydra.nixos.org/build/54519006
(cherry picked from commit 672d2dfbb83890200224a90c6155f3c1d6019190)


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


[Nix-commits] [NixOS/nixpkgs] 672d2d: aws-sdk-cpp: Fix credentials test

2017-06-16 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 672d2dfbb83890200224a90c6155f3c1d6019190
  
https://github.com/NixOS/nixpkgs/commit/672d2dfbb83890200224a90c6155f3c1d6019190
  Author: Eelco Dolstra 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/aws-sdk-cpp/default.nix

  Log Message:
  ---
  aws-sdk-cpp: Fix credentials test

These require a home directory.

http://hydra.nixos.org/build/54519006


  Commit: ac8451508b7dc04a045a6825f5e1c0cad449e7a4
  
https://github.com/NixOS/nixpkgs/commit/ac8451508b7dc04a045a6825f5e1c0cad449e7a4
  Author: Eelco Dolstra 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/aws-sdk-cpp/default.nix

  Log Message:
  ---
  aws-sdk-cpp: 1.0.127 -> 1.0.153


Compare: https://github.com/NixOS/nixpkgs/compare/d4460acf0522...ac8451508b7d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] c002b8: faustCompressors: 1.1.1 -> 1.2

2017-06-16 Thread goibhniu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c002b886c05271f891383b466e6810359776443c
  
https://github.com/NixOS/nixpkgs/commit/c002b886c05271f891383b466e6810359776443c
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/magnetophonDSP/faustCompressors/default.nix

  Log Message:
  ---
  faustCompressors: 1.1.1 -> 1.2


  Commit: d4460acf05221950c264e50db92a79fb002c22b3
  
https://github.com/NixOS/nixpkgs/commit/d4460acf05221950c264e50db92a79fb002c22b3
  Author: goibhniu 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/magnetophonDSP/faustCompressors/default.nix

  Log Message:
  ---
  Merge pull request #26631 from magnetophon/faustCompressors

faustCompressors: 1.1.1 -> 1.2


Compare: https://github.com/NixOS/nixpkgs/compare/4b7718a5194a...d4460acf0522___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 3ed954: x42-plugins: 20161230 -> 20170428

2017-06-16 Thread goibhniu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3ed9546312d81f961b207d810f00dcaa0f7feb38
  
https://github.com/NixOS/nixpkgs/commit/3ed9546312d81f961b207d810f00dcaa0f7feb38
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/x42-plugins/default.nix

  Log Message:
  ---
  x42-plugins: 20161230 -> 20170428


  Commit: 4b7718a5194abfd546fed567ddb30b9fa600cfb1
  
https://github.com/NixOS/nixpkgs/commit/4b7718a5194abfd546fed567ddb30b9fa600cfb1
  Author: goibhniu 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/x42-plugins/default.nix

  Log Message:
  ---
  Merge pull request #26630 from magnetophon/x42-plugins

x42-plugins: 20161230 -> 20170428


Compare: https://github.com/NixOS/nixpkgs/compare/7698d25ed815...4b7718a5194a___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 94c6b3: sorcer: 1.1.1 -> 1.1.3

2017-06-16 Thread goibhniu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 94c6b321e9ad229ebdb87a3b11eb421077f2038e
  
https://github.com/NixOS/nixpkgs/commit/94c6b321e9ad229ebdb87a3b11eb421077f2038e
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/sorcer/default.nix

  Log Message:
  ---
  sorcer: 1.1.1 -> 1.1.3


  Commit: 7698d25ed81587cf6a3bb60ab4be2644fca2a352
  
https://github.com/NixOS/nixpkgs/commit/7698d25ed81587cf6a3bb60ab4be2644fca2a352
  Author: goibhniu 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/sorcer/default.nix

  Log Message:
  ---
  Merge pull request #26637 from magnetophon/sorcer

sorcer: 1.1.1 -> 1.1.3


Compare: https://github.com/NixOS/nixpkgs/compare/49556f0ed86a...7698d25ed815___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 082563: eq10q: 2.1 -> 2.2

2017-06-16 Thread goibhniu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 082563fe9e81a4a798e64ddbacbce45da5677cc5
  
https://github.com/NixOS/nixpkgs/commit/082563fe9e81a4a798e64ddbacbce45da5677cc5
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/eq10q/default.nix

  Log Message:
  ---
  eq10q: 2.1 -> 2.2


  Commit: 49556f0ed86ae9ac057f2e0a233a386063a34860
  
https://github.com/NixOS/nixpkgs/commit/49556f0ed86ae9ac057f2e0a233a386063a34860
  Author: goibhniu 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/eq10q/default.nix

  Log Message:
  ---
  Merge pull request #26624 from magnetophon/eq10q

eq10q: 2.1 -> 2.2


Compare: https://github.com/NixOS/nixpkgs/compare/4081bffc7ba9...49556f0ed86a___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 33b084: artyFX: 2015-05-07 -> 1.3

2017-06-16 Thread goibhniu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 33b08423057fce82a19f8da29f868db2c2fa751f
  
https://github.com/NixOS/nixpkgs/commit/33b08423057fce82a19f8da29f868db2c2fa751f
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/artyFX/default.nix

  Log Message:
  ---
  artyFX: 2015-05-07 -> 1.3


  Commit: 4081bffc7ba9eaf03849273a0b378c97ccd781d0
  
https://github.com/NixOS/nixpkgs/commit/4081bffc7ba9eaf03849273a0b378c97ccd781d0
  Author: goibhniu 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/artyFX/default.nix

  Log Message:
  ---
  Merge pull request #26625 from magnetophon/artyFX

artyFX: 2015-05-07 -> 1.3


Compare: https://github.com/NixOS/nixpkgs/compare/35256245e138...4081bffc7ba9___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 075f43: zynaddsubfx: 2.5.4 -> 3.0.1

2017-06-16 Thread goibhniu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 075f43c8e6fa3eb8dd8eca8276a54f71711da941
  
https://github.com/NixOS/nixpkgs/commit/075f43c8e6fa3eb8dd8eca8276a54f71711da941
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/zynaddsubfx/default.nix

  Log Message:
  ---
  zynaddsubfx: 2.5.4 -> 3.0.1


  Commit: 35256245e138b745896d419571307f886cc92629
  
https://github.com/NixOS/nixpkgs/commit/35256245e138b745896d419571307f886cc92629
  Author: goibhniu 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/zynaddsubfx/default.nix

  Log Message:
  ---
  Merge pull request #26629 from magnetophon/zynaddsubfx

zynaddsubfx: 2.5.4 -> 3.0.1


Compare: https://github.com/NixOS/nixpkgs/compare/7d126080695d...35256245e138___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 7d1260: llvmPackages_3.7: fix libnames output of llvm-conf...

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7d126080695d2f84c440953735c6be087074e7c3
  
https://github.com/NixOS/nixpkgs/commit/7d126080695d2f84c440953735c6be087074e7c3
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
A pkgs/development/compilers/llvm/3.7/fix-llvm-config.patch
M pkgs/development/compilers/llvm/3.7/llvm.nix

  Log Message:
  ---
  llvmPackages_3.7: fix libnames output of llvm-config

see also 4c4f50ce76aeeaa5fb66b66012f67dd878d1fbc7


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


[Nix-commits] [NixOS/nixpkgs] c42d60: lilv: 0.24.0 -> 0.24.2

2017-06-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c42d603910ae21f09a1a22792c60c5f03af8ce39
  
https://github.com/NixOS/nixpkgs/commit/c42d603910ae21f09a1a22792c60c5f03af8ce39
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/audio/lilv/default.nix

  Log Message:
  ---
  lilv: 0.24.0 -> 0.24.2


  Commit: 100cd2af5aadfb457037a989a0ac5c4437b66ea5
  
https://github.com/NixOS/nixpkgs/commit/100cd2af5aadfb457037a989a0ac5c4437b66ea5
  Author: Frederik Rietdijk 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/audio/lilv/default.nix

  Log Message:
  ---
  Merge pull request #26647 from magnetophon/lilv

lilv: 0.24.0 -> 0.24.2


Compare: https://github.com/NixOS/nixpkgs/compare/ee2dbd6a5460...100cd2af5aad___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d0e6dc: jalv: 1.4.6 -> 1.6.0

2017-06-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d0e6dcca4e352df6323e05774a8547adcba6ad7b
  
https://github.com/NixOS/nixpkgs/commit/d0e6dcca4e352df6323e05774a8547adcba6ad7b
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/jalv/default.nix

  Log Message:
  ---
  jalv: 1.4.6 -> 1.6.0


  Commit: ee2dbd6a546002a6b4a2767c19af2b2d0aa21bc0
  
https://github.com/NixOS/nixpkgs/commit/ee2dbd6a546002a6b4a2767c19af2b2d0aa21bc0
  Author: Frederik Rietdijk 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/jalv/default.nix

  Log Message:
  ---
  Merge pull request #26634 from magnetophon/jalv

jalv: 1.4.6 -> 1.6.0


Compare: https://github.com/NixOS/nixpkgs/compare/5b7ffb6207d7...ee2dbd6a5460___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 65ce8a: lv2bm: git-2015-04-10 -> git-2015-11-29

2017-06-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 65ce8aa99229ff6b1c8c474441f77dc1d4e684c4
  
https://github.com/NixOS/nixpkgs/commit/65ce8aa99229ff6b1c8c474441f77dc1d4e684c4
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/lv2bm/default.nix

  Log Message:
  ---
  lv2bm: git-2015-04-10 -> git-2015-11-29


  Commit: 5b7ffb6207d723b59aa0d7de9c3a9f8644a37f3a
  
https://github.com/NixOS/nixpkgs/commit/5b7ffb6207d723b59aa0d7de9c3a9f8644a37f3a
  Author: Frederik Rietdijk 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/lv2bm/default.nix

  Log Message:
  ---
  Merge pull request #26635 from magnetophon/lv2bm

lv2bm: git-2015-04-10 -> git-2015-11-29


Compare: https://github.com/NixOS/nixpkgs/compare/65f878011954...5b7ffb6207d7___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 6c3459: ntk: 2014-10-18 -> 2017-04-22

2017-06-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6c3459772beabbbc5dbaf208a9c427f562f64fb8
  
https://github.com/NixOS/nixpkgs/commit/6c3459772beabbbc5dbaf208a9c427f562f64fb8
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/audio/ntk/default.nix

  Log Message:
  ---
  ntk: 2014-10-18 -> 2017-04-22


  Commit: 65f8780119545f173181861127fdbeefb9af6836
  
https://github.com/NixOS/nixpkgs/commit/65f8780119545f173181861127fdbeefb9af6836
  Author: Frederik Rietdijk 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/libraries/audio/ntk/default.nix

  Log Message:
  ---
  Merge pull request #26638 from magnetophon/ntk

ntk: 2014-10-18 -> 2017-04-22


Compare: https://github.com/NixOS/nixpkgs/compare/bb1bdaa15ff5...65f878011954___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b3f1f8: qjackctl: 0.4.4 -> 0.4.5

2017-06-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b3f1f88175e8e33e7195da126407e6f4e5729345
  
https://github.com/NixOS/nixpkgs/commit/b3f1f88175e8e33e7195da126407e6f4e5729345
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/qjackctl/default.nix

  Log Message:
  ---
  qjackctl: 0.4.4 -> 0.4.5


  Commit: bb1bdaa15ff5363a6ceea0783939477e4338f8db
  
https://github.com/NixOS/nixpkgs/commit/bb1bdaa15ff5363a6ceea0783939477e4338f8db
  Author: Frederik Rietdijk 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/qjackctl/default.nix

  Log Message:
  ---
  Merge pull request #26639 from magnetophon/qjackctl

qjackctl: 0.4.4 -> 0.4.5


Compare: https://github.com/NixOS/nixpkgs/compare/6e38c9c5830e...bb1bdaa15ff5___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 37bd5d: qmidinet: 0.4.2 -> 0.4.3

2017-06-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 37bd5d40f92fb4c5ce586e5ec6e9930c8d2ec275
  
https://github.com/NixOS/nixpkgs/commit/37bd5d40f92fb4c5ce586e5ec6e9930c8d2ec275
  Author: Bart Brouns 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/qmidinet/default.nix

  Log Message:
  ---
  qmidinet: 0.4.2 -> 0.4.3


  Commit: 6e38c9c5830e83e15b864e101599b31a022882a8
  
https://github.com/NixOS/nixpkgs/commit/6e38c9c5830e83e15b864e101599b31a022882a8
  Author: Frederik Rietdijk 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/audio/qmidinet/default.nix

  Log Message:
  ---
  Merge pull request #26640 from magnetophon/qmidinet

qmidinet: 0.4.2 -> 0.4.3


Compare: https://github.com/NixOS/nixpkgs/compare/c94491f959f3...6e38c9c5830e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 38b3e4: tint2: 0.14.5 -> 0.14.6

2017-06-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 38b3e42f54ba1fc26f347829b69bd6dc563df0cc
  
https://github.com/NixOS/nixpkgs/commit/38b3e42f54ba1fc26f347829b69bd6dc563df0cc
  Author: romildo 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/misc/tint2/default.nix

  Log Message:
  ---
  tint2: 0.14.5 -> 0.14.6


  Commit: c94491f959f3be134a89215c0ff0a7017d4e5af5
  
https://github.com/NixOS/nixpkgs/commit/c94491f959f3be134a89215c0ff0a7017d4e5af5
  Author: Frederik Rietdijk 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/misc/tint2/default.nix

  Log Message:
  ---
  Merge pull request #26642 from romildo/upd.tint2

tint2: 0.14.5 -> 0.14.6


Compare: https://github.com/NixOS/nixpkgs/compare/9f399c40e92c...c94491f959f3___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d25bf8: elasticsearch service: remove postStart script

2017-06-16 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d25bf8e72fe70142f66fa9144842000b756b88cf
  
https://github.com/NixOS/nixpkgs/commit/d25bf8e72fe70142f66fa9144842000b756b88cf
  Author: Tristan Helmich 
  Date:   2017-05-11 (Thu, 11 May 2017)

  Changed paths:
M nixos/modules/services/search/elasticsearch.nix

  Log Message:
  ---
  elasticsearch service: remove postStart script


  Commit: 64bddb3f1ed85b0f8e8c98f95efffd667596258a
  
https://github.com/NixOS/nixpkgs/commit/64bddb3f1ed85b0f8e8c98f95efffd667596258a
  Author: Matthew Bauer 
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
M doc/package-notes.xml

  Log Message:
  ---
  manual: add "Emacs" section to manual

This gives some basics on configuring Emacs within Nix. The
configuration is fairly long just to give a good idea of what’s going
on. I can trim out some of it if it’s not necessary. Note that there
is already a section for Emacs in the NixOS manual. However, this is
aimed at avoiding using modules altogether to make things easier for
non-NixOS users. This configuration should work on NixOS anyway,
however.

Fixes #24243
Fixes #19956


  Commit: b6534c694d3849649388df7bb6fb0a7dab9d96e1
  
https://github.com/NixOS/nixpkgs/commit/b6534c694d3849649388df7bb6fb0a7dab9d96e1
  Author: Patrick Mahoney 
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
A pkgs/development/ocaml-modules/janestreet/core_bench.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.core_bench: init at 113.33.03


  Commit: 2ae46bc163512b3eecb60d70866d4ff19dac82bc
  
https://github.com/NixOS/nixpkgs/commit/2ae46bc163512b3eecb60d70866d4ff19dac82bc
  Author: Lukasz Czyzykowski 
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
M pkgs/development/compilers/ghc/8.0.2.nix
A pkgs/development/compilers/ghc/no-cpp-warnings.patch

  Log Message:
  ---
  ghc: 8.0.2 without link warnings

Fixes NixOS/nixpkgs#25139 by backporting patch applied in ghc trunk:
https://phabricator.haskell.org/D2823


  Commit: 2e6239f6661b7f9d1f6bb8ff21ce49babecc6ced
  
https://github.com/NixOS/nixpkgs/commit/2e6239f6661b7f9d1f6bb8ff21ce49babecc6ced
  Author: Vincent Laporte 
  Date:   2017-06-04 (Sun, 04 Jun 2017)

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

  Log Message:
  ---
  goffice: 0.10.32 -> 0.10.34


  Commit: 0de9ed92e8a14823684c99e6488678ebba4afe26
  
https://github.com/NixOS/nixpkgs/commit/0de9ed92e8a14823684c99e6488678ebba4afe26
  Author: Vincent Laporte 
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
M pkgs/applications/office/gnumeric/default.nix

  Log Message:
  ---
  gnumeric: 1.12.32 -> 1.12.34


  Commit: aa8018103c75df14ff7e4f424c6b30f21df080cc
  
https://github.com/NixOS/nixpkgs/commit/aa8018103c75df14ff7e4f424c6b30f21df080cc
  Author: romildo 
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/gnome3.nix
M nixos/modules/services/x11/display-managers/lightdm.nix
M nixos/modules/system/boot/loader/grub/grub.nix
M nixos/tests/installer.nix
M pkgs/data/misc/nixos-artwork/default.nix
A pkgs/data/misc/nixos-artwork/wallpapers.nix

  Log Message:
  ---
  nixos-artwork: add more wallpapers

Restructure the nixos-artwork to make it easy to selectively
incorporate other components from upstream without needing to download
the full package.

Until now only the Gnome_Dark wallpaper was included. Add other
wallpapers available in the package repository.


  Commit: 96f4cac65901256c3a3388dbe491de30f65543c7
  
https://github.com/NixOS/nixpkgs/commit/96f4cac65901256c3a3388dbe491de30f65543c7
  Author: Gleb Peregud 
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
M pkgs/top-level/all-packages.nix
A pkgs/top-level/beam-packages.nix

  Log Message:
  ---
  erlang: Move all BEAM packages into beam-packages.

This applies to Erlang, Elixir and LFE packages.

beam-packages provides interpreters and packages sets separately. This
is in preparation of generalizing BEAM interpreters definitions.


  Commit: 3426c88bff6988056163f147e06dcfac2556b588
  
https://github.com/NixOS/nixpkgs/commit/3426c88bff6988056163f147e06dcfac2556b588
  Author: Gleb Peregud 
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
A pkgs/development/beam-modules/lib.nix
M pkgs/development/interpreters/erlang/R16.nix
M pkgs/development/interpreters/erlang/R16B02-8-basho.nix
M pkgs/development/interpreters/erlang/R17.nix
M pkgs/development/interpreters/erlang/R18.nix
M pkgs/development/interpreters/erlang/R19.nix
A 

[Nix-commits] [NixOS/nixpkgs] 9f399c: dino: 2017-05-31 -> 2017-06-13

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f399c40e92c452d6133c04c46c0a41196db1f4a
  
https://github.com/NixOS/nixpkgs/commit/9f399c40e92c452d6133c04c46c0a41196db1f4a
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/networking/instant-messengers/dino/default.nix

  Log Message:
  ---
  dino: 2017-05-31 -> 2017-06-13


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


[Nix-commits] [NixOS/nixpkgs] c3399e: haskell-hastache: don't install the internal mkRea...

2017-06-16 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c3399e5934b8a9b6dbee6fdef61897df8ab769f3
  
https://github.com/NixOS/nixpkgs/commit/c3399e5934b8a9b6dbee6fdef61897df8ab769f3
  Author: Peter Simons 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/haskell-modules/configuration-common.nix

  Log Message:
  ---
  haskell-hastache: don't install the internal mkReadme tool


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


[Nix-dev] drone and nix (sort of solved)

2017-06-16 Thread Harmen
Hi all,

I while ago here I asked about using nix with drone.io (a CI system which uses 
docker), to deal with push based tests. I previously reported back with a 
solution with gitlab, but I did end up with a workable (not perfect) solution 
for drone.

On the 'drone agent' machine run this once:

# docker volume create nix
# docker run --rm -v nix:/newnix nixos/nix cp -a /nix/store /nix/var /newnix

in the .drone.yml files:

pipeline:
  build:
image: nixos/nix
commands:
  ...
volumes:
  - nix:/nix/

And whenever you want to update nixchannel:

# docker run -v nix:/nix/ --rm -ti nixos/nix nix-channel --update


This will share the /nix directory with every build, so rebuild (and
downloads!) are kept to a minimum.


Maybe it helps someone.
Thanks!
Harmen

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


[Nix-commits] [NixOS/nixpkgs] 72ff32: rustc: re-enable static_in_const

2017-06-16 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 72ff321f9ca92c9ad54d006ee78751e2a3739535
  
https://github.com/NixOS/nixpkgs/commit/72ff321f9ca92c9ad54d006ee78751e2a3739535
  Author: Graham Christensen 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/compilers/rust/rustc.nix

  Log Message:
  ---
  rustc: re-enable static_in_const

We saw this error when building main.rs:error: this needs a 'static lifetime or 
the static_in_const feature, see #35897


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


[Nix-commits] [NixOS/nixpkgs] 773822: firefox: rename default.nix -> common.nix

2017-06-16 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 773822dc09d9a4cedeef424cd17ebd79a0410aa7
  
https://github.com/NixOS/nixpkgs/commit/773822dc09d9a4cedeef424cd17ebd79a0410aa7
  Author: Jan Malakhovski 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
A pkgs/applications/networking/browsers/firefox/common.nix
R pkgs/applications/networking/browsers/firefox/default.nix

  Log Message:
  ---
  firefox: rename default.nix -> common.nix

(cherry picked from commit 1d407173b0ddcf995d0dfbf98c936c5f046f8532)


  Commit: 378d10001f72ca3b231af132d405203a524c339a
  
https://github.com/NixOS/nixpkgs/commit/378d10001f72ca3b231af132d405203a524c339a
  Author: Vladimír Čunát 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/common.nix
A pkgs/applications/networking/browsers/firefox/packages.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  firefoxPackages: refactor to a state "close" to master

The point is to support simple version updates via simple
cherry-picking.  The hashes are the same as in the grandparent commit.


  Commit: 9914a7443e2b7ff9c05e98a7a3f740466d124a9a
  
https://github.com/NixOS/nixpkgs/commit/9914a7443e2b7ff9c05e98a7a3f740466d124a9a
  Author: Vladimír Čunát 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/firefox/wrapper.nix

  Log Message:
  ---
  wrapFirefox: fix #25505 gtk3 file dialogs

Crash + icons.

(cherry picked from commit 700d6186a30e9e811)
Maybe it's not required ATM, but it shouldn't hurt.


  Commit: d33c4b2b4ab2f664ba9710cabcd1178cd3cac882
  
https://github.com/NixOS/nixpkgs/commit/d33c4b2b4ab2f664ba9710cabcd1178cd3cac882
  Author: Vladimír Čunát 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/firefox-bin/sources.nix
M pkgs/applications/networking/browsers/firefox/packages.nix
M pkgs/development/libraries/nspr/default.nix
M pkgs/development/libraries/nss/default.nix

  Log Message:
  ---
  Merge #26571: firefox* updates (critical security)

(cherry picked from commit 952bb9a445f6af99d9c3509cbf606ca6319097a6)
Yes, finally I could do this simple cherry-pick :-)


Compare: https://github.com/NixOS/nixpkgs/compare/23aa768a873b...d33c4b2b4ab2___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 11b113: rustRegistry: 2017-05-31 -> 2017-06-16

2017-06-16 Thread Benno Fünfstück
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 11b113541d26dc8f701ebc9810bf242fb70ecaec
  
https://github.com/NixOS/nixpkgs/commit/11b113541d26dc8f701ebc9810bf242fb70ecaec
  Author: Benno Fünfstück 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/top-level/rust-packages.nix

  Log Message:
  ---
  rustRegistry: 2017-05-31 -> 2017-06-16


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


[Nix-commits] [NixOS/nixpkgs] 3f97bc: hugo: 0.22.1 -> 0.23

2017-06-16 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3f97bcaf2dcf232859536ada8d6252878fbdc3d8
  
https://github.com/NixOS/nixpkgs/commit/3f97bcaf2dcf232859536ada8d6252878fbdc3d8
  Author: Yann Hodique 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/misc/hugo/default.nix
M pkgs/applications/misc/hugo/deps.nix

  Log Message:
  ---
  hugo: 0.22.1 -> 0.23

This release includes a move to a new github organization.


  Commit: 632067260ee4eab9ced2a28501e1741526e77a40
  
https://github.com/NixOS/nixpkgs/commit/632067260ee4eab9ced2a28501e1741526e77a40
  Author: Jörg Thalheim 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/applications/misc/hugo/default.nix
M pkgs/applications/misc/hugo/deps.nix

  Log Message:
  ---
  Merge pull request #26618 from sigma/pr/hugo-0.23

hugo: 0.22.1 -> 0.23


Compare: https://github.com/NixOS/nixpkgs/compare/2f45c376461e...632067260ee4___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 2f45c3: gerbil: 0.10 -> 0.11

2017-06-16 Thread Francois-Rene Rideau
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2f45c376461ec1153ebab48d87b074a82e143497
  
https://github.com/NixOS/nixpkgs/commit/2f45c376461ec1153ebab48d87b074a82e143497
  Author: Francois-Rene Rideau 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/compilers/gerbil/default.nix

  Log Message:
  ---
  gerbil: 0.10 -> 0.11


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


[Nix-commits] [NixOS/nixpkgs] ca8eed: flow: 0.46.0 -> 0.48.0

2017-06-16 Thread Fatih Altinok
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ca8eed1732e3a6b879bfc93284092aa2c96b6754
  
https://github.com/NixOS/nixpkgs/commit/ca8eed1732e3a6b879bfc93284092aa2c96b6754
  Author: Fatih Altinok 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/development/tools/analysis/flow/default.nix

  Log Message:
  ---
  flow: 0.46.0 -> 0.48.0


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


[Nix-commits] [NixOS/nixpkgs] 79c24a: pythonPackages.defusedxml: 0.4.1 -> 0.5.0

2017-06-16 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 79c24a04f1eae738c437e131083bcb611af1c633
  
https://github.com/NixOS/nixpkgs/commit/79c24a04f1eae738c437e131083bcb611af1c633
  Author: georgewhewell 
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.defusedxml: 0.4.1 -> 0.5.0


  Commit: b127317e9431fb40c09cc8b6441565442a408cbf
  
https://github.com/NixOS/nixpkgs/commit/b127317e9431fb40c09cc8b6441565442a408cbf
  Author: Frederik Rietdijk 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #26589 from georgewhewell/bump-defusedxml

pythonPackages.defusedxml: 0.4.1 -> 0.5.0


Compare: https://github.com/NixOS/nixpkgs/compare/aa645b51ba2f...b127317e9431___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] aa645b: jenkins service: Add extraJavaOptions.

2017-06-16 Thread Niklas Hambüchen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: aa645b51ba2f6df37903e3c4c71debceb8e70974
  
https://github.com/NixOS/nixpkgs/commit/aa645b51ba2f6df37903e3c4c71debceb8e70974
  Author: Niklas Hambüchen 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
M nixos/modules/services/continuous-integration/jenkins/default.nix

  Log Message:
  ---
  jenkins service: Add extraJavaOptions.

This is useful for the common case of passing arguments to
the JVM that runs Jenkins.


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


[Nix-commits] [NixOS/nixpkgs] 7ef9a9: ddcutil: init at 0.8.2

2017-06-16 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7ef9a9ffc17048f725836c9e95b33213af680068
  
https://github.com/NixOS/nixpkgs/commit/7ef9a9ffc17048f725836c9e95b33213af680068
  Author: rnhmjoj 
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
A pkgs/tools/misc/ddcutil/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  ddcutil: init at 0.8.2


  Commit: b521296a4c17c096457f8bbfc30473b27c6ac6da
  
https://github.com/NixOS/nixpkgs/commit/b521296a4c17c096457f8bbfc30473b27c6ac6da
  Author: Alexey Shmalko 
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
A pkgs/tools/misc/ddcutil/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26575 from rnhmjoj/ddcutil

ddcutil: init at 0.8.2


Compare: https://github.com/NixOS/nixpkgs/compare/fd0384b4c2b5...b521296a4c17___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits