[Nix-commits] [NixOS/nixpkgs] 67ccc4: leiningen: 2.6.1 -> 2.7.1 (#22485)

2017-02-05 Thread Herwig Hochleitner
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 67ccc41a67e0668aceb926d68e8df7dde2b66a90
  
https://github.com/NixOS/nixpkgs/commit/67ccc41a67e0668aceb926d68e8df7dde2b66a90
  Author: Herwig Hochleitner 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
M pkgs/development/tools/build-managers/leiningen/default.nix

  Log Message:
  ---
  leiningen: 2.6.1 -> 2.7.1 (#22485)


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


[Nix-commits] [NixOS/nixpkgs] d77d31: vscode: fix download url

2017-02-05 Thread Gabriel Ebner
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d77d31b3126b87360b9214fbcf2de4f94f971368
  
https://github.com/NixOS/nixpkgs/commit/d77d31b3126b87360b9214fbcf2de4f94f971368
  Author: Gabriel Ebner 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

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

  Log Message:
  ---
  vscode: fix download url

Fixes #22465.


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


Re: [Nix-dev] PCI Expresscard not working under NixOS

2017-02-05 Thread Roger Qiu
When you plug something in, the kernel log should show something. If it
doesn't then the kernel doesn't know about it, nothing in the userspace can
help.

Make sure you're running those commands before you plug the usb in.

Also I used to have faulty usb cables, but even then the kernel showed
something. Usually repeating messages because the usb cable kept dropping
out and coming back in.

What happens if you plug those devices directly?
On 06/02/2017 2:55 PM, "Christoph-Simon Senjak" <
christoph.sen...@googlemail.com> wrote:

> Hi.
>
> On 06.02.2017 04:46, Peter Hoeg wrote:
>
>> Hi,
>>
>> My USB 3.0 Expresscard does not work under NixOS, it used to work
>>> under other distros. I already tried to add
>>>
>>
>> Can you be a little more specific about "does not work"?
>>
>
> Nothing happens. Like, really nothing. No new hub is shown in lsusb (as it
> was under Ubuntu). Devices I plug in are not shown. Nothing.
>
> When you plug it in, what messages are you seeing while running these 2
>> commands in separate terminals:
>>
>> journalctl -k -f
>>
>> and
>>
>> udevadm monitor
>>
>
> Nothing. No output.
>
> Regards, CSS
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] PCI Expresscard not working under NixOS

2017-02-05 Thread Christoph-Simon Senjak

Hi.

On 06.02.2017 04:46, Peter Hoeg wrote:

Hi,


My USB 3.0 Expresscard does not work under NixOS, it used to work
under other distros. I already tried to add


Can you be a little more specific about "does not work"?


Nothing happens. Like, really nothing. No new hub is shown in lsusb (as 
it was under Ubuntu). Devices I plug in are not shown. Nothing.



When you plug it in, what messages are you seeing while running these 2
commands in separate terminals:

journalctl -k -f

and

udevadm monitor


Nothing. No output.

Regards, CSS
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] PCI Expresscard not working under NixOS

2017-02-05 Thread Peter Hoeg

Hi,


My USB 3.0 Expresscard does not work under NixOS, it used to work
under other distros. I already tried to add


Can you be a little more specific about "does not work"?

When you plug it in, what messages are you seeing while running these 2
commands in separate terminals:

journalctl -k -f

and

udevadm monitor

--
Regards,
Peter
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 4a9efe: chromium: 56.0.2924.76 -> 56.0.2924.87

2017-02-05 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4a9efe9acf257c0dc577724c30281a2106eb88d5
  
https://github.com/NixOS/nixpkgs/commit/4a9efe9acf257c0dc577724c30281a2106eb88d5
  Author: Herwig Hochleitner 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  chromium: 56.0.2924.76 -> 56.0.2924.87


  Commit: 8c406044596fc5a5a6fbdcbdaf06527b0c375a5c
  
https://github.com/NixOS/nixpkgs/commit/8c406044596fc5a5a6fbdcbdaf06527b0c375a5c
  Author: Graham Christensen 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/upstream-info.nix

  Log Message:
  ---
  Merge pull request #22482 from bendlas/update-chromium

chromium: 56.0.2924.76 -> 56.0.2924.87


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


[Nix-commits] [NixOS/nixpkgs] 33c09a: rhc: 1.36.4 -> 1.38.7

2017-02-05 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 33c09a0e4054745b46dd2d875be5806e99ef6943
  
https://github.com/NixOS/nixpkgs/commit/33c09a0e4054745b46dd2d875be5806e99ef6943
  Author: Szczyp 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
M pkgs/development/tools/rhc/Gemfile
M pkgs/development/tools/rhc/Gemfile.lock
M pkgs/development/tools/rhc/default.nix
M pkgs/development/tools/rhc/gemset.nix

  Log Message:
  ---
  rhc: 1.36.4 -> 1.38.7

Fix: CVE-2016-10173


  Commit: 5d8d1a5623b486ce9ad0a77c216061d54e48d7ce
  
https://github.com/NixOS/nixpkgs/commit/5d8d1a5623b486ce9ad0a77c216061d54e48d7ce
  Author: Graham Christensen 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/development/tools/rhc/Gemfile
M pkgs/development/tools/rhc/Gemfile.lock
M pkgs/development/tools/rhc/default.nix
M pkgs/development/tools/rhc/gemset.nix

  Log Message:
  ---
  Merge pull request #22479 from Szczyp/rhc

rhc: 1.36.4 -> 1.38.7


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


[Nix-dev] PCI Expresscard not working under NixOS

2017-02-05 Thread Christoph-Simon Senjak

Hi.

My USB 3.0 Expresscard does not work under NixOS, it used to work under 
other distros. I already tried to add


boot.kernelParams = [ "pciehp.pciehp_force=1 pciehp.pciehp_poll_mode=1" ];

and

boot.initrd.luks.mitigateDMAAttacks = false;

to /etc/nixos/hardware-configuration.nix, and

  nixpkgs.config.packageOverrides = pkgs: {
  stdenv = pkgs.stdenv // {
   platform = pkgs.stdenv.platform // {
   kernelExtraConfig = "HOTPLUG_PCI_PCIE y" ;
};
 };
  };

to /etc/nixos/configuration.nix. This will recompile the kernel, but 
still, I cannot use it. Do you have any suggestion?


With Best Regards,
Christoph-Simon Senjak
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 59ad58: audio-recorder: 1.7-5 -> 1.9.4

2017-02-05 Thread Michael Raitza
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 59ad58cd9bf9d0e4f765beb8f6606e4375a0f7a6
  
https://github.com/NixOS/nixpkgs/commit/59ad58cd9bf9d0e4f765beb8f6606e4375a0f7a6
  Author: Michael Raitza 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
M pkgs/applications/audio/audio-recorder/default.nix
A pkgs/applications/audio/audio-recorder/icon-names.diff

  Log Message:
  ---
  audio-recorder: 1.7-5 -> 1.9.4


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


[Nix-commits] [NixOS/nixpkgs] c771d4: systemtap: 2016-09-16 -> 2017-02-04

2017-02-05 Thread Volth
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c771d499f9c44f9b20312d136617d127e090133d
  
https://github.com/NixOS/nixpkgs/commit/c771d499f9c44f9b20312d136617d127e090133d
  Author: Volth 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
M pkgs/development/tools/profiling/systemtap/default.nix

  Log Message:
  ---
  systemtap: 2016-09-16 -> 2017-02-04


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


[Nix-commits] [NixOS/nixpkgs] 52c7e6: postfix service: don't empty local_recipient_maps

2017-02-05 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 52c7e647ab81383c72117800b8cd5cd49bec9030
  
https://github.com/NixOS/nixpkgs/commit/52c7e647ab81383c72117800b8cd5cd49bec9030
  Author: Nikolay Amiantov 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml
M nixos/modules/services/mail/postfix.nix

  Log Message:
  ---
  postfix service: don't empty local_recipient_maps

>From Postfix documentation:

With this setting, the Postfix SMTP server will not reject mail with "User
unknown in local recipient table". Don't do this on systems that receive mail
directly from the Internet. With today's worms and viruses, Postfix will become
a backscatter source: it accepts mail for non-existent recipients and then
tries to return that mail as "undeliverable" to the often forged sender
address.


  Commit: 9b2717d2b4dc3147f6221fc6ae9c158e59f8
  
https://github.com/NixOS/nixpkgs/commit/9b2717d2b4dc3147f6221fc6ae9c158e59f8
  Author: Nikolay Amiantov 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1703.xml
M nixos/modules/services/mail/postfix.nix

  Log Message:
  ---
  Merge pull request #22431 from abbradar/postfix-local

postfix service: don't empty local_recipient_maps


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


[Nix-commits] [NixOS/nixpkgs] 9d6f2f: nkf: 2.1.3 -> 2.1.4

2017-02-05 Thread TANIGUCHI Kohei
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9d6f2fd297e90ecacf3292453e43e7114ae3c1a4
  
https://github.com/NixOS/nixpkgs/commit/9d6f2fd297e90ecacf3292453e43e7114ae3c1a4
  Author: TANIGUCHI Kohei 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
M pkgs/tools/text/nkf/default.nix

  Log Message:
  ---
  nkf: 2.1.3 -> 2.1.4


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


[Nix-commits] [NixOS/nixpkgs] d49172: httpd: added serviceExpression which extends the s...

2017-02-05 Thread Joachim Schiele
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d4917286530b95720eac05e68c7fbcc1dd651774
  
https://github.com/NixOS/nixpkgs/commit/d4917286530b95720eac05e68c7fbcc1dd651774
  Author: Joachim Schiele 
  Date:   2017-02-06 (Mon, 06 Feb 2017)

  Changed paths:
M nixos/modules/services/web-servers/apache-httpd/default.nix

  Log Message:
  ---
  httpd: added serviceExpression which extends the serviceType concept -> 
allows that httpd services can live outside of nixpkgs (#22269)


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


[Nix-commits] [NixOS/nixpkgs] 516300: emacs25Macport: use newer icons

2017-02-05 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 516300624ee0df395c9a4d1f3f42abd71fe5ccd9
  
https://github.com/NixOS/nixpkgs/commit/516300624ee0df395c9a4d1f3f42abd71fe5ccd9
  Author: Matthew Bauer 
  Date:   2017-01-23 (Mon, 23 Jan 2017)

  Changed paths:
M pkgs/applications/editors/emacs/macport-25.1.nix

  Log Message:
  ---
  emacs25Macport: use newer icons


  Commit: b5957eaf2fdf3f363564abf577005a9f1d55425c
  
https://github.com/NixOS/nixpkgs/commit/b5957eaf2fdf3f363564abf577005a9f1d55425c
  Author: Daiderd Jordan 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/applications/editors/emacs/macport-25.1.nix

  Log Message:
  ---
  Merge pull request #22389 from matthewbauer/emacs-new-icons

emacs25Macport: use newer icons


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


[Nix-commits] [NixOS/nixpkgs] 5eaea6: cross stdenv: let build package's build deps resol...

2017-02-05 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5eaea6cee01e9172ae65ccb6356861786a0f85cc
  
https://github.com/NixOS/nixpkgs/commit/5eaea6cee01e9172ae65ccb6356861786a0f85cc
  Author: John Ericson 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M doc/cross-compilation.xml
M pkgs/stdenv/cross/default.nix

  Log Message:
  ---
  cross stdenv: let build package's build deps resolve to native packages

This fixes the "sliding window" principle:
  0. Run packages:   build = native;  host = foreign; target = foreign;
  1. Build packages: build = native;  host = native;  target = foreign;
  2. Vanilla packages:   build = native;  host = native;  target = native;
  3. Vanilla packages:   build = native;  host = native;  target = native;
  n+3. ...

Each stage's build dependencies are resolved against the previous stage,
and the "foreigns" are shifted accordingly. Vanilla packages alone are
built against themsevles, since there are no more "foreign"s to shift away.

Before, build packages' build dependencies were resolved against
themselves:
  0. Run packages:   build = native;  host = foreign; target = foreign;
  1. Build packages: build = native;  host = native;  target = foreign;
  2. Build packages: build = native;  host = native;  target = foreign;
  n+2. ...

This is wrong because that principle is violated by the target
platform staying foreign.

This will change the hashes of many build packages and run packages, but
that is OK. This is an unavoidable cost of fixing cross compiling.

The cross compilation docs have been updated to reflect this fix.


  Commit: f6ef6b56fe6c659c51b0b4b866e393aa285389b8
  
https://github.com/NixOS/nixpkgs/commit/f6ef6b56fe6c659c51b0b4b866e393aa285389b8
  Author: John Ericson 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M doc/cross-compilation.xml
M pkgs/stdenv/cross/default.nix

  Log Message:
  ---
  Merge pull request #22387 from Ericson2314/cross-3-platforms

cross stdenv: let build package's build deps resolve to native packages


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


[Nix-commits] [NixOS/nixpkgs] 8352de: hydra: 2016-04-15 -> 2016-12-09

2017-02-05 Thread Bjørn Forsman
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8352deed4ebddd9968c8a31d43323e1b711cd642
  
https://github.com/NixOS/nixpkgs/commit/8352deed4ebddd9968c8a31d43323e1b711cd642
  Author: Domen Kožar 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  hydra: 2016-04-15 -> 2016-12-09

Fixes #19396 #21424

(cherry picked from commit 8940c68c09df3c96aea3c66603488b4c667f67f4)


  Commit: d837e52eb7367b22fda52c180cad419b24a82a35
  
https://github.com/NixOS/nixpkgs/commit/d837e52eb7367b22fda52c180cad419b24a82a35
  Author: Bjørn Forsman 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  hydra: 2016-12-09 -> 2017-02-03

Unbreaks the build since commit dea81956fc0904c5723cf56f2bca4497b44ac3c3
("nixUnstable: 1.12pre4911_b30d1e7 -> 1.12pre4997_1351b0d").

(cherry picked from commit 5b4a8571263477f3163ecf345f059736e173312f)


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


[Nix-commits] [NixOS/nixpkgs] 2c21f7: minisign: 0.6 -> 0.7

2017-02-05 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2c21f742b26e21c2a2bf8d960a364b8e29ad5ad9
  
https://github.com/NixOS/nixpkgs/commit/2c21f742b26e21c2a2bf8d960a364b8e29ad5ad9
  Author: Joachim Fasting 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/tools/security/minisign/default.nix

  Log Message:
  ---
  minisign: 0.6 -> 0.7


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


[Nix-commits] [NixOS/nixpkgs] ef875a: 389-ds-base: 1.3.5.4 -> 1.3.5.15

2017-02-05 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ef875a60c11c73863feb973a675b4ec6cb4cc984
  
https://github.com/NixOS/nixpkgs/commit/ef875a60c11c73863feb973a675b4ec6cb4cc984
  Author: Graham Christensen 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/servers/ldap/389/default.nix

  Log Message:
  ---
  389-ds-base: 1.3.5.4 -> 1.3.5.15


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


[Nix-commits] [NixOS/nixpkgs] 338dcb: krename-qt5: init at 20161228

2017-02-05 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 338dcba251d2b2fb245db95be233db6aaa56ed86
  
https://github.com/NixOS/nixpkgs/commit/338dcba251d2b2fb245db95be233db6aaa56ed86
  Author: Peter Hoeg 
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
R pkgs/applications/misc/krename/default.nix
A pkgs/applications/misc/krename/kde4.nix
A pkgs/applications/misc/krename/kde5.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  krename-qt5: init at 20161228

Upstream hasn't made a proper release based on qt5/kf5, so I'm adding this
package in addition to the kde4 based package instead of replacing it.


  Commit: d93fdc0f54e6583e4598ad1824f8ce8efc715637
  
https://github.com/NixOS/nixpkgs/commit/d93fdc0f54e6583e4598ad1824f8ce8efc715637
  Author: Thomas Tuegel 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
R pkgs/applications/misc/krename/default.nix
A pkgs/applications/misc/krename/kde4.nix
A pkgs/applications/misc/krename/kde5.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #22314 from peterhoeg/u/krename

krename-qt5: init at 20161228


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


[Nix-commits] [NixOS/nixpkgs] 36ffe5: tigervnc: patch for CVE-2017-5581

2017-02-05 Thread Graham Christensen
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 36ffe58e740c75695ef87f885bc2f260d598425c
  
https://github.com/NixOS/nixpkgs/commit/36ffe58e740c75695ef87f885bc2f260d598425c
  Author: Graham Christensen 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
A pkgs/tools/admin/tigervnc/check-invalid-RRE-rects.patch
M pkgs/tools/admin/tigervnc/default.nix
A 
pkgs/tools/admin/tigervnc/fix-buffer-overflow-in-ModifiablePixelBuffer-fillRect.patch
A pkgs/tools/admin/tigervnc/prevent-invalid-PixelBuffer-accesses.patch

  Log Message:
  ---
  tigervnc: patch for CVE-2017-5581

Patches from 
https://build.opensuse.org/package/show/openSUSE:Leap:42.2:Update/tigervnc
which unfortunately don't provide public download links.


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


[Nix-commits] [NixOS/nixpkgs] 00517f: rr: 4.4.0 -> 4.5.0

2017-02-05 Thread Aristid Breitkreuz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 00517f1779f8a8514aec6c0f539f895a1b730e54
  
https://github.com/NixOS/nixpkgs/commit/00517f1779f8a8514aec6c0f539f895a1b730e54
  Author: Aristid Breitkreuz 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  rr: 4.4.0 -> 4.5.0


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


Re: [Nix-dev] FOSDEM NixOS meetup minutes

2017-02-05 Thread Putten, A. van (Arian)
By all means! 

From: Matthias Beyer [m...@beyermatthias.de]
Sent: Sunday, February 05, 2017 6:44 PM
To: Putten, A. van (Arian)
Cc: nix-dev@lists.science.uu.nl
Subject: Re: [Nix-dev] FOSDEM NixOS meetup minutes

Hi,

I'm not at FOSDEM, but I'd love to put some notes/ideas in there.

Am I allowed to?

On 05-02-2017 15:36:21, Putten, A. van (Arian) wrote:
> Dear list,
>
> We had a very spontaneous NixOS discussion panel at FOSDEM.
>
> I took minutes.  I must say they're a bit rushy at times, so add stuff to it
> you think isn't clear or is lacking in content.  Thanks!
>
>
> http://piratepad.net/1nHg65LMQj
>
>

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


--
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer

Consider switching to free software.
It adds value to your life.
https://www.gnu.org/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Implement a process for maintaining simple package updates?

2017-02-05 Thread Matthias Beyer
On 05-02-2017 13:40:40, Graham Christensen wrote:
> Matthias Beyer  writes:
> > I would like to ask whether it would be of any help if someone 
> > (for example me) would take all package-update PRs and cherry-pick 
> > these commits on a "package-update" branch which gets merged 
> > every... 7 days for example?
> 
> I don't have any real opinions about this, but do have some questions:
> 
>  - Can you describe the advantages of this process?

Less noise on master, less to worry about by others, thus reducing 
overhead for others.

>  - Will you be vetting the correctness of the changes, or simply
>aggregating them?

I will simply aggregate them.

I could, as long as I'm with my university, do a `nix-build` for each 
package, as long it is for x86_64 linux (the machines I have access to 
are debian with nix installed).

But initially, the "I open PR on Saturday and ping pkg maintainers to 
review" step is meant for review/testing.

-- 
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer

Consider switching to free software.
It adds value to your life.
https://www.gnu.org/


signature.asc
Description: PGP signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 5b8385: unison: install unison-fsmonitor

2017-02-05 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5b83857beeba0bb35a59b527d047a576f59cbf31
  
https://github.com/NixOS/nixpkgs/commit/5b83857beeba0bb35a59b527d047a576f59cbf31
  Author: Orivej Desh 
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
M pkgs/applications/networking/sync/unison/default.nix

  Log Message:
  ---
  unison: install unison-fsmonitor

It is necessary for `unison -ui text -repeat watch` to work.


  Commit: c84d0dd419d827bfc62c80b925d37e4cab30b41a
  
https://github.com/NixOS/nixpkgs/commit/c84d0dd419d827bfc62c80b925d37e4cab30b41a
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/applications/networking/sync/unison/default.nix

  Log Message:
  ---
  Merge pull request #22421 from orivej/unison-fsmonitor

unison: install unison-fsmonitor


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


[Nix-commits] [NixOS/nixpkgs] 74e6aa: gbsplay: init at version 2016-12-17

2017-02-05 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 74e6aa7de608f1ea62a67dc9dfb7f09db6b64633
  
https://github.com/NixOS/nixpkgs/commit/74e6aa7de608f1ea62a67dc9dfb7f09db6b64633
  Author: Christoph-Simon Senjak 
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
A pkgs/applications/audio/gbsplay/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  gbsplay: init at version 2016-12-17


  Commit: c84c72063109de7f183c62a743ef6b8491141387
  
https://github.com/NixOS/nixpkgs/commit/c84c72063109de7f183c62a743ef6b8491141387
  Author: Christoph-Simon Senjak 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

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

  Log Message:
  ---
  fixing gbsplay/default.nix


  Commit: 6642e5d87323106143d8eaa8456272ed4e402a3d
  
https://github.com/NixOS/nixpkgs/commit/6642e5d87323106143d8eaa8456272ed4e402a3d
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
A pkgs/applications/audio/gbsplay/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #22146 from dasuxullebt/gbsplay

gbsplay: init at version 2016-12-17


Compare: https://github.com/NixOS/nixpkgs/compare/3bdfd7568104...6642e5d87323___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 102e4e: ansicolor: init at 0.2.4

2017-02-05 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 102e4eed6f827347ff8e7c870e5adfef7c958aa7
  
https://github.com/NixOS/nixpkgs/commit/102e4eed6f827347ff8e7c870e5adfef7c958aa7
  Author: asildnes 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  ansicolor: init at 0.2.4


  Commit: 3bdfd756810461618372fdba6e75b9229f09f7cc
  
https://github.com/NixOS/nixpkgs/commit/3bdfd756810461618372fdba6e75b9229f09f7cc
  Author: Alexey Shmalko 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22462 from andsild/ansicolor

ansicolor: init at 0.2.4


Compare: https://github.com/NixOS/nixpkgs/compare/956c1fe3e867...3bdfd7568104___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 8454a9: haskellPackages.callCabal2nix: provide fallback na...

2017-02-05 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8454a9e75362d7c5031b927a3ee641b721453f8f
  
https://github.com/NixOS/nixpkgs/commit/8454a9e75362d7c5031b927a3ee641b721453f8f
  Author: 3noch 
  Date:   2017-02-04 (Sat, 04 Feb 2017)

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

  Log Message:
  ---
  haskellPackages.callCabal2nix: provide fallback name if source is not package


  Commit: 956c1fe3e86750da2cded1c2b780d16e14ed9396
  
https://github.com/NixOS/nixpkgs/commit/956c1fe3e86750da2cded1c2b780d16e14ed9396
  Author: Peter Simons 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22427 from 3noch/fix-callCabal2nix

haskellPackages.callCabal2nix: provide fallback name


Compare: https://github.com/NixOS/nixpkgs/compare/8012ead68151...956c1fe3e867___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b0f188: fish: 2.3.1 -> 2.5.0

2017-02-05 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0f1881440b29b8c681671648a483a45b8fb277e
  
https://github.com/NixOS/nixpkgs/commit/b0f1881440b29b8c681671648a483a45b8fb277e
  Author: rnhmjoj 
  Date:   2017-02-04 (Sat, 04 Feb 2017)

  Changed paths:
M pkgs/shells/fish/default.nix

  Log Message:
  ---
  fish: 2.3.1 -> 2.5.0


  Commit: 8012ead68151bc12adc01cc8929fe00ad925a327
  
https://github.com/NixOS/nixpkgs/commit/8012ead68151bc12adc01cc8929fe00ad925a327
  Author: Joachim F 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/shells/fish/default.nix

  Log Message:
  ---
  Merge pull request #22447 from rnhmjoj/fish

fish: 2.3.1 -> 2.5.0


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


[Nix-commits] [NixOS/nixpkgs] 5cded7: rrdtool: 1.5.6 -> 1.6.0

2017-02-05 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5cded7db860ab231947726f8ec91c8bae8efb85d
  
https://github.com/NixOS/nixpkgs/commit/5cded7db860ab231947726f8ec91c8bae8efb85d
  Author: Pascal Wittmann 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  rrdtool: 1.5.6 -> 1.6.0


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


[Nix-dev] Implement a process for maintaining simple package updates?

2017-02-05 Thread Matthias Beyer
Hi,

so, as we/you people at FOSDEM discuss about maintaining and PRs right 
now, I have a suggestion:

I would like to ask whether it would be of any help if someone (for 
example me) would take all package-update PRs and cherry-pick these 
commits on a "package-update" branch which gets merged every... 7 days 
for example?

The basic process would be:

1. Scan the open PRs (has to be done manually, @-pinging would be 
a way to help here) for simple package updates.
I'm talking about _really_ simple package updates here. Only the 
version number/hash updated or such things.

2. Cherry-pick the commits to a branch "package-updates", close 
the PR for it.

3. every Saturday I @ping the maintainers of the respective 
packages to test the update in a PR to merge the package-updates 
branch into master

4. Sundays my PR gets merged into master

This process would slow down the package updates to 7 days maximum, 
but as nixos-unstable gets updated slower most of the time, this 
shouldn't be _that_ much of an issue, right?

Limits:

I would limit this process to only the basic updates. No 
security-relevant things, no package updates that introduce new stuff 
in the package definition (maybe I would accept new dependencies, but 
no changed build process or something).

How do you feel about this? We could do it as experiment, I would 
report to this mailinglist every 7 days, so we can somewhat monitor 
the idea...

Also, as I have expressed elsewhere, I don't want push-access for 
nixpkgs. If such an process gets implemented, I still don't want push 
access and would ping some core-maintainer to do the merge then.

-- 
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer

Consider switching to free software.
It adds value to your life.
https://www.gnu.org/


signature.asc
Description: PGP signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] FOSDEM NixOS meetup minutes

2017-02-05 Thread Matthias Beyer
Hi,

I'm not at FOSDEM, but I'd love to put some notes/ideas in there.

Am I allowed to?

On 05-02-2017 15:36:21, Putten, A. van (Arian) wrote:
> Dear list,
> 
> We had a very spontaneous NixOS discussion panel at FOSDEM.
> 
> I took minutes.  I must say they're a bit rushy at times, so add stuff to it
> you think isn't clear or is lacking in content.  Thanks!
> 
> 
> http://piratepad.net/1nHg65LMQj
> 
> 

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


-- 
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer

Consider switching to free software.
It adds value to your life.
https://www.gnu.org/


signature.asc
Description: PGP signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] ffb91c: docker_compose: Remove upper bound version limitat...

2017-02-05 Thread Jascha Geerds
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ffb91cc6975127e9ddd073778b105189e52de28a
  
https://github.com/NixOS/nixpkgs/commit/ffb91cc6975127e9ddd073778b105189e52de28a
  Author: Jascha Geerds 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/development/python-modules/docker_compose.nix

  Log Message:
  ---
  docker_compose: Remove upper bound version limitations


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


Re: [Nix-dev] Import from derivation (was: Google Summer of Code 2017)

2017-02-05 Thread Shea Levy
Hi Peter,

Peter Simons  writes:

> An obvious solution someone (probably Eelco) suggested was to split use of
> IFD into two steps: one builds the to-be-imported Nix files and the other
> one imports those expressions into the current package set:
>
>   myPackageExpr = callPackage ../build/nix/expression/for/haskell/packages {};
>   myPackage = import myPackageExpr;
>
> Now, Nix can evaluate "myPackageExpr" just fine -- it's a perfectly
> ordinary build process that creates a store path containing a Nix
> expression. Nix will refuse, however, to evaluate "myPackage" unless it
> has already built "myPackageExpr" or unless it can substitute that store
> path from a binary cache.
>
> Whenever the inputs of myPackageExpr change, Hydra compiles that store
> path and uploads it to cache.nixos.org, but it *won't* compile "myPackage"
> in the same evaluation. In the next evaluation, however, it will.
>
> IMHO, this is a pragmatic solution that should work well in practice. We
> just need someone to implement it.

This was my idea, and it was pretty much already implemented in 
https://github.com/NixOS/nix/pull/31

>
> Best regards,
> Peter
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev


signature.asc
Description: PGP signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 05684f: freerdp: 20160909 -> 20170201 and rename old freer...

2017-02-05 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 05684f313e58363568697dd0677ae2e927277b0c
  
https://github.com/NixOS/nixpkgs/commit/05684f313e58363568697dd0677ae2e927277b0c
  Author: Peter Hoeg 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/applications/networking/remote/freerdp/default.nix
A pkgs/applications/networking/remote/freerdp/legacy.nix
R pkgs/applications/networking/remote/freerdp/unstable.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  freerdp: 20160909 -> 20170201 and rename old freerdp to freerdp_legacy

The former "stable" version of FreeRDP was actually not stable - it just
happened to have a released version while being both buggy and insecure.

The "unstable" branch hasn't seen a release in years, but everybody
should be using this instead and I have been using it as a daily driver
for ages.

This new version works beautifully here.

If/when at some point upstream does a normal release, we can bring back
stable/unstable if needed.

As I am quite dependent on FreeRDP working properly, I will be commit to
keeping this updated.

The commit used for this release follows the Arch Linux release.


  Commit: e881a21ada36d8bf74bfb70f9334f0ae315e94d1
  
https://github.com/NixOS/nixpkgs/commit/e881a21ada36d8bf74bfb70f9334f0ae315e94d1
  Author: Peter Hoeg 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  weston: depend on freerdp_legacy


  Commit: 5dbbdce047a8f8cd7eae5b772f03b010385ad073
  
https://github.com/NixOS/nixpkgs/commit/5dbbdce047a8f8cd7eae5b772f03b010385ad073
  Author: Peter Hoeg 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/desktops/kde-4.14/kdenetwork/krdc.nix

  Log Message:
  ---
  kde4.krdc: depend on freerdp_legacy


  Commit: 94b0128cc627090a9fa8f412668c2386973255ee
  
https://github.com/NixOS/nixpkgs/commit/94b0128cc627090a9fa8f412668c2386973255ee
  Author: Peter Hoeg 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/applications/networking/remote/remmina/default.nix

  Log Message:
  ---
  remmina: 1.2.0-rcgit.15 -> 1.2.0-rcgit.17

We also drop the embedded freerdp in favour of freerdp from upstream.


  Commit: 09b6d2eaedf84b6810b33d24e89562a4d26caa7b
  
https://github.com/NixOS/nixpkgs/commit/09b6d2eaedf84b6810b33d24e89562a4d26caa7b
  Author: Joachim F 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/applications/networking/remote/freerdp/default.nix
A pkgs/applications/networking/remote/freerdp/legacy.nix
R pkgs/applications/networking/remote/freerdp/unstable.nix
M pkgs/applications/networking/remote/remmina/default.nix
M pkgs/desktops/kde-4.14/kdenetwork/krdc.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #22432 from peterhoeg/d/freerdp

freerdp: 20160909 -> 20170201 and rename freerdpStable to freerdp_legacy


Compare: https://github.com/NixOS/nixpkgs/compare/4459f26ad880...09b6d2eaedf8___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d91b39: illum: init at 0.4

2017-02-05 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d91b39b3f966cde10058d43ccc226e934b3c5e80
  
https://github.com/NixOS/nixpkgs/commit/d91b39b3f966cde10058d43ccc226e934b3c5e80
  Author: Hannu Hartikainen 
  Date:   2017-02-04 (Sat, 04 Feb 2017)

  Changed paths:
M lib/maintainers.nix
M nixos/modules/module-list.nix
A nixos/modules/services/hardware/illum.nix
A pkgs/tools/system/illum/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  illum: init at 0.4


  Commit: 4459f26ad88074060299eab4e134d299aae50a00
  
https://github.com/NixOS/nixpkgs/commit/4459f26ad88074060299eab4e134d299aae50a00
  Author: Joachim F 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M lib/maintainers.nix
M nixos/modules/module-list.nix
A nixos/modules/services/hardware/illum.nix
A pkgs/tools/system/illum/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #22175 from dancek/illum

illum: init at 0.4


Compare: https://github.com/NixOS/nixpkgs/compare/94c73dab1d75...4459f26ad880___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-dev] FOSDEM NixOS meetup minutes

2017-02-05 Thread Putten, A. van (Arian)
Dear list,

We had a very spontaneous NixOS discussion panel at FOSDEM.

I took minutes.  I must say they're a bit rushy at times, so add stuff to it
you think isn't clear or is lacking in content.  Thanks!


http://piratepad.net/1nHg65LMQj


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


[Nix-commits] [NixOS/nixpkgs] 35dffb: mesa: maintenance 13.0.3 -> 13.0.4

2017-02-05 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 35dffbdf54d3f83fa6bcd0d2a0eb0886ad882d46
  
https://github.com/NixOS/nixpkgs/commit/35dffbdf54d3f83fa6bcd0d2a0eb0886ad882d46
  Author: Vladimír Čunát 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  mesa: maintenance 13.0.3 -> 13.0.4


  Commit: 5ced6c7e1bdad6e6d5fa97be8d9907c4149a1fd4
  
https://github.com/NixOS/nixpkgs/commit/5ced6c7e1bdad6e6d5fa97be8d9907c4149a1fd4
  Author: Vladimír Čunát 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  libdrm: 2.4.74 -> 2.4.75


  Commit: 768d445cb570cfe73e5275b72d08e2bd3a2445c8
  
https://github.com/NixOS/nixpkgs/commit/768d445cb570cfe73e5275b72d08e2bd3a2445c8
  Author: Vladimír Čunát 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/development/libraries/gdk-pixbuf/default.nix

  Log Message:
  ---
  gdk-pixbuf: maintenance 2.36.3 -> 2.36.4


  Commit: 5887affc26dbd65592266e46759842d70f24fcca
  
https://github.com/NixOS/nixpkgs/commit/5887affc26dbd65592266e46759842d70f24fcca
  Author: Vladimír Čunát 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  gtk3: maintenance 3.22.6 -> 3.22.7


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


[Nix-commits] [NixOS/nixpkgs] 77b72a: wget: 1.18 -> 1.19

2017-02-05 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 77b72ae355cc036512bc6dc6a46039290fde04fc
  
https://github.com/NixOS/nixpkgs/commit/77b72ae355cc036512bc6dc6a46039290fde04fc
  Author: Lancelot SIX 
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
M pkgs/tools/networking/wget/default.nix

  Log Message:
  ---
  wget: 1.18 -> 1.19

See http://lists.gnu.org/archive/html/info-gnu/2017-02/msg0.html
for release announcement.


  Commit: 94c73dab1d75f252b6abb373481e65281522fba4
  
https://github.com/NixOS/nixpkgs/commit/94c73dab1d75f252b6abb373481e65281522fba4
  Author: Vladimír Čunát 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/tools/networking/wget/default.nix

  Log Message:
  ---
  Merge #22416: wget: 1.18 -> 1.19


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


[Nix-commits] [NixOS/nixpkgs] 6d2c38: libssh: bugfix 0.7.3 -> 0.7.4

2017-02-05 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6d2c381e3ee7efbda639979b8b644db6f564635c
  
https://github.com/NixOS/nixpkgs/commit/6d2c381e3ee7efbda639979b8b644db6f564635c
  Author: Vladimír Čunát 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  libssh: bugfix 0.7.3 -> 0.7.4


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


[Nix-commits] [NixOS/nixpkgs] dd58d2: stdenv: document makeWrapper

2017-02-05 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dd58d24fa612df73264bb69f82517e1c2bc6999a
  
https://github.com/NixOS/nixpkgs/commit/dd58d24fa612df73264bb69f82517e1c2bc6999a
  Author: Profpatsch 
  Date:   2016-10-08 (Sat, 08 Oct 2016)

  Changed paths:
M doc/stdenv.xml
M pkgs/build-support/setup-hooks/make-wrapper.sh

  Log Message:
  ---
  stdenv: document makeWrapper

Add function documentation to `makeWrapper`.
Also add user documentation to the nixpkgs manual.


  Commit: 5ae18574fcea525861e721fb6cb510630a3ad1ec
  
https://github.com/NixOS/nixpkgs/commit/5ae18574fcea525861e721fb6cb510630a3ad1ec
  Author: Profpatsch 
  Date:   2016-10-08 (Sat, 08 Oct 2016)

  Changed paths:
M pkgs/build-support/setup-hooks/make-wrapper.sh

  Log Message:
  ---
  stdenv/makeWrapper: make extraFlagsArray local

extraFlagsArray should not be exposed outside of `makeWrapper`, it
should only be possible to set it inside a script supplied via the
`--run` argument.


  Commit: 372cb3760e7e3f7dc544e83b252628f5fe1cef03
  
https://github.com/NixOS/nixpkgs/commit/372cb3760e7e3f7dc544e83b252628f5fe1cef03
  Author: Lengyel Balázs 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/development/libraries/gnutls/generic.nix
M pkgs/tools/networking/curl/default.nix

  Log Message:
  ---
  Merge #17694: curl: add gnutlsSupport ? false

(incl. a nitpick change from vcunat)


  Commit: 3b583d943ee31f36d422167aed391689f5ab93f0
  
https://github.com/NixOS/nixpkgs/commit/3b583d943ee31f36d422167aed391689f5ab93f0
  Author: Vladimír Čunát 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M doc/stdenv.xml
M pkgs/build-support/setup-hooks/make-wrapper.sh

  Log Message:
  ---
  Merge #19328: mkWrapper fix and docs


Compare: https://github.com/NixOS/nixpkgs/compare/150cddca6f3e...3b583d943ee3___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 150cdd: zlib: 1.2.10 -> 1.2.11

2017-02-05 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 150cddca6f3ee29b46d999e74a2be11b630b3975
  
https://github.com/NixOS/nixpkgs/commit/150cddca6f3ee29b46d999e74a2be11b630b3975
  Author: Vladimír Čunát 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  zlib: 1.2.10 -> 1.2.11


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


[Nix-commits] [NixOS/nixpkgs] 41c153: qt5.qtwebengine: fix ca bundle path

2017-02-05 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 41c1534aed823e6141ed5ee3bada9e48d4a673e8
  
https://github.com/NixOS/nixpkgs/commit/41c1534aed823e6141ed5ee3bada9e48d4a673e8
  Author: Nikolay Amiantov 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/development/libraries/qt-5/5.6/qtwebengine/default.nix
M pkgs/development/libraries/qt-5/5.7/qtwebengine/default.nix

  Log Message:
  ---
  qt5.qtwebengine: fix ca bundle path


  Commit: c226a93a9effa2ee1d5eb0fb1aa22befa78192fc
  
https://github.com/NixOS/nixpkgs/commit/c226a93a9effa2ee1d5eb0fb1aa22befa78192fc
  Author: Nikolay Amiantov 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/development/python-modules/pyqt/5.x.nix

  Log Message:
  ---
  pythonPackages.pyqt5: enable qtwebengine support


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


[Nix-commits] [NixOS/nixpkgs] 64666a: lispPackages.clx: git-20150117 -> git-20170201

2017-02-05 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 64666a402f289a87fdd5cfe3af7668ffaa9e45cd
  
https://github.com/NixOS/nixpkgs/commit/64666a402f289a87fdd5cfe3af7668ffaa9e45cd
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  lispPackages.clx: git-20150117 -> git-20170201


  Commit: 5d6f798efcca57d51bc76e8cbab712f4acac8fbf
  
https://github.com/NixOS/nixpkgs/commit/5d6f798efcca57d51bc76e8cbab712f4acac8fbf
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  stumpwm: use fresh SBCL


  Commit: 6d9a37bfc8146091318f3f2bfe7e586a27986661
  
https://github.com/NixOS/nixpkgs/commit/6d9a37bfc8146091318f3f2bfe7e586a27986661
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  CLX and StumpWM no longer need a pinned SBCL


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


[Nix-commits] [NixOS/nixpkgs] 67ef18: supplicant nixos module: Allow not specifying the ...

2017-02-05 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 67ef18d01a944122c03312efbafaa5911427b0a1
  
https://github.com/NixOS/nixpkgs/commit/67ef18d01a944122c03312efbafaa5911427b0a1
  Author: Shea Levy 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M nixos/modules/services/networking/supplicant.nix

  Log Message:
  ---
  supplicant nixos module: Allow not specifying the configFile path


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


[Nix-dev] Import from derivation (was: Google Summer of Code 2017)

2017-02-05 Thread Peter Simons
Profpatsch writes:

> On 17-01-04 09:42pm, Vladimír Čunát wrote:
>> On 01/04/2017 08:51 PM, Peter Simons wrote:
>>
>>> Another very important topic that needs to be addressed in Nix /
>>> Hydra is the question of how to deal with code that wants to import
>>> build products into the ongoing evaluation. [...]
>>
>> That feels rather vague topic ATM. My experience is that this kind of
>> "figure it out how to..." tasks isn't very suitable for similar
>> "project proposals" like for GSoC.
>
> Sounds more like a task for a master’s thesis (or adventurous
> bachelor’s thesis) to me.

I'm not sure it's that difficult. We've already seen a nice proposal how
to implement it -- although I cannot locate that comment anywhere in the
myriad of IFD-related tickets we have on Github.

IFD basically works today, but once you actually use it, Nix starts
compiling packages during *evaluation*. That is particularly bad for
Hydra, because Hydra has a queue runner and build slaves and all kinds of
facilities designed for compiling packages that it won't use if it has to
compile stuff just to evaluate the jobset.

An obvious solution someone (probably Eelco) suggested was to split use of
IFD into two steps: one builds the to-be-imported Nix files and the other
one imports those expressions into the current package set:

  myPackageExpr = callPackage ../build/nix/expression/for/haskell/packages {};
  myPackage = import myPackageExpr;

Now, Nix can evaluate "myPackageExpr" just fine -- it's a perfectly
ordinary build process that creates a store path containing a Nix
expression. Nix will refuse, however, to evaluate "myPackage" unless it
has already built "myPackageExpr" or unless it can substitute that store
path from a binary cache.

Whenever the inputs of myPackageExpr change, Hydra compiles that store
path and uploads it to cache.nixos.org, but it *won't* compile "myPackage"
in the same evaluation. In the next evaluation, however, it will.

IMHO, this is a pragmatic solution that should work well in practice. We
just need someone to implement it.

Best regards,
Peter

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


[Nix-commits] [NixOS/nixpkgs] 8ef14f: systemd service: add aliases option

2017-02-05 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8ef14f80e3d4d27644dec3d6d47152ae4b40ab07
  
https://github.com/NixOS/nixpkgs/commit/8ef14f80e3d4d27644dec3d6d47152ae4b40ab07
  Author: Nikolay Amiantov 
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M nixos/modules/system/boot/systemd-lib.nix
M nixos/modules/system/boot/systemd-unit-options.nix
M nixos/modules/system/boot/systemd.nix

  Log Message:
  ---
  systemd service: add aliases option


  Commit: 496476be4ed3d8e81213ccb7240fd91fdcf83e15
  
https://github.com/NixOS/nixpkgs/commit/496476be4ed3d8e81213ccb7240fd91fdcf83e15
  Author: Nikolay Amiantov 
  Date:   2017-02-02 (Thu, 02 Feb 2017)

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

  Log Message:
  ---
  bluez4: reintroduce to nixpkgs

It's still needed by KDE4. It was there, just unreferenced from all-packages.


  Commit: 4abcef2ba19a73ea212f6812b395e8e3ac698fd5
  
https://github.com/NixOS/nixpkgs/commit/4abcef2ba19a73ea212f6812b395e8e3ac698fd5
  Author: Nikolay Amiantov 
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M nixos/modules/services/hardware/bluetooth.nix

  Log Message:
  ---
  bluez service: use upstream units


  Commit: 90bc1a8595792d87927a65db172f55aa22176944
  
https://github.com/NixOS/nixpkgs/commit/90bc1a8595792d87927a65db172f55aa22176944
  Author: Nikolay Amiantov 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M nixos/modules/services/hardware/bluetooth.nix
M nixos/modules/system/boot/systemd-lib.nix
M nixos/modules/system/boot/systemd-unit-options.nix
M nixos/modules/system/boot/systemd.nix
M pkgs/os-specific/linux/bluez/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #22353 from abbradar/bluetooth

Bluetooth improvements


Compare: https://github.com/NixOS/nixpkgs/compare/91869fb8484f...90bc1a859579___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ade80d: libnfc: Add missing dependency on readline

2017-02-05 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ade80db751498b6f8079aee53c4821a99fc80b03
  
https://github.com/NixOS/nixpkgs/commit/ade80db751498b6f8079aee53c4821a99fc80b03
  Author: Kirill Elagin 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  libnfc: Add missing dependency on readline

readline is used by the pn53x-tamashell example.


  Commit: 91869fb8484f78dd5d4cb3abfb8542d00f3d0f2a
  
https://github.com/NixOS/nixpkgs/commit/91869fb8484f78dd5d4cb3abfb8542d00f3d0f2a
  Author: Pascal Wittmann 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22452 from kirelagin/libnfc-osx

libnfc: Add missing dependency on readline


Compare: https://github.com/NixOS/nixpkgs/compare/702dc358037a...91869fb8484f___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 770222: gnused: 4.3 -> 4.4

2017-02-05 Thread Eelco Dolstra
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7702225ad16ba1e30f506106a8bc36b9eeb5847e
  
https://github.com/NixOS/nixpkgs/commit/7702225ad16ba1e30f506106a8bc36b9eeb5847e
  Author: Lancelot SIX 
  Date:   2017-02-04 (Sat, 04 Feb 2017)

  Changed paths:
M pkgs/tools/text/gnused/default.nix

  Log Message:
  ---
  gnused: 4.3 -> 4.4

See https://lists.gnu.org/archive/html/info-gnu/2017-02/msg1.html
for release information.


  Commit: efd8dea185c9d20c9cfd7cd651742294ac94cd4d
  
https://github.com/NixOS/nixpkgs/commit/efd8dea185c9d20c9cfd7cd651742294ac94cd4d
  Author: Eelco Dolstra 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/tools/text/gnused/default.nix

  Log Message:
  ---
  Merge pull request #22434 from lsix/update_sed

gnused: 4.3 -> 4.4


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


[Nix-commits] [NixOS/nixpkgs] 42574f: Remove references to $NIX_STRIP_DEBUG

2017-02-05 Thread Eelco Dolstra
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 42574f52b9b4ed2ed13b745518fce0a642c27714
  
https://github.com/NixOS/nixpkgs/commit/42574f52b9b4ed2ed13b745518fce0a642c27714
  Author: Eelco Dolstra 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/development/compilers/gcc/4.8/default.nix
M pkgs/development/compilers/gcc/4.9/default.nix
M pkgs/development/compilers/gcc/5/default.nix
M pkgs/development/compilers/gcc/6/default.nix
M pkgs/misc/my-env/loadenv.sh

  Log Message:
  ---
  Remove references to $NIX_STRIP_DEBUG

This was removed in 3ea1c308466d2daad18ceac4ef8176bb1c3c85de.


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


[Nix-commits] [NixOS/nixpkgs] c1e783: git: 2.11.0 -> 2.11.1

2017-02-05 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c1e7832591fa5e2b15df27a8cdc91f930ae4c2a4
  
https://github.com/NixOS/nixpkgs/commit/c1e7832591fa5e2b15df27a8cdc91f930ae4c2a4
  Author: Tim Steinbach 
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/git/default.nix

  Log Message:
  ---
  git: 2.11.0 -> 2.11.1


  Commit: 702dc358037ac0ed755e42d19bedd1dd6460d6a4
  
https://github.com/NixOS/nixpkgs/commit/702dc358037ac0ed755e42d19bedd1dd6460d6a4
  Author: Eelco Dolstra 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/git/default.nix

  Log Message:
  ---
  Merge pull request #22423 from NeQuissimus/git_2_11_1

git: 2.11.0 -> 2.11.1


Compare: https://github.com/NixOS/nixpkgs/compare/323031f9ed9e...702dc358037a___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 6812c7: nfs tests: fix nfs server unit name

2017-02-05 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6812c7001ccedc142b9d93f72e2c2f2d611e6158
  
https://github.com/NixOS/nixpkgs/commit/6812c7001ccedc142b9d93f72e2c2f2d611e6158
  Author: Nikolay Amiantov 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M nixos/tests/nfs.nix

  Log Message:
  ---
  nfs tests: fix nfs server unit name


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


[Nix-commits] [NixOS/nixpkgs] 433f7c: matrix-synapse: 0.18.7-rc2 -> 0.19.0

2017-02-05 Thread Benjamin Staffin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 433f7c7befcd7bf57341d25c9b617ad4de51c5c6
  
https://github.com/NixOS/nixpkgs/commit/433f7c7befcd7bf57341d25c9b617ad4de51c5c6
  Author: Benjamin Saunders 
  Date:   2017-02-04 (Sat, 04 Feb 2017)

  Changed paths:
M pkgs/servers/matrix-synapse/default.nix

  Log Message:
  ---
  matrix-synapse: 0.18.7-rc2 -> 0.19.0


  Commit: 39339bd41c248522ec9e914c96d2ee291bdf5d57
  
https://github.com/NixOS/nixpkgs/commit/39339bd41c248522ec9e914c96d2ee291bdf5d57
  Author: Benjamin Staffin 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/servers/matrix-synapse/default.nix

  Log Message:
  ---
  Merge pull request #22444 from Ralith/matrix-synapse

matrix-synapse: 0.18.7-rc2 -> 0.19.0


Compare: https://github.com/NixOS/nixpkgs/compare/7faa125946af...39339bd41c24___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 4b6114: gwenview: add support for TIFF images

2017-02-05 Thread Benjamin Staffin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4b6114e0b9e60b866a072be20dd22fb1d61243ac
  
https://github.com/NixOS/nixpkgs/commit/4b6114e0b9e60b866a072be20dd22fb1d61243ac
  Author: Peter Hoeg 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/desktops/kde-5/applications/gwenview.nix

  Log Message:
  ---
  gwenview: add support for TIFF images


  Commit: 7faa125946af18a9c005565a0aeaec4a1f799016
  
https://github.com/NixOS/nixpkgs/commit/7faa125946af18a9c005565a0aeaec4a1f799016
  Author: Benjamin Staffin 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

  Changed paths:
M pkgs/desktops/kde-5/applications/gwenview.nix

  Log Message:
  ---
  Merge pull request #22460 from peterhoeg/f/gwenview

gwenview: add support for TIFF images


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


[Nix-commits] [NixOS/nixpkgs] f5bbec: scala 2.12 requires jre8

2017-02-05 Thread Benjamin Staffin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f5bbecc5c555ee915990ca0725bac51407d10624
  
https://github.com/NixOS/nixpkgs/commit/f5bbecc5c555ee915990ca0725bac51407d10624
  Author: Volth 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  scala 2.12 requires jre8


  Commit: 2a6b0bd13dfa98bfa55f21e59dd0ea88bdd3e581
  
https://github.com/NixOS/nixpkgs/commit/2a6b0bd13dfa98bfa55f21e59dd0ea88bdd3e581
  Author: Benjamin Staffin 
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22459 from volth/scala-2.12-requires-jre8

scala 2.12 requires jre8


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