Re: [Nix-dev] A few beginner issues

2016-07-29 Thread Nick Sabalausky

On 07/29/2016 11:14 PM, Peter Hoeg wrote:

2. When I'm in KDE4 on NixOS, I can change the display resolution,
but the
change doesn't persist across a reboot. Why is this? What is the
correct way


Could you try with kde5 instead of kde4? KDE5 is getting all the love
these days so maybe a bug snuck in there?



Ok, just tried now...

Gotta say, I'm thrilled how painless it was to switch from KDE4 to KDE5 
and back again. Exactly the sort of reason I've been unsatisfied with 
other distros and so intrigued by NixOS. Just changed the 
"...kde4.enable = true"/"...kdm.enable = true" to "...kde5.enable = 
true"/"...sddm.enable = true" and "nixos-rebuild switch && reboot". And 
just reverse the changes (or select old config from boot menu) to undo 
it, and it just works :) Really like the idea of being able to try 
things out without as much risk of messing things up or being stuck with 
the changes.


In KDE5/SDDM, my resolution settings changes DO persist, although only 
after the login screen. Which I suppose makes sense since I was changing 
the setting AS a logged in user. Seems as though with KDE4/KDM it just 
isn't loading any per-user resolution setting upon login (or maybe isn't 
saving it).


Is there a NixOS way to set a default resolution (presumably in 
configuration.nix) that would apply to the login screen? Or would it 
just be though whatever the display manager's (or X's) normal approach 
for doing that as with any other linux distro?



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


Re: [Nix-dev] A few beginner issues

2016-07-29 Thread Nick Sabalausky

On 07/29/2016 11:09 PM, Nick Sabalausky wrote:

On 07/29/2016 06:50 PM, Bjørn Forsman wrote:

   stage-1-init: modprobe: ERROR: could not insert 'vboxsf': No such
device


I guess that means the virtualbox driver doesn't work with vmware.
(Two competing VM technologies, no surprise really.)

I've never used vmware on Linux. I use VirtualBox. NixOS distributes
OVA files that you can import straight into VirtualBox. I think that's
a very easy way to get started.



/facepalm

Clearly I can't read ;)



BTW, I did notice the prebuilt virtual machines, ready for importing, 
which is very nice, but I wanted to try installing it myself just for 
the learning experience. If/When I install it on a physical machine, I 
won't necessarily be able to rely on a prebuilt image. It's the first 
time I've installed any Linux without a GUI installer, but with the 
NixOS manual, it turned out to be easy enough.


I'll see what I can figure out about installing guest additions from 
vmware. I'm noticing a vmware-guest module on github. Should be simple 
enough...


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


Re: [Nix-dev] A few beginner issues

2016-07-29 Thread Peter Hoeg

2. When I'm in KDE4 on NixOS, I can change the display resolution, but the
change doesn't persist across a reboot. Why is this? What is the correct way


Could you try with kde5 instead of kde4? KDE5 is getting all the love
these days so maybe a bug snuck in there?
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] A few beginner issues

2016-07-29 Thread Nick Sabalausky

On 07/29/2016 06:50 PM, Bjørn Forsman wrote:

   stage-1-init: modprobe: ERROR: could not insert 'vboxsf': No such device


I guess that means the virtualbox driver doesn't work with vmware.
(Two competing VM technologies, no surprise really.)

I've never used vmware on Linux. I use VirtualBox. NixOS distributes
OVA files that you can import straight into VirtualBox. I think that's
a very easy way to get started.



/facepalm

Clearly I can't read ;)


2. When I'm in KDE4 on NixOS, I can change the display resolution, but the
change doesn't persist across a reboot. Why is this? What is the correct way
to make it persist? Haven't had this happen in other distros.


Are you sure you're booting from your installation on disk and not the
Live CD? I don't use KDE, but at least in GNOME the screen resolution
is persisted (no need for NixOS option for that). I'd be surprised if
it didn't work like that on KDE too.



Yes, I'm certain. The GRUB boot menu is different from when I was 
booting the live disc, and the boot menu accumulates my new 
configurations when I do I configuration rebuild. Changes to my 
/etc/nixos/configuration.nix file persist. And I've made certain to 
disconnect the ISO from the virtual machine BEFORE booting and checked 
it's still disconnected after booting (and went back and double-checked 
that again just now).




3. I added "firefox" (minus quotes) to the environment.systemPackages list
in configuration.nix, did rebuild/switch, and it's now installed and works,
BUT it installed Firefox Nightly instead of a firefox release. How would I
go about installing a release instead of nightly?


I think NixOS only ships "nightly" due to licensing or branding rights
or something. Others may fill inn here.


4. When looking up the firefox packages, I noticed a "firefox-unwrapped".
What is that and how does it differ from the package "firefox"?


The -unwrapped version doesn't know about plugins. I guess most people
will want the normal "firefox" package.



Interesting, thanks.


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


[Nix-commits] [NixOS/nixpkgs] 092570: okular: avoid accidental Qt 5 dependency

2016-07-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0925700688636a6f7e153c6196a99833711d0691
  
https://github.com/NixOS/nixpkgs/commit/0925700688636a6f7e153c6196a99833711d0691
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  okular: avoid accidental Qt 5 dependency


  Commit: 40b838b94d906793d160fa17f817157fc684cdbe
  
https://github.com/NixOS/nixpkgs/commit/40b838b94d906793d160fa17f817157fc684cdbe
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/applications/ark/default.nix
M pkgs/desktops/kde-5/applications/baloo-widgets.nix
M pkgs/desktops/kde-5/applications/default.nix
M pkgs/desktops/kde-5/applications/dolphin-plugins.nix
M pkgs/desktops/kde-5/applications/dolphin.nix
M pkgs/desktops/kde-5/applications/ffmpegthumbs.nix
M pkgs/desktops/kde-5/applications/filelight.nix
M pkgs/desktops/kde-5/applications/gpgmepp.nix
M pkgs/desktops/kde-5/applications/gwenview.nix
M pkgs/desktops/kde-5/applications/kate.nix
M pkgs/desktops/kde-5/applications/kcalc.nix
M pkgs/desktops/kde-5/applications/kcolorchooser.nix
M pkgs/desktops/kde-5/applications/kde-app.nix
M pkgs/desktops/kde-5/applications/kde-locale-5.nix
M pkgs/desktops/kde-5/applications/kdegraphics-thumbnailers.nix
M pkgs/desktops/kde-5/applications/kdelibs/default.nix
M pkgs/desktops/kde-5/applications/kdenetwork-filesharing.nix
M pkgs/desktops/kde-5/applications/kgpg.nix
M pkgs/desktops/kde-5/applications/khelpcenter.nix
M pkgs/desktops/kde-5/applications/kio-extras.nix
M pkgs/desktops/kde-5/applications/kompare.nix
M pkgs/desktops/kde-5/applications/konsole.nix
M pkgs/desktops/kde-5/applications/libkdcraw.nix
M pkgs/desktops/kde-5/applications/libkexiv2.nix
M pkgs/desktops/kde-5/applications/libkipi.nix
M pkgs/desktops/kde-5/applications/libkomparediff2.nix
M pkgs/desktops/kde-5/applications/okular.nix
M pkgs/desktops/kde-5/applications/print-manager.nix
M pkgs/desktops/kde-5/applications/spectacle.nix
M pkgs/development/libraries/kde-frameworks/default.nix

  Log Message:
  ---
  kde5: fix all the Qt version dependencies


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


[Nix-commits] [NixOS/nixpkgs] 4449ec: root: 6.04.16 -> 6.04.18 (#17265)

2016-07-29 Thread Dmitry Kalinkin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4449ecb617a5d0bdc59898ccc7d246abbd10c359
  
https://github.com/NixOS/nixpkgs/commit/4449ecb617a5d0bdc59898ccc7d246abbd10c359
  Author: Dmitry Kalinkin 
  Date:   2016-07-30 (Sat, 30 Jul 2016)

  Changed paths:
M pkgs/applications/science/misc/root/default.nix

  Log Message:
  ---
  root: 6.04.16 -> 6.04.18 (#17265)

root: compile against external gsl

Revert "Revert "root: enable parallel building""

This reverts commit ee1a10ee6b4b0a1a22e3e0dbbcf96a2d667d0685.

ROOT has no problems with parallel build. The problems that caused the
original commit were not related to parallel building.


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


[Nix-commits] [NixOS/nixpkgs] ad470d: emby: 3.0.6000 -> 3.0.6020 (#17368)

2016-07-29 Thread Tristan Helmich
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ad470d59fd546f71c5ebb605cc2c4bb4bc15a850
  
https://github.com/NixOS/nixpkgs/commit/ad470d59fd546f71c5ebb605cc2c4bb4bc15a850
  Author: Tristan Helmich 
  Date:   2016-07-30 (Sat, 30 Jul 2016)

  Changed paths:
M pkgs/servers/emby/default.nix

  Log Message:
  ---
  emby: 3.0.6000 -> 3.0.6020 (#17368)


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


[Nix-commits] [NixOS/nixpkgs] c9e5dd: monero: 0.8.8.4 -> 0.9.4 (#17371)

2016-07-29 Thread Kranium Gikos Mendoza
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c9e5ddde0a7f1624986e4b7f80fc6e66b2544006
  
https://github.com/NixOS/nixpkgs/commit/c9e5ddde0a7f1624986e4b7f80fc6e66b2544006
  Author: Kranium Gikos Mendoza 
  Date:   2016-07-30 (Sat, 30 Jul 2016)

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

  Log Message:
  ---
  monero: 0.8.8.4 -> 0.9.4 (#17371)


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


[Nix-commits] [NixOS/nixpkgs] c8f535: shadowsocks-libev: 2.4.7 -> 2.4.8 (#17366)

2016-07-29 Thread Jinjing Wang
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c8f535b45254af14b145d4d48734af01abc34b79
  
https://github.com/NixOS/nixpkgs/commit/c8f535b45254af14b145d4d48734af01abc34b79
  Author: Jinjing Wang 
  Date:   2016-07-30 (Sat, 30 Jul 2016)

  Changed paths:
M pkgs/tools/networking/shadowsocks-libev/default.nix

  Log Message:
  ---
  shadowsocks-libev: 2.4.7 -> 2.4.8 (#17366)


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


[Nix-commits] [NixOS/nixpkgs] aa2629: unrar: 5.4.2 -> 5.4.4 (#17361)

2016-07-29 Thread Miguel Madrid
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: aa2629cedfdb908d50de2a3cedac07bd59a8a469
  
https://github.com/NixOS/nixpkgs/commit/aa2629cedfdb908d50de2a3cedac07bd59a8a469
  Author: Miguel Madrid 
  Date:   2016-07-30 (Sat, 30 Jul 2016)

  Changed paths:
M pkgs/tools/archivers/unrar/default.nix

  Log Message:
  ---
  unrar: 5.4.2 -> 5.4.4 (#17361)


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


[Nix-commits] [NixOS/nixpkgs] 839a54: qt57: init at 5.7.0

2016-07-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 839a543d41f9e88d59b2b59c2d87e4ebb235f7a2
  
https://github.com/NixOS/nixpkgs/commit/839a543d41f9e88d59b2b59c2d87e4ebb235f7a2
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M maintainers/scripts/generate-qt.sh
A pkgs/development/libraries/qt-5/5.7/default.nix
A pkgs/development/libraries/qt-5/5.7/make-qt-wrapper.sh
A pkgs/development/libraries/qt-5/5.7/qmake-hook.sh
A pkgs/development/libraries/qt-5/5.7/qtbase/cmake-paths.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/compose-search-path.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/decrypt-ssl-traffic.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-dbus.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-gl.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-gtkstyle.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-libXcursor.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-openssl.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-resolv.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/libressl.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/mkspecs-libgl.patch
A 
pkgs/development/libraries/qt-5/5.7/qtbase/nix-profiles-library-paths.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/series
A pkgs/development/libraries/qt-5/5.7/qtbase/setup-hook.sh
A pkgs/development/libraries/qt-5/5.7/qtbase/tzdir.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/xdg-config-dirs.patch
A pkgs/development/libraries/qt-5/5.7/qtconnectivity.nix
A pkgs/development/libraries/qt-5/5.7/qtdeclarative/default.nix
A 
pkgs/development/libraries/qt-5/5.7/qtdeclarative/nix-profiles-import-paths.patch
A pkgs/development/libraries/qt-5/5.7/qtdeclarative/series
A pkgs/development/libraries/qt-5/5.7/qtdoc.nix
A pkgs/development/libraries/qt-5/5.7/qtgraphicaleffects.nix
A pkgs/development/libraries/qt-5/5.7/qtimageformats.nix
A pkgs/development/libraries/qt-5/5.7/qtlocation.nix
A pkgs/development/libraries/qt-5/5.7/qtmultimedia.nix
A pkgs/development/libraries/qt-5/5.7/qtquickcontrols.nix
A pkgs/development/libraries/qt-5/5.7/qtscript/0001-glib-2.32.patch
A pkgs/development/libraries/qt-5/5.7/qtscript/default.nix
A pkgs/development/libraries/qt-5/5.7/qtsensors.nix
A 
pkgs/development/libraries/qt-5/5.7/qtserialport/0001-dlopen-serialport-udev.patch
A pkgs/development/libraries/qt-5/5.7/qtserialport/default.nix
A pkgs/development/libraries/qt-5/5.7/qtsvg.nix
A pkgs/development/libraries/qt-5/5.7/qttools.nix
A pkgs/development/libraries/qt-5/5.7/qttranslations.nix
A pkgs/development/libraries/qt-5/5.7/qtwebchannel.nix
A pkgs/development/libraries/qt-5/5.7/qtwebengine.nix
A pkgs/development/libraries/qt-5/5.7/qtwebsockets.nix
A pkgs/development/libraries/qt-5/5.7/qtx11extras.nix
A pkgs/development/libraries/qt-5/5.7/qtxmlpatterns.nix
A pkgs/development/libraries/qt-5/5.7/setup-hook.sh
A pkgs/development/libraries/qt-5/5.7/srcs.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  qt57: init at 5.7.0


  Commit: 307847e6fa4194f80f8ec08d793ad94f33effc51
  
https://github.com/NixOS/nixpkgs/commit/307847e6fa4194f80f8ec08d793ad94f33effc51
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M maintainers/scripts/generate-qt.sh
A pkgs/development/libraries/qt-5/5.7/default.nix
A pkgs/development/libraries/qt-5/5.7/make-qt-wrapper.sh
A pkgs/development/libraries/qt-5/5.7/qmake-hook.sh
A pkgs/development/libraries/qt-5/5.7/qtbase/cmake-paths.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/compose-search-path.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/decrypt-ssl-traffic.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-dbus.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-gl.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-gtkstyle.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-libXcursor.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-openssl.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/dlopen-resolv.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/libressl.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/mkspecs-libgl.patch
A 
pkgs/development/libraries/qt-5/5.7/qtbase/nix-profiles-library-paths.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/series
A pkgs/development/libraries/qt-5/5.7/qtbase/setup-hook.sh
A pkgs/development/libraries/qt-5/5.7/qtbase/tzdir.patch
A pkgs/development/libraries/qt-5/5.7/qtbase/xdg-config-dirs.patch
A 

Re: [Nix-dev] A few beginner issues

2016-07-29 Thread Bjørn Forsman
Hi Nick,

On 30 July 2016 at 00:24, Nick Sabalausky  wrote:
> [...]
> 1. I'm having trouble getting vmware guest additions to work. I followed the
> instruction here...
>
>   https://nixos.org/wiki/Installing_NixOS_in_a_VirtualBox_guest
>
> ...to add the following line to my /etc/nixos/configuration.nix...
>
>   virtualisation.virtualbox.guest.enable = true;
>
> ...but after I "nixos-rebuild switch" and reboot, the display manager no
> longer starts and dmesg includes this suspicious looking line:
>
>   stage-1-init: modprobe: ERROR: could not insert 'vboxsf': No such device

I guess that means the virtualbox driver doesn't work with vmware.
(Two competing VM technologies, no surprise really.)

I've never used vmware on Linux. I use VirtualBox. NixOS distributes
OVA files that you can import straight into VirtualBox. I think that's
a very easy way to get started.

> 2. When I'm in KDE4 on NixOS, I can change the display resolution, but the
> change doesn't persist across a reboot. Why is this? What is the correct way
> to make it persist? Haven't had this happen in other distros.

Are you sure you're booting from your installation on disk and not the
Live CD? I don't use KDE, but at least in GNOME the screen resolution
is persisted (no need for NixOS option for that). I'd be surprised if
it didn't work like that on KDE too.

> 3. I added "firefox" (minus quotes) to the environment.systemPackages list
> in configuration.nix, did rebuild/switch, and it's now installed and works,
> BUT it installed Firefox Nightly instead of a firefox release. How would I
> go about installing a release instead of nightly?

I think NixOS only ships "nightly" due to licensing or branding rights
or something. Others may fill inn here.

> 4. When looking up the firefox packages, I noticed a "firefox-unwrapped".
> What is that and how does it differ from the package "firefox"?

The -unwrapped version doesn't know about plugins. I guess most people
will want the normal "firefox" package.

Best regards,
Bjørn Forsman
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] A few beginner issues

2016-07-29 Thread Nick Sabalausky
I'm new to NixOS (coming from various more traditionally-designed 
distros, like Debian and Manjaro), and trying to learn by working with 
it in a WMWare instance. I've gotten it installed into the vm instance 
via the live disc's gparted and "nixos-generate-config" and 
"nixos-install", mostly going by what's here:


https://nixos.org/nixos/manual/index.html#ch-installation

And I'm now able to boot into the newly installed, umm, installation 
running KDE4.


Now that I'm trying it out, there's a few things I'm having trouble 
figuring out, and was hoping someone could help me out with these 
examples so that I can have a better idea of how to work with NixOS.


1. I'm having trouble getting vmware guest additions to work. I followed 
the instruction here...


  https://nixos.org/wiki/Installing_NixOS_in_a_VirtualBox_guest

...to add the following line to my /etc/nixos/configuration.nix...

  virtualisation.virtualbox.guest.enable = true;

...but after I "nixos-rebuild switch" and reboot, the display manager no 
longer starts and dmesg includes this suspicious looking line:


  stage-1-init: modprobe: ERROR: could not insert 'vboxsf': No such device

I didn't need to add that line to configuration.nix before the original 
"nixos-install", did I? Or is something else going on here?


Luckily, I can just reboot back to the old working configuration, which 
is an *awesome* example of why I'm determined to learn my way around 
NixOS. But it would be nice to understand how to get these virtual guest 
services working.


2. When I'm in KDE4 on NixOS, I can change the display resolution, but 
the change doesn't persist across a reboot. Why is this? What is the 
correct way to make it persist? Haven't had this happen in other distros.


3. I added "firefox" (minus quotes) to the environment.systemPackages 
list in configuration.nix, did rebuild/switch, and it's now installed 
and works, BUT it installed Firefox Nightly instead of a firefox 
release. How would I go about installing a release instead of nightly?


4. When looking up the firefox packages, I noticed a 
"firefox-unwrapped". What is that and how does it differ from the 
package "firefox"?

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


[Nix-commits] [NixOS/nixpkgs] dd3e27: qt56: purge all refrences to gtk, solves all of th...

2016-07-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dd3e27f2e72ec3da756df0382b2031eae9f900ce
  
https://github.com/NixOS/nixpkgs/commit/dd3e27f2e72ec3da756df0382b2031eae9f900ce
  Author: michael bishop 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/development/libraries/qt-5/5.6/default.nix
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
R pkgs/development/libraries/qt-5/5.6/qtbase/dlopen-gtkstyle.patch

  Log Message:
  ---
  qt56: purge all refrences to gtk, solves all of the theme problems


  Commit: 02e9e67fd4d48ca5d6d358e94ad834f38b0af6f7
  
https://github.com/NixOS/nixpkgs/commit/02e9e67fd4d48ca5d6d358e94ad834f38b0af6f7
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/development/libraries/qt-5/5.6/default.nix
M pkgs/development/libraries/qt-5/5.6/qtbase/default.nix
R pkgs/development/libraries/qt-5/5.6/qtbase/dlopen-gtkstyle.patch

  Log Message:
  ---
  Merge pull request #17370 from cleverca22/master

qt56: purge all refrences to gtk, solves all of the theme problems


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


[Nix-commits] [NixOS/nixpkgs] 8ab450: epson-escpr: 1.6.3 -> 1.6.4

2016-07-29 Thread artuuge
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8ab4500ab44e36e1020f0d2484c137e7efc1ffa0
  
https://github.com/NixOS/nixpkgs/commit/8ab4500ab44e36e1020f0d2484c137e7efc1ffa0
  Author: artuuge 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/misc/drivers/epson-escpr/cups-filter-ppd-dirs.patch
M pkgs/misc/drivers/epson-escpr/default.nix

  Log Message:
  ---
  epson-escpr: 1.6.3 -> 1.6.4

(cherry picked from commit 7ddd6fc1c3672e82bcc2dba8d10cc83565d873c3)


  Commit: 392c19f2814a6aae83f9398926549771b94a0e12
  
https://github.com/NixOS/nixpkgs/commit/392c19f2814a6aae83f9398926549771b94a0e12
  Author: artuuge 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M lib/maintainers.nix
M pkgs/misc/drivers/epson-escpr/default.nix

  Log Message:
  ---
  update epson-escpr meta

(cherry picked from commit edfb2e7ccb1c45f32dd87ff649ade79dba0b2d1c)


  Commit: f5bcd93ea76cad2e4270da8e2403fd683ab048e0
  
https://github.com/NixOS/nixpkgs/commit/f5bcd93ea76cad2e4270da8e2403fd683ab048e0
  Author: artuuge 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/misc/drivers/epson-escpr/default.nix

  Log Message:
  ---
  epson-escpr: 1.6.4 -> 1.6.5

(cherry picked from commit 03912a2761d614c5941578745568f8853e0b2d31)


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


[Nix-dev] Handling nix-shell shebangs with the new nix command

2016-07-29 Thread Shea Levy
Hi Eelco,

For the perl->c++ work, how should we handle nix-shell shebangs given
that the command is now "nix shell"? Should the nix command itself
contain shebang-checking logic, or should we have a separate nix-shell
C++ program just for shebangs, or something else?

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


[Nix-commits] [NixOS/nixpkgs] 9ac568: breeze-qt4: avoid accidental Qt 5 dependency

2016-07-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9ac568fc929ac85dd0449dd7345fe4947df44bf5
  
https://github.com/NixOS/nixpkgs/commit/9ac568fc929ac85dd0449dd7345fe4947df44bf5
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/plasma/breeze-qt4.nix
M pkgs/desktops/kde-5/plasma/default.nix

  Log Message:
  ---
  breeze-qt4: avoid accidental Qt 5 dependency


  Commit: 06536879e7189100c6b4043787e1703a0220dc4b
  
https://github.com/NixOS/nixpkgs/commit/06536879e7189100c6b4043787e1703a0220dc4b
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M maintainers/scripts/generate-kde-plasma.sh
M pkgs/desktops/kde-5/plasma/srcs.nix

  Log Message:
  ---
  kde5.plasma: 5.7.1 -> 5.7.2


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


[Nix-commits] [NixOS/nixpkgs] 4ab572: pythonPackages.datashape: 0.5.1 -> 0.5.2

2016-07-29 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4ab5728ec9f21d6e3c779573b33c107674bf5012
  
https://github.com/NixOS/nixpkgs/commit/4ab5728ec9f21d6e3c779573b33c107674bf5012
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.datashape: 0.5.1 -> 0.5.2


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


[Nix-commits] [NixOS/nixpkgs]

2016-07-29 Thread FRidh
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 397964: pythonPackages.llvmlite: 0.11.0 -> 0.12.1

2016-07-29 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3979648fb1bab9dbfd6ac338283a1837b66ae3f2
  
https://github.com/NixOS/nixpkgs/commit/3979648fb1bab9dbfd6ac338283a1837b66ae3f2
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.llvmlite: 0.11.0 -> 0.12.1


  Commit: 67b8bd0b20d3ee3a2ee7895aba9a8ebfa40a70b5
  
https://github.com/NixOS/nixpkgs/commit/67b8bd0b20d3ee3a2ee7895aba9a8ebfa40a70b5
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.numba: 0.26.0 -> 0.27.0


  Commit: 0868a918a373fafebdb2f2058d57da8fdeba1512
  
https://github.com/NixOS/nixpkgs/commit/0868a918a373fafebdb2f2058d57da8fdeba1512
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.backports_abc: init at 0.4


  Commit: 778712e0a778faec827cf593737ff760d0e6b08b
  
https://github.com/NixOS/nixpkgs/commit/778712e0a778faec827cf593737ff760d0e6b08b
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.colorama_3_3: init at 0.3.3


  Commit: bf06024b9f68086ff2c3293ad90473141c0a96c2
  
https://github.com/NixOS/nixpkgs/commit/bf06024b9f68086ff2c3293ad90473141c0a96c2
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.colorama: 0.3.3 -> 0.3.7


  Commit: 250d78ca2396ffa83634156f350da60823623a0f
  
https://github.com/NixOS/nixpkgs/commit/250d78ca2396ffa83634156f350da60823623a0f
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.awscli: use colorama_3_3


  Commit: 7cdd900cb7376993e5bf2c5d789c6054e15bdf87
  
https://github.com/NixOS/nixpkgs/commit/7cdd900cb7376993e5bf2c5d789c6054e15bdf87
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.certifi: 2015.11.20.1 -> 2016.2.28


  Commit: 5e663301d4d35ac855d195047cc230f078a1c56e
  
https://github.com/NixOS/nixpkgs/commit/5e663301d4d35ac855d195047cc230f078a1c56e
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.tornado: 4.2.1 -> 4.4.1


  Commit: 3673454e533ca0abeb06d4f8ab39a2146e140baf
  
https://github.com/NixOS/nixpkgs/commit/3673454e533ca0abeb06d4f8ab39a2146e140baf
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.bokeh: 0.10.0 -> 0.12.1


  Commit: 06f6c1426be06cd87e16381f834370ec9ec16fa9
  
https://github.com/NixOS/nixpkgs/commit/06f6c1426be06cd87e16381f834370ec9ec16fa9
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.pystache: disable tests on Python 3


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


[Nix-commits] [NixOS/nixpkgs] 605038: pythonPackages.cython: 0.24 -> 0.24.1

2016-07-29 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 60503897af91f31945051836c400e3e885e940b2
  
https://github.com/NixOS/nixpkgs/commit/60503897af91f31945051836c400e3e885e940b2
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.cython: 0.24 -> 0.24.1


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


[Nix-commits] [NixOS/nixpkgs] b26fbf: kdelibs: fix typo

2016-07-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b26fbfd85ffa921962ac53739a4a000f34925ba3
  
https://github.com/NixOS/nixpkgs/commit/b26fbfd85ffa921962ac53739a4a000f34925ba3
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  kdelibs: fix typo


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


[Nix-commits] [NixOS/nixpkgs] 1d575e: kdelibs: avoid accidental Qt 5 dependency

2016-07-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1d575e4ba8accbd7ceaea2b29287dbddc3c23a73
  
https://github.com/NixOS/nixpkgs/commit/1d575e4ba8accbd7ceaea2b29287dbddc3c23a73
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  kdelibs: avoid accidental Qt 5 dependency


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


[Nix-commits] [NixOS/nixpkgs] 3dea00: nixos/kde: phonon moved to qt5

2016-07-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3dea00d90ef000a41652a6b629c76fffce3727c7
  
https://github.com/NixOS/nixpkgs/commit/3dea00d90ef000a41652a6b629c76fffce3727c7
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M nixos/modules/services/x11/desktop-managers/kde5.nix

  Log Message:
  ---
  nixos/kde: phonon moved to qt5


  Commit: 2f32588a8fbd598bc5606857e055f94d388d3113
  
https://github.com/NixOS/nixpkgs/commit/2f32588a8fbd598bc5606857e055f94d388d3113
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/development/libraries/phonon/backends/gstreamer.nix
M pkgs/development/libraries/phonon/backends/vlc.nix
M pkgs/development/libraries/phonon/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  phonon: explicitly select Qt 4 vs. Qt 5


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


[Nix-commits] [NixOS/nixpkgs] 6c7904: extra-cmake-modules: separate setup hook from pack...

2016-07-29 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6c79045964a2337de7d2a4a0787d7a696c326cc7
  
https://github.com/NixOS/nixpkgs/commit/6c79045964a2337de7d2a4a0787d7a696c326cc7
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/desktops/kde-5/applications/default.nix
M pkgs/desktops/kde-5/applications/kde-app.nix
M pkgs/desktops/kde-5/plasma/default.nix
M pkgs/development/libraries/kde-frameworks/default.nix
M pkgs/development/libraries/kde-frameworks/extra-cmake-modules/default.nix
R 
pkgs/development/libraries/kde-frameworks/extra-cmake-modules/setup-hook.sh
A pkgs/development/libraries/kde-frameworks/setup-hook.sh

  Log Message:
  ---
  extra-cmake-modules: separate setup hook from package


  Commit: e15f259f9b4acaa784f84990f1c48548bc90acc1
  
https://github.com/NixOS/nixpkgs/commit/e15f259f9b4acaa784f84990f1c48548bc90acc1
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  extra-cmake-modules: add top-level package

This package no longer depends on Qt 5, but it is part of the KDE
Frameworks collection that do (so it is exported from there).


  Commit: 2056f56f777f4f2a4a6282014e9fbecc11365535
  
https://github.com/NixOS/nixpkgs/commit/2056f56f777f4f2a4a6282014e9fbecc11365535
  Author: Thomas Tuegel 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
R pkgs/tools/inputmethods/fcitx/fcitx-ecm.patch
M pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix
M pkgs/tools/inputmethods/fcitx/unwrapped.nix

  Log Message:
  ---
  fcitx: drop patches, use extra-cmake-modules directly

Fixes #17252. (Really, this time.)

Now that extra-cmake-modules does not depend on Qt 5, it is possible to
depend on it directly.


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


[Nix-commits] [NixOS/nixpkgs] 6628c5: pythonPackages.scipy: 0.17.1 -> 0.18.0

2016-07-29 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6628c559867f721f301732b4ce7bf5e00d917065
  
https://github.com/NixOS/nixpkgs/commit/6628c559867f721f301732b4ce7bf5e00d917065
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.scipy: 0.17.1 -> 0.18.0


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


[Nix-commits] [NixOS/nixpkgs] 3e5db4: pythonPackages.pyfftw: 0.10.1 -> 0.10.4

2016-07-29 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3e5db479b74e24b7e9d719f74f08507284c88ccd
  
https://github.com/NixOS/nixpkgs/commit/3e5db479b74e24b7e9d719f74f08507284c88ccd
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  pythonPackages.pyfftw: 0.10.1 -> 0.10.4


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


[Nix-commits] [NixOS/nixpkgs] 1425a1: dd-agent: support jmx, needs a separate daemon now...

2016-07-29 Thread Rob Vermaas
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1425a1f964adc2e2eb668810f3f158089035cd3d
  
https://github.com/NixOS/nixpkgs/commit/1425a1f964adc2e2eb668810f3f158089035cd3d
  Author: Rob Vermaas 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent.nix
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  dd-agent: support jmx, needs a separate daemon nowadays.


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


[Nix-commits] [NixOS/nixpkgs] 9494b7: dd-agent: support jmx, needs a separate daemon now...

2016-07-29 Thread Rob Vermaas
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9494b764d2078bb109fd5dbaa7299f0dabd80b27
  
https://github.com/NixOS/nixpkgs/commit/9494b764d2078bb109fd5dbaa7299f0dabd80b27
  Author: Rob Vermaas 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M nixos/modules/services/monitoring/dd-agent.nix
M pkgs/tools/networking/dd-agent/default.nix

  Log Message:
  ---
  dd-agent: support jmx, needs a separate daemon nowadays.

(cherry picked from commit 1425a1f964adc2e2eb668810f3f158089035cd3d)


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


[Nix-commits] [NixOS/nixpkgs] 5fbe28: wireshark: 2.0.4 -> 2.0.5

2016-07-29 Thread mimadrid
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5fbe282abd4d1f79bfa0963c37896c05e3e4c8e5
  
https://github.com/NixOS/nixpkgs/commit/5fbe282abd4d1f79bfa0963c37896c05e3e4c8e5
  Author: mimadrid 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/applications/networking/sniffers/wireshark/default.nix

  Log Message:
  ---
  wireshark: 2.0.4 -> 2.0.5


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


[Nix-commits] [NixOS/nixpkgs] 7e8b3a: fetchpatch: add addPrefixes argument

2016-07-29 Thread Franz Pletz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7e8b3adb044e9ae03d0c70db4f303696329be44e
  
https://github.com/NixOS/nixpkgs/commit/7e8b3adb044e9ae03d0c70db4f303696329be44e
  Author: Franz Pletz 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M pkgs/build-support/fetchpatch/default.nix

  Log Message:
  ---
  fetchpatch: add addPrefixes argument

Sometimes patches start without a leading prefix. We default to strip
one prefix or path component from patches (-p1) in the patchPhase in
stdenv.

As all patches should therefore be in this format, fetchpatch should
have an option to normalize patch paths. This commit introduces a new
argument to fetchpatch called addPrefixes that adds one patch prefix to
the old and new paths in a patch before putting it into the store.


  Commit: 2fa9bd50597c3089cc00abb3f20d7510fcc8ad6a
  
https://github.com/NixOS/nixpkgs/commit/2fa9bd50597c3089cc00abb3f20d7510fcc8ad6a
  Author: Franz Pletz 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  hostapd: add patch to fix build with libressl

Fixes #17315.


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


[Nix-commits] [NixOS/nix] eef754: Set $MANPATH (#1005)

2016-07-29 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: eef754813f5a9d77ceeb0f10981d0a324967dc02
  
https://github.com/NixOS/nix/commit/eef754813f5a9d77ceeb0f10981d0a324967dc02
  Author: Alexey Shmalko 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M scripts/nix-profile.sh.in

  Log Message:
  ---
  Set $MANPATH (#1005)

Currently, man has issues finding man pages for Nix-installed
application (also, `nix-env --help` doesn't work). The issue is caused
by custom `$MANPATH` set by my system. That makes man use it instead of
searching in default location.

Either of next lines workaround the issue:
```sh
unset MANPATH

export MANPATH=$HOME/.nix-profile/share/man:$MANPATH
```

This patch adds the later line to the `nix-profile.sh` if user has
`MANPATH` set. (Not clearing `MANPATH` as that would be disrespect of
user's preferences.)

As a side-effect, host's man might find man pages installed by Nix.


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


[Nix-commits] [NixOS/nixpkgs] 1e8064: linux_4_6: fix by removing upstreamed patch

2016-07-29 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1e806458dc4fbca4d2c67e93f0933d4193b5666b
  
https://github.com/NixOS/nixpkgs/commit/1e806458dc4fbca4d2c67e93f0933d4193b5666b
  Author: Robin Gloster 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  linux_4_6: fix by removing upstreamed patch


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


[Nix-commits] [NixOS/nixpkgs] 59caf0: git: 2.9.1 -> 2.9.2

2016-07-29 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 59caf069a466c03a2f1c1fb68dca6a888a2ca14f
  
https://github.com/NixOS/nixpkgs/commit/59caf069a466c03a2f1c1fb68dca6a888a2ca14f
  Author: mimadrid 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  git: 2.9.1 -> 2.9.2


  Commit: c73816b640e8e670a7ccf383e13ac8235145e55b
  
https://github.com/NixOS/nixpkgs/commit/c73816b640e8e670a7ccf383e13ac8235145e55b
  Author: Peter Simons 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  Merge pull request #17358 from mimadrid/update/git-2.9.2

git: 2.9.1 -> 2.9.2


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


[Nix-commits] [NixOS/nixpkgs] 24d1d1: menhir: 20160303 -> 20160526 (#17343)

2016-07-29 Thread Ricardo M. Correia
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24d1d19bd2f8f55f6740e9495d2b76c1218d2b7b
  
https://github.com/NixOS/nixpkgs/commit/24d1d19bd2f8f55f6740e9495d2b76c1218d2b7b
  Author: Ricardo M. Correia 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

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

  Log Message:
  ---
  menhir: 20160303 -> 20160526 (#17343)


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


Re: [Nix-dev] using qemu virtual machine for testing software

2016-07-29 Thread Tomas Hlavaty
Hi Tomasz,

> I can't connect to forwarded port and I don't know how to connect/
> interact with the machine. Is there anyone who know how I could
> connect to this machine and would be willing to explain?

vm tests are not intended to be interactive, I think.

Instead, you can build the vm like:

NIXOS_CONFIG=vmconfig.nix nixos-rebuild build-vm

and then launch the qemu vm.

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


[Nix-commits] [NixOS/nixpkgs] 25980e: DOC: unstable packages names should append -unstab...

2016-07-29 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 25980ed01e505ff20d8678b3dc21682fdff79b52
  
https://github.com/NixOS/nixpkgs/commit/25980ed01e505ff20d8678b3dc21682fdff79b52
  Author: Frederik Rietdijk 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M doc/coding-conventions.xml

  Log Message:
  ---
  DOC: unstable packages names should append -unstable, not -git or -svn


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


Re: [Nix-dev] using qemu virtual machine for testing software

2016-07-29 Thread Maarten Hoogendoorn
Am I correct to think that  you are trying to connect to the postgresql
instance in the VM from your host machine?
The documentation of forwardPort states: "Forward a TCP port on the host to
a TCP port on the guest.  Useful during interactive testing."
So it provides TCP forwarding in the direction host -> vm guest, it does
not expose a VM guests' port on the host.

AFAIK, the purpose of this vmtools machinery is to run tests inside the VM,
not to provide VM's that you can use in your other tests.
If you want access to debug your postgres db, you can either add assertions
/ psql cli commands to the test script, or you could see if it's possible
to (ab)use netcat to create a bash shell in your test vm machine.


2016-07-29 2:40 GMT+02:00 Tomasz Czyż :

> Hi,
>
> I'm trying to use same mechanism as nixos for testing with vm.
> I've created "run-vm.nix" and I can run vm with "nix-build run-vm.nix".
>
> I can't connect to forwarded port and I don't know how to connect/interact
> with the machine. Is there anyone who know how I could connect to this
> machine and would be willing to explain?
>
> run-vm.nix:
>
> {system?builtins.currentSystem}:
> let
>   pkgs = import  {};
>   machine = {...}: {
>   services.postgresql = {
>   enable=true;
>   enableTCPIP = true;
>   };
>   # networking.firewall.enable=false; # I've tried with this
>};
>   testing = import {inherit system;};
>   test = testing.makeTest ({
> machine = machine;
> testScript=''
>   $machine->start;
>   $machine->waitForUnit("postgresql.service");
>   $machine->waitForOpenPort(5432);
>   $machine->forwardPort(9432, 5432);
>   # $machine->forwardPort(5432, 9432); # I've tried with this as well
>   # $machine->execute("sleep 999"); # I've tried with this as well
>   $machine->waitForShutdown;
> '';
>   });
> in
> test
>
>
>
> ___
> 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