Re: [Nix-dev] NixOps reproducible bug with large amount of deployment.keys

2017-04-20 Thread Profpatsch
On 17-04-19 12:27pm, 4levels wrote:
> The main reason is that the keys derivation contains all key related
> statements on a single line and is passed as a single argument to bash,
> triggering the maxlength error (argument list too long).  I could reduce
> the lenght of the names of the keyfiles, since this will actually reduce
> the total length of the generated keys derivation, but that's no solution,
> especially since I'm intending to deploy even more keys in the near future..

Can you link to the line where bash is called
with too many arguments?

-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Postgresql, rsyslog and systemd journal

2017-04-20 Thread Profpatsch
On 17-04-19 04:08pm, Danylo Hlynskyi wrote:
> 
> in psql session.
> 
> The problem is, logs still are routed to systemd journal, not to configured
> `rsyslog`.

journald (rightfully!) captures calls to the syslog(3) function.

For further inquiries visit your local manpages.
man 8 systemd-journald.service


-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] For go-wizards: Building the geth using buildGoPackage

2017-04-20 Thread Profpatsch
On 17-04-19 09:50pm, Sergey Mironov wrote:
> building the geth

I had a short fear of sentinent AI robots, but it’s (just?)
a go package.

> # github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid
> go/src/github.com/ethereum/go-ethereum/vendor/github.com/karalabe/hid/wchar.go:44:8:
> error: enumerator value for '__cgo_enum__0' is not an integer constant
>return stringToWchar4(s) // Unix
> ^

That’s normal go compile errors.
Are you using a very old version of the go compiler?

Have you tried building it on unstable/master?
You can check out nixpkgs with git
and run `nix-build -A ` from there.

-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] still waiting for https://cache.nixos.org after 5 seconds...

2017-04-20 Thread Daniel Peebles
It's all just AWS CloudFront. Sometimes there are hiccups in their service,
but it's not really anything we have control over.

On Thu, Apr 20, 2017 at 5:20 PM, Profpatsch  wrote:

> I have the feeling the nixos caches are getting
> less and less responsive lately.
> Often the times are 15s+, and I checked
> that my local connection is not the reason.
>
> Are there reasons for this?
>
> --
> Proudly written in Mutt with Vim on NixOS.
> Q: Why is this email five sentences or less?
> A: http://five.sentenc.es
> May take up to five days to read your message. If it’s urgent, call me.
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] still waiting for https://cache.nixos.org after 5 seconds...

2017-04-20 Thread Profpatsch
I have the feeling the nixos caches are getting
less and less responsive lately.
Often the times are 15s+, and I checked
that my local connection is not the reason.

Are there reasons for this?

-- 
Proudly written in Mutt with Vim on NixOS.
Q: Why is this email five sentences or less?
A: http://five.sentenc.es
May take up to five days to read your message. If it’s urgent, call me.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] fabfec: openjdk: 8u121-13 -> 8u131-11

2017-04-20 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fabfec05124f6b5903cade29d4646f572af71556
  
https://github.com/NixOS/nixpkgs/commit/fabfec05124f6b5903cade29d4646f572af71556
  Author: Tim Steinbach 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  ---
  openjdk: 8u121-13 -> 8u131-11


  Commit: 75b4bec6fb2b85be299d9bf246ebcdcad843e079
  
https://github.com/NixOS/nixpkgs/commit/75b4bec6fb2b85be299d9bf246ebcdcad843e079
  Author: Tim Steinbach 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25049 from NeQuissimus/openjdk_8_131

openjdk: 8u121-13 -> 8u131-11


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


[Nix-commits] [NixOS/nixpkgs] 2f0266: scala: 2.11.10 -> 2.11.11

2017-04-20 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2f026678d511ba07dd5325a30e6ec6718cef6597
  
https://github.com/NixOS/nixpkgs/commit/2f026678d511ba07dd5325a30e6ec6718cef6597
  Author: Tim Steinbach 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M pkgs/development/compilers/scala/2.11.nix

  Log Message:
  ---
  scala: 2.11.10 -> 2.11.11


  Commit: 8b3907d15375de21813ea8a1eade6cf92aad2e0d
  
https://github.com/NixOS/nixpkgs/commit/8b3907d15375de21813ea8a1eade6cf92aad2e0d
  Author: Tim Steinbach 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M pkgs/development/compilers/scala/2.11.nix

  Log Message:
  ---
  Merge pull request #25051 from NeQuissimus/scala_2_11_11

scala: 2.11.10 -> 2.11.11


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


[Nix-commits] [NixOS/nixpkgs] 4b9ac7: scala: 2.12.1 -> 2.12.2

2017-04-20 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4b9ac70a8749a50bf61ec0875d47401d2b41a17f
  
https://github.com/NixOS/nixpkgs/commit/4b9ac70a8749a50bf61ec0875d47401d2b41a17f
  Author: Tim Steinbach 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  ---
  scala: 2.12.1 -> 2.12.2


  Commit: 2352e2a5ead9037805d2484ce0184bca10f23325
  
https://github.com/NixOS/nixpkgs/commit/2352e2a5ead9037805d2484ce0184bca10f23325
  Author: Tim Steinbach 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25050 from NeQuissimus/scala_2_12_2

scala: 2.12.1 -> 2.12.2


Compare: https://github.com/NixOS/nixpkgs/compare/0fcc6ca51541...2352e2a5ead9___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0fcc6c: ocamlPackages.menhir: 20170101 -> 20170418

2017-04-20 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0fcc6ca51541223c799ea233aef1bccc80caf0cc
  
https://github.com/NixOS/nixpkgs/commit/0fcc6ca51541223c799ea233aef1bccc80caf0cc
  Author: Vincent Laporte 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  ocamlPackages.menhir: 20170101 -> 20170418


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


[Nix-commits] [NixOS/nixpkgs] a76841: asymptote: 2.40 -> 2.41

2017-04-20 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a76841e399c377c7a3f515d7dc358593b6f45280
  
https://github.com/NixOS/nixpkgs/commit/a76841e399c377c7a3f515d7dc358593b6f45280
  Author: Vincent Laporte 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M pkgs/tools/graphics/asymptote/default.nix

  Log Message:
  ---
  asymptote: 2.40 -> 2.41


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


Re: [Nix-dev] What are the rules about 'share/' directory symlinking to profile?

2017-04-20 Thread Vladimír Čunát
Hi,
it has the same root causes as https://github.com/NixOS/nixpkgs/issues/24717

--Vladimir

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


[Nix-commits] [NixOS/nixpkgs] 80beb5: imager (r-modules): add pkgs.x11 to fix build, unm...

2017-04-20 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 80beb55cfcc6f7286f05a6edb7390ce3d5d40c84
  
https://github.com/NixOS/nixpkgs/commit/80beb55cfcc6f7286f05a6edb7390ce3d5d40c84
  Author: Chris Hodapp 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  imager (r-modules): add pkgs.x11 to fix build, unmark imager/ForestTools as 
broken


  Commit: ce34caaa343a2266ac89b93627d0bd02c0f71652
  
https://github.com/NixOS/nixpkgs/commit/ce34caaa343a2266ac89b93627d0bd02c0f71652
  Author: Graham Christensen 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25062 from Hodapp87/imager_fix

imager (r-modules): add pkgs.x11, unmark imager/ForestTools as broken


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


[Nix-commits] [NixOS/nixpkgs] 8bd1a6: libiconv: 1.14 -> 1.15

2017-04-20 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8bd1a6c0b20701618640e2db1108ab6ff6d5226b
  
https://github.com/NixOS/nixpkgs/commit/8bd1a6c0b20701618640e2db1108ab6ff6d5226b
  Author: John Ericson 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  ---
  libiconv: 1.14 -> 1.15


  Commit: 8402585c398a5b0fabb9ce0cbf2bc2a7fc2984d9
  
https://github.com/NixOS/nixpkgs/commit/8402585c398a5b0fabb9ce0cbf2bc2a7fc2984d9
  Author: Daiderd Jordan 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25044 from obsidiansystems/libiconv-bump

libiconv: 1.14 -> 1.15


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


[Nix-commits] [NixOS/nixpkgs] f8189e: dropbox: 23.4.19 -> 24.4.16

2017-04-20 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f8189e69bc9f2a5aa92298d62b48de8712e160fd
  
https://github.com/NixOS/nixpkgs/commit/f8189e69bc9f2a5aa92298d62b48de8712e160fd
  Author: Thomas Tuegel 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M pkgs/applications/networking/dropbox/default.nix

  Log Message:
  ---
  dropbox: 23.4.19 -> 24.4.16


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


[Nix-commits] [NixOS/nix] 76cb3c: Reimplement trusted-substituters (aka trusted-bina...

2017-04-20 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 76cb3c702cc1769438940b65b83971f483cca062
  
https://github.com/NixOS/nix/commit/76cb3c702cc1769438940b65b83971f483cca062
  Author: Eelco Dolstra 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M src/libstore/globals.hh
M src/nix-daemon/nix-daemon.cc

  Log Message:
  ---
  Reimplement trusted-substituters (aka trusted-binary-caches)


  Commit: 4222402219ca3a356d23e05e0474f8648b111d91
  
https://github.com/NixOS/nix/commit/4222402219ca3a356d23e05e0474f8648b111d91
  Author: Eelco Dolstra 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M doc/manual/command-ref/conf-file.xml

  Log Message:
  ---
  nix.conf man page: binary-caches -> substituters


  Commit: 562585e901d9e5f2ef62be11c2e74badcacb1f50
  
https://github.com/NixOS/nix/commit/562585e901d9e5f2ef62be11c2e74badcacb1f50
  Author: Eelco Dolstra 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M doc/manual/command-ref/conf-file.xml
M src/libstore/globals.hh

  Log Message:
  ---
  binary-caches-parallel-connections -> http-connections


  Commit: f05d5f89ff4ec52ed2f6d576b2b2323b5292f815
  
https://github.com/NixOS/nix/commit/f05d5f89ff4ec52ed2f6d576b2b2323b5292f815
  Author: Eelco Dolstra 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M doc/manual/command-ref/conf-file.xml
M src/libstore/globals.cc
M src/libstore/globals.hh
M src/libstore/remote-store.cc
M src/libutil/config.cc
M src/libutil/config.hh
M src/libutil/util.cc
M src/libutil/util.hh

  Log Message:
  ---
  Read per-user settings from ~/.config/nix/nix.conf


  Commit: 4410e9d995bcd53a7a4cff0bbee3917375adcba3
  
https://github.com/NixOS/nix/commit/4410e9d995bcd53a7a4cff0bbee3917375adcba3
  Author: Eelco Dolstra 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M src/libstore/globals.cc
M src/libstore/globals.hh
M src/libutil/config.cc
M src/libutil/config.hh
M src/nix-daemon/nix-daemon.cc

  Log Message:
  ---
  Setting: Remove "Tag" template argument


  Commit: efa4bdbfcd1489527bcf6f20a49c9a3bca8bbf6b
  
https://github.com/NixOS/nix/commit/efa4bdbfcd1489527bcf6f20a49c9a3bca8bbf6b
  Author: Eelco Dolstra 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M src/libstore/globals.cc
M src/libutil/config.cc
M src/libutil/config.hh
M src/libutil/json.cc
M src/libutil/json.hh
M src/nix/show-config.cc

  Log Message:
  ---
  Improve nix show-config --json

In particular, show descriptions. This could be used for manpage
generation etc.


  Commit: 749696e71c9d637a36ab09a1368dff01b2b1bda8
  
https://github.com/NixOS/nix/commit/749696e71c9d637a36ab09a1368dff01b2b1bda8
  Author: Eelco Dolstra 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M Makefile.config.in
M configure.ac
M src/libstore/gc.cc
M src/libstore/local.mk

  Log Message:
  ---
  Detect lsof

Also, don't use lsof on Linux since it's not needed.

Fixes #1328.


Compare: https://github.com/NixOS/nix/compare/9cc8047f44b3...749696e71c9d___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] How to downgrade or patch freetype-2.7 ?

2017-04-20 Thread Volth
On 4/20/17, Thomas Tuegel  wrote:
> Volth  writes:
>
>> The second (http://imgur.com/MDiydzS) is what we get with these
>> fontconfig rules on NixOS-17.09 (freetype-2.7.1) with default v40.
>> Antialias is off, but hinting is not in action.
>
> Did you intentionally turn off hinting in that sample, or is it just not
> working? Even with v40, it should be possible to achieve good results
> with full hinting and no antialiasing.

Hinting is on, the difference between the 2nd and the 3rd images is
only 35 vs. 40 in the environment variable.
If you want to reproduce, you may disable antialiasing and enable full
hinting for pkgs.ubuntu_font_family or pkgs.liberation_ttf_v1_binary
which are in nixpkgs.

>> PS. v38 works similar to v40. It easy to turn in off by
>> "config.fonts.fontconfig.ultimate.enable = false;".
>> What I was looking for is a similar easy way to turn off v40 appeared
>> in NixOS-unstable.
>
> That setting doesn't actually turn off v38! It turns off the
> fontconfig-ultimate settings, but FreeType 2.6 is still patched to use
> v38 instead of v35. So, if you could get acceptable rendering with
> FreeType 2.6 on NixOS (which used v38), we should also be able to fix it
> with FreeType 2.7 (v40) too.

There was a visually similar issue in 17.03 with liberation_ttf_2.xx
[1] which forced me to downgrade to 1.07. In 17.09 even
liberation_ttf_1.07.xx became broken.

There are clearly two diverging ways: the mainstream with
antialiasing, subpixel rendering, gray-on-white texts, ... and the
minority people who want to stay with contrast fonts rendered using
only two colors (foreground and background). In order to stay the
ground both the fonts and freetype are to be downgraded to their
previous versions, so it won't be so long to lose the battle. Anyway,
as dpi grows and pixels became invisible, it won't be the matter at
all.

1. https://github.com/NixOS/nixpkgs/issues/21806
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] c558d0: kdiff3: fix with git mergetool (#25059)

2017-04-20 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c558d093ab3d91deaf9be2d24455e4950cfbf226
  
https://github.com/NixOS/nixpkgs/commit/c558d093ab3d91deaf9be2d24455e4950cfbf226
  Author: Vladimír Čunát 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  kdiff3: fix with git mergetool (#25059)

The quick patch has been submitted upstream.

(cherry picked from commit be7ce1b0e9809da1f41571a63584fb8b9e346295)
I consider that problem a regression wrt. 16.09.


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


[Nix-commits] [NixOS/nixpkgs] 6cdec3: nodejs: 7.7.3 -> 7.9.0

2017-04-20 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6cdec331418f7344973d0847d0f004c1a2dc4180
  
https://github.com/NixOS/nixpkgs/commit/6cdec331418f7344973d0847d0f004c1a2dc4180
  Author: Mathias Schreck 
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
M pkgs/development/web/nodejs/v7.nix

  Log Message:
  ---
  nodejs: 7.7.3 -> 7.9.0


  Commit: 8e8aa0f27f7c9b0593516df98a36383d7813c321
  
https://github.com/NixOS/nixpkgs/commit/8e8aa0f27f7c9b0593516df98a36383d7813c321
  Author: Frederik Rietdijk 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M pkgs/development/web/nodejs/v7.nix

  Log Message:
  ---
  Merge pull request #25008 from holidaycheck/nodejs-7.9.0

nodejs: 7.7.3 -> 7.9.0


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


Re: [Nix-dev] dnsmasq fails to start

2017-04-20 Thread Mark Gardner
On Wed, Mar 22, 2017 at 3:09 AM, Bjørn Forsman 
wrote:

> Have you tried restarting the machine after adding that config? I
> think e.g. avahi misbehaves on the first "nixos-rebuild switch" due to
> some dbus issue (fixed by rebooting), perhaps this is like that?
>

​Thanks ​
​
Bjørn. That solved the problem. dnsmasq is working now.

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


[Nix-commits] [NixOS/nixpkgs] 7e34a9: util-linux: fix path to umount in eject

2017-04-20 Thread Jörg Thalheim
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7e34a9c397b8950aeaedb1a11ae76536a979bc5f
  
https://github.com/NixOS/nixpkgs/commit/7e34a9c397b8950aeaedb1a11ae76536a979bc5f
  Author: Linus Heckemann 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  util-linux: fix path to umount in eject


  Commit: 7c75ef871474ed829a38f692461f02a18af627e7
  
https://github.com/NixOS/nixpkgs/commit/7c75ef871474ed829a38f692461f02a18af627e7
  Author: Jörg Thalheim 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25056 from lheckemann/fix-eject-umount

util-linux: fix path to umount in eject


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


Re: [Nix-dev] How to downgrade or patch freetype-2.7 ?

2017-04-20 Thread Thomas Tuegel
Volth  writes:

> The second (http://imgur.com/MDiydzS) is what we get with these
> fontconfig rules on NixOS-17.09 (freetype-2.7.1) with default v40.
> Antialias is off, but hinting is not in action.

Did you intentionally turn off hinting in that sample, or is it just not
working? Even with v40, it should be possible to achieve good results
with full hinting and no antialiasing.

> PS. v38 works similar to v40. It easy to turn in off by
> "config.fonts.fontconfig.ultimate.enable = false;".
> What I was looking for is a similar easy way to turn off v40 appeared
> in NixOS-unstable.

That setting doesn't actually turn off v38! It turns off the
fontconfig-ultimate settings, but FreeType 2.6 is still patched to use
v38 instead of v35. So, if you could get acceptable rendering with
FreeType 2.6 on NixOS (which used v38), we should also be able to fix it
with FreeType 2.7 (v40) too.


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


[Nix-commits] [NixOS/nixpkgs] be7ce1: kdiff3: fix with git mergetool

2017-04-20 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: be7ce1b0e9809da1f41571a63584fb8b9e346295
  
https://github.com/NixOS/nixpkgs/commit/be7ce1b0e9809da1f41571a63584fb8b9e346295
  Author: Vladimír Čunát 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  kdiff3: fix with git mergetool

The quick patch has been submitted upstream.


  Commit: 38933324a69d7fec9bd76056950ff3feb9dd131c
  
https://github.com/NixOS/nixpkgs/commit/38933324a69d7fec9bd76056950ff3feb9dd131c
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25059 from vcunat/p/kdiff3-git-mergetool

kdiff3: fix with git mergetool


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


[Nix-commits] [NixOS/nixpkgs] e3a7d6: qemu: fixup systemWrapper

2017-04-20 Thread Graham Christensen
  Branch: refs/heads/unstable-aarch64
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e3a7d6e87343c1a21459edf10516b6e93f5e6671
  
https://github.com/NixOS/nixpkgs/commit/e3a7d6e87343c1a21459edf10516b6e93f5e6671
  Author: Graham Christensen 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M pkgs/applications/virtualization/qemu/default.nix

  Log Message:
  ---
  qemu: fixup systemWrapper


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


Re: [Nix-dev] What are the rules about 'share/' directory symlinking to profile?

2017-04-20 Thread Guillaume Maudoux (Layus)

Hi,

`nix-env -i $(nix-build -A fzf.out)` works.
Somehow, `nix-env -f . -iA fzf.out` still installs `fzf.bin`.

Now, that package is quite strange. Normally, the first output in the 
outputs list should be the one that refers to all the others.
It is not the case here, because fzf.bin does not reference fzf.out for 
example.

Also, it could specify outputsToInstall, but it does not.

See http://nixos.org/nixpkgs/manual/#idm140737318250400 and related 
issues to dig deeper into this.
But please keep in mind that nix received only maintenance update since 
Jan 19, 2016.

A lot of merged features are not available in any release.

-- Layus.

On 20/04/17 13:33, Alexey Lebedeff wrote:

I've tried with fzf.out and it also doesn't add anything to 'share' in
profile folder. The only way I was able to make it work is by adding
'share' folder to 'bin' output. Looks like some magic is attached to
'bin' itself (because I've also tried reordering outputs without any
change) - but I can't figure out how and why this is happening.

1) For fzf.out 'vim-plugins' folder is not added to profile after installation

$ nix-build . -A fzf.out
/nix/store/mp5drsp2l1z7k0rp4jjmll06kjck7052-fzf-0.16.6

# 'share' is present in nix store
$ ls ./result/share/vim-plugins/ -l
total 4
lrwxrwxrwx 1 root root 91 Jan  1  1970 fzf-0.16.6 -> 
/nix/store/mp5drsp2l1z7k0rp4jjmll06kjck7052-fzf-0.16.6/share/go/src/github.com/junegunn/fzf

$ nix-env -f . -iA fzf.out

# But it's missing from profile even after explicitly installing that
$ ls -la ~/.nix-profile/share/vim-plugins
ls: cannot access '/home/binarin/.nix-profile/share/vim-plugins': No such 
file or directory

2) But everything works if I add 'share' folder to 'bin' output instead, using 
the following
lines in postInstall:

+mkdir -p $bin/share/vim-plugins
+cp -a $out/share/go/src/github.com/junegunn/fzf $bin/share/fzf-tmp
+ln -s $bin/share/fzf-tmp $bin/share/vim-plugins/${name}

$ nix-build . -A fzf.bin
/nix/store/3dzqj1xk6s5jfm1z4kwnkfdg9yw3xckr-fzf-0.16.6-bin

$ ls ./result-bin/share/vim-plugins/ -l
total 4
lrwxrwxrwx 1 root root 72 Jan  1  1970 fzf-0.16.6 -> 
/nix/store/3dzqj1xk6s5jfm1z4kwnkfdg9yw3xckr-fzf-0.16.6-bin/share/fzf-tmp

$ nix-env -f . -iA fzf.bin

$ ls -la ~/.nix-profile/share/vim-plugins
lrwxrwxrwx 1 root root 76 Jan  1  1970 
/home/binarin/.nix-profile/share/vim-plugins -> 
/nix/store/3dzqj1xk6s5jfm1z4kwnkfdg9yw3xckr-fzf-0.16.6-bin/share/vim-plugins

Best,
Alexey


Guillaume Maudoux (Layus) writes:


I guess the idea is that you need to install `fzf.out` explicitly,
because installing `fzf` installs the first output, which is `fzf.bin`.

-- Layus.


On 20/04/17 11:46, Alexey Lebedeff wrote:

Hi folks.

What are the rules about how and when 'share/' folder of (multi-output)
derivation will be merged into 'share/' folder of profile?

E.g. I can't see content of
https://github.com/NixOS/nixpkgs/blob/4a0be7837cadf9b6e9cae430d80f65a2af60dcc6/pkgs/tools/misc/fzf/default.nix#L33
anywhere in my profile 'share/' even after installing every output

Only when I move 'share/' to '$bin' output, it starts appearing in profile
'share/' folder.

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


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


[Nix-commits] [NixOS/nixpkgs] d15f26: dino: init at unstable-2017-04-20

2017-04-20 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d15f26ec69e3e76f3c145b92a35b315532e0cd57
  
https://github.com/NixOS/nixpkgs/commit/d15f26ec69e3e76f3c145b92a35b315532e0cd57
  Author: Jörg Thalheim 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
A pkgs/applications/networking/instant-messengers/dino/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  dino: init at unstable-2017-04-20


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


Re: [Nix-dev] NixOps reproducible bug with large amount of deployment.keys

2017-04-20 Thread 4levels
Hi Nix-Devs,

I filed the following bug report in the Github issue tracker
https://github.com/NixOS/nixpkgs/issues/25057

Hope someone has the skills to have a look at this..

I'm currently trying to work around this issue by encrypting and packaging
these files myselfs and manually move the keys to the /run/keys folder..
not a nice solution but at least it should keep me going untill a fix is
created.

Kind regards,

Erik aka 4levels

On Wed, Apr 19, 2017 at 2:27 PM 4levels <4lev...@gmail.com> wrote:

> Hi Nix Devs, hi Philip,
>
> in an effort to solve my previous problem (bash argument list too long) I
> tried a new deployment in NixOps, only containing the derivations from the
> examples in the nixops manual.  The forementioned issue appears again so I
> think this is a bug in NixOps and how the keys derivation is being handled.
>
> Steps to reproduce: create the following files
>
> test.nix:
>
> {
>   network.description = "Web server";
>
>   webserver =
> { config, pkgs, ... }:
> { services.httpd.enable = true;
>   services.httpd.adminAddr = "al...@example.org";
>   networking.firewall.allowedTCPPorts = [ 80 ];
> };
> }
>
> test-servers.nix:
>
> webserver =
>   { config, pkgs, ... }:
>   {
> deployment.targetEnv = "virtualbox";
> deployment.virtualbox.memorySize = 1024; # megabytes
> deployment.virtualbox.vcpu = 2; # number of cpus
> };
>   }
>
>
> Add a lot of keys to test-servers.nix, in the form below (example)
>
> deployment.keys."phpmyadmin.password" = {
>   text = fileContents (./keys/phpmyadmin.password);
>   group = "keys";
>   permissions = "0640";
> };
>
> Removing the extra attributes group and permissions doesn't seem to
> change the length of the generated derivation.
>
> Create a new deployment:
> $ nixops create -dtest test.nix test-servers.nix
>
> Output of $ nixops info -dtest
> Network name: test
> Network UUID: 74586894-24e7-11e7-adab-525400d7e1fa
> Network description: Web server
> Nix expressions: test.nix test-server.nix
>
> +---+++-++
> | Name  |   Status   | Type   | Resource Id | IP address |
> +---+++-++
> | webserver | Missing / Outdated | virtualbox | ||
> +---+++-++
>
>
> As soon as you add a lot of key files (+1000) the issue appears, resulting
> in the following error:
>
> $ nixops deploy -dtest --build-only:
> building path(s)
> ‘/nix/store/lv40g4brdfa187x3h08jbxgwrs12gmpm-nixos-system-webserver-17.03.890.ce3ab704b2’
> while setting up the build environment: executing
> ‘/nix/store/86blj9iqyxwmdgkn3dyrpib1gkbmz91v-bash-4.4-p5/bin/bash’:
> Argument list too long
> builder for
> ‘/nix/store/apmw3a1pb7imlw7p6vls9hs6glj4n44h-nixos-system-webserver-17.03.890.ce3ab704b2.drv’
> failed with exit code 1
>
>
> The main reason is that the keys derivation contains all key related
> statements on a single line and is passed as a single argument to bash,
> triggering the maxlength error (argument list too long).  I could reduce
> the lenght of the names of the keyfiles, since this will actually reduce
> the total length of the generated keys derivation, but that's no solution,
> especially since I'm intending to deploy even more keys in the near future..
>
> Since this is reproducible and baked into NixOps, I consider this a bug.
> This is currenlty really a blocking issue for me, setting me back for
> almost a week now as I lack the skills to solve this myself.
> Has anyone an idea how I or someone else can fix / work around this?
>
>
> Kind regards,
>
> Erik aka 4levels
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 704246: qemu_test: enable architectures other than x86

2017-04-20 Thread Graham Christensen
  Branch: refs/heads/unstable-aarch64
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7042463f003c40b5a772570e3033d7fc51a86744
  
https://github.com/NixOS/nixpkgs/commit/7042463f003c40b5a772570e3033d7fc51a86744
  Author: Graham Christensen 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  qemu_test: enable architectures other than x86


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


[Nix-commits] [NixOS/hydra] 4c26cf: getHydraConfig: Allow multiple includes

2017-04-20 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 4c26cf0c81a4751037c4d436aa2b10efbe335187
  
https://github.com/NixOS/hydra/commit/4c26cf0c81a4751037c4d436aa2b10efbe335187
  Author: Shea Levy 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M src/lib/Hydra/Helper/Nix.pm

  Log Message:
  ---
  getHydraConfig: Allow multiple includes


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


[Nix-commits] [NixOS/nixpkgs] 6572f5: keepalived service: init (#22755)

2017-04-20 Thread Marius Bergmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6572f5e81b1cf5afef32929b888373a018052834
  
https://github.com/NixOS/nixpkgs/commit/6572f5e81b1cf5afef32929b888373a018052834
  Author: Marius Bergmann 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/networking/keepalived/default.nix
A nixos/modules/services/networking/keepalived/virtual-ip-options.nix
A nixos/modules/services/networking/keepalived/vrrp-options.nix

  Log Message:
  ---
  keepalived service: init (#22755)


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


[Nix-commits] [NixOS/nixpkgs] 60eaa4: pythonPackages.ipython: 5.3.0 -> 6.0.0

2017-04-20 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 60eaa476abd8639468c222380d32e52bc4eb4607
  
https://github.com/NixOS/nixpkgs/commit/60eaa476abd8639468c222380d32e52bc4eb4607
  Author: Frederik Rietdijk 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
A pkgs/development/python-modules/ipython/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.ipython: 5.3.0 -> 6.0.0


  Commit: 893e40571df2f2219e79f7781634d833b02cf88f
  
https://github.com/NixOS/nixpkgs/commit/893e40571df2f2219e79f7781634d833b02cf88f
  Author: Frederik Rietdijk 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  pythonPackages.decorator: 4.0.10 -> 4.0.11


  Commit: 1e4a5b85ab26b8f2f9444eb1b8860ee07b424402
  
https://github.com/NixOS/nixpkgs/commit/1e4a5b85ab26b8f2f9444eb1b8860ee07b424402
  Author: Frederik Rietdijk 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  pythonPackages.prompt_toolkit: 1.0.13 -> 1.0.14


  Commit: 8b09dea578428285c7d71b039d1e12ab340d514c
  
https://github.com/NixOS/nixpkgs/commit/8b09dea578428285c7d71b039d1e12ab340d514c
  Author: Frederik Rietdijk 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
A pkgs/development/python-modules/jedi/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  pythonPackages.jedi: 0.9.0 -> 0.10.2


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


Re: [Nix-dev] What are the rules about 'share/' directory symlinking to profile?

2017-04-20 Thread Alexey Lebedeff

I've tried with fzf.out and it also doesn't add anything to 'share' in
profile folder. The only way I was able to make it work is by adding
'share' folder to 'bin' output. Looks like some magic is attached to
'bin' itself (because I've also tried reordering outputs without any
change) - but I can't figure out how and why this is happening.

1) For fzf.out 'vim-plugins' folder is not added to profile after installation

   $ nix-build . -A fzf.out
   /nix/store/mp5drsp2l1z7k0rp4jjmll06kjck7052-fzf-0.16.6

   # 'share' is present in nix store
   $ ls ./result/share/vim-plugins/ -l
   total 4
   lrwxrwxrwx 1 root root 91 Jan  1  1970 fzf-0.16.6 -> 
/nix/store/mp5drsp2l1z7k0rp4jjmll06kjck7052-fzf-0.16.6/share/go/src/github.com/junegunn/fzf

   $ nix-env -f . -iA fzf.out

   # But it's missing from profile even after explicitly installing that
   $ ls -la ~/.nix-profile/share/vim-plugins
   ls: cannot access '/home/binarin/.nix-profile/share/vim-plugins': No such 
file or directory

2) But everything works if I add 'share' folder to 'bin' output instead, using 
the following
   lines in postInstall:

   +mkdir -p $bin/share/vim-plugins
   +cp -a $out/share/go/src/github.com/junegunn/fzf $bin/share/fzf-tmp
   +ln -s $bin/share/fzf-tmp $bin/share/vim-plugins/${name}

   $ nix-build . -A fzf.bin
   /nix/store/3dzqj1xk6s5jfm1z4kwnkfdg9yw3xckr-fzf-0.16.6-bin

   $ ls ./result-bin/share/vim-plugins/ -l
   total 4
   lrwxrwxrwx 1 root root 72 Jan  1  1970 fzf-0.16.6 -> 
/nix/store/3dzqj1xk6s5jfm1z4kwnkfdg9yw3xckr-fzf-0.16.6-bin/share/fzf-tmp

   $ nix-env -f . -iA fzf.bin

   $ ls -la ~/.nix-profile/share/vim-plugins
   lrwxrwxrwx 1 root root 76 Jan  1  1970 
/home/binarin/.nix-profile/share/vim-plugins -> 
/nix/store/3dzqj1xk6s5jfm1z4kwnkfdg9yw3xckr-fzf-0.16.6-bin/share/vim-plugins

Best,
Alexey


Guillaume Maudoux (Layus) writes:

> I guess the idea is that you need to install `fzf.out` explicitly,
> because installing `fzf` installs the first output, which is `fzf.bin`.
>
> -- Layus.
>
>
> On 20/04/17 11:46, Alexey Lebedeff wrote:
>> Hi folks.
>>
>> What are the rules about how and when 'share/' folder of (multi-output)
>> derivation will be merged into 'share/' folder of profile?
>>
>> E.g. I can't see content of
>> https://github.com/NixOS/nixpkgs/blob/4a0be7837cadf9b6e9cae430d80f65a2af60dcc6/pkgs/tools/misc/fzf/default.nix#L33
>> anywhere in my profile 'share/' even after installing every output
>>
>> Only when I move 'share/' to '$bin' output, it starts appearing in profile
>> 'share/' folder.
>>
>> Best,
>> Alexey
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 940a71: gitkraken: 2.3.3 -> 2.4.0

2017-04-20 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 940a71faedad153717aed3651cf2a06d7ced0307
  
https://github.com/NixOS/nixpkgs/commit/940a71faedad153717aed3651cf2a06d7ced0307
  Author: NWDD 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  ---
  gitkraken: 2.3.3 -> 2.4.0


  Commit: f47921f3d47b85a2509e54f8d89e9ea74ec407c0
  
https://github.com/NixOS/nixpkgs/commit/f47921f3d47b85a2509e54f8d89e9ea74ec407c0
  Author: Jörg Thalheim 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25036 from xNWDD/gitkraken/2.4.0

gitkraken: 2.3.3 -> 2.4.0


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


[Nix-commits] [NixOS/nixpkgs] 2f6667: buildtorrent: init at 0.8

2017-04-20 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2f6667016237634a1b84e1af2eb0ec716f80e38c
  
https://github.com/NixOS/nixpkgs/commit/2f6667016237634a1b84e1af2eb0ec716f80e38c
  Author: Unknown 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  buildtorrent: init at 0.8


  Commit: b7984d307751db3ac9edd1da27dad05da5b82950
  
https://github.com/NixOS/nixpkgs/commit/b7984d307751db3ac9edd1da27dad05da5b82950
  Author: Jörg Thalheim 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25053 from Mesh33/buildtorrent-0.8

buildtorrent: init at 0.8


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


[Nix-commits] [NixOS/nixpkgs] 1fbbf4: tint2: 0.12.12 -> 0.14.1

2017-04-20 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1fbbf4c169439013f02eae173976b0ff4875ef51
  
https://github.com/NixOS/nixpkgs/commit/1fbbf4c169439013f02eae173976b0ff4875ef51
  Author: romildo 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  ---
  tint2: 0.12.12 -> 0.14.1


  Commit: 50f5e2bd3f4544e3e65216e735a227df32193e26
  
https://github.com/NixOS/nixpkgs/commit/50f5e2bd3f4544e3e65216e735a227df32193e26
  Author: Jörg Thalheim 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

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

tint2: 0.12.12 -> 0.14.1


Compare: https://github.com/NixOS/nixpkgs/compare/67adf69a169b...50f5e2bd3f45___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d63792: grsecurity: 4.9.22-201704120836 -> 4.9.23-20170418...

2017-04-20 Thread Joachim Fasting
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d63792aaecf2f88e1f0828801544df6625638623
  
https://github.com/NixOS/nixpkgs/commit/d63792aaecf2f88e1f0828801544df6625638623
  Author: Joachim Fasting 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M pkgs/os-specific/linux/kernel/linux-grsecurity.nix
M pkgs/os-specific/linux/kernel/patches.nix

  Log Message:
  ---
  grsecurity: 4.9.22-201704120836 -> 4.9.23-201704181901

(cherry picked from commit 9902d63e8498c94abbdcb24737cd3883de0df73f)


  Commit: 5d611adde608e2fbe1f96f8716e7104d651255cf
  
https://github.com/NixOS/nixpkgs/commit/5d611adde608e2fbe1f96f8716e7104d651255cf
  Author: Joachim Fasting 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M pkgs/applications/networking/browsers/torbrowser/default.nix

  Log Message:
  ---
  torbrowser: 6.5.1 -> 6.5.2

(cherry picked from commit 0602b9d1943591d1ee9b056fca7919af8696d599)


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


Re: [Nix-dev] What are the rules about 'share/' directory symlinking to profile?

2017-04-20 Thread Guillaume Maudoux (Layus)
I guess the idea is that you need to install `fzf.out` explicitly, 
because installing `fzf` installs the first output, which is `fzf.bin`.


-- Layus.


On 20/04/17 11:46, Alexey Lebedeff wrote:

Hi folks.

What are the rules about how and when 'share/' folder of (multi-output)
derivation will be merged into 'share/' folder of profile?

E.g. I can't see content of
https://github.com/NixOS/nixpkgs/blob/4a0be7837cadf9b6e9cae430d80f65a2af60dcc6/pkgs/tools/misc/fzf/default.nix#L33
anywhere in my profile 'share/' even after installing every output

Only when I move 'share/' to '$bin' output, it starts appearing in profile
'share/' folder.

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


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


Re: [Nix-dev] What are the rules about 'share/' directory symlinking to profile?

2017-04-20 Thread Kevin Cox

On 20/04/17 10:46, Alexey Lebedeff wrote:

Hi folks.

What are the rules about how and when 'share/' folder of (multi-output)
derivation will be merged into 'share/' folder of profile?

E.g. I can't see content of
https://github.com/NixOS/nixpkgs/blob/4a0be7837cadf9b6e9cae430d80f65a2af60dcc6/pkgs/tools/misc/fzf/default.nix#L33
anywhere in my profile 'share/' even after installing every output

Only when I move 'share/' to '$bin' output, it starts appearing in profile
'share/' folder.


There is a list of hard-coded directories to merge. I have been thinking 
about making it merge all directories but am not decided this is ideal 
since it is also nice to have "private" data that doesn't get "installed".

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


[Nix-dev] What are the rules about 'share/' directory symlinking to profile?

2017-04-20 Thread Alexey Lebedeff
Hi folks.

What are the rules about how and when 'share/' folder of (multi-output)
derivation will be merged into 'share/' folder of profile?

E.g. I can't see content of
https://github.com/NixOS/nixpkgs/blob/4a0be7837cadf9b6e9cae430d80f65a2af60dcc6/pkgs/tools/misc/fzf/default.nix#L33
anywhere in my profile 'share/' even after installing every output

Only when I move 'share/' to '$bin' output, it starts appearing in profile
'share/' folder.

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


Re: [Nix-dev] Python 3.6 as default Python 3 interpreter

2017-04-20 Thread Lancelot SIX
Hi Freddy,

This sounds good to me !

Lancelot.


On 20/04/2017 10:58, Freddy Rietdijk wrote:
> Hi,
>
> Currently the default Python 3 interpreter in Nixpkgs is version 3.5.
> Version 3.6 was released in December and a first maintenance-release
> this March. Unless there are good objections I would like to change
> the default Python 3 interpreter to version 3.6. 
>
> This will affect a couple of Python applications. I tested several and
> haven't run into any issues. Of course, maintainers can always
> explicitly choose a different version, like 3.5, if there's a need.
>
> Freddy
>
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev

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


[Nix-dev] Python 3.6 as default Python 3 interpreter

2017-04-20 Thread Freddy Rietdijk
Hi,

Currently the default Python 3 interpreter in Nixpkgs is version 3.5.
Version 3.6 was released in December and a first maintenance-release this
March. Unless there are good objections I would like to change the default
Python 3 interpreter to version 3.6.

This will affect a couple of Python applications. I tested several and
haven't run into any issues. Of course, maintainers can always explicitly
choose a different version, like 3.5, if there's a need.

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


[Nix-commits] [NixOS/nixpkgs] a83f0d: Python 3 is now an alias of 3.6 instead of 3.5

2017-04-20 Thread Frederik Rietdijk
  Branch: refs/heads/python3
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a83f0d2c1bee1cf2a23f0f4ef0bfabdd255d8cb1
  
https://github.com/NixOS/nixpkgs/commit/a83f0d2c1bee1cf2a23f0f4ef0bfabdd255d8cb1
  Author: Frederik Rietdijk 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Python 3 is now an alias of 3.6 instead of 3.5


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


[Nix-commits] [NixOS/nixpkgs] fc3fc9: pythonPackages.netaddr: 0.7.18 -> 0.7.19

2017-04-20 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fc3fc9110a6d5bdf5beda1cfe940bab8d14d3b84
  
https://github.com/NixOS/nixpkgs/commit/fc3fc9110a6d5bdf5beda1cfe940bab8d14d3b84
  Author: Frederik Rietdijk 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  pythonPackages.netaddr: 0.7.18 -> 0.7.19


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


[Nix-commits] [NixOS/nixpkgs] 67adf6: inetutils: fix service name

2017-04-20 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 67adf69a169b8ea70c37067c5765d34ad25761e6
  
https://github.com/NixOS/nixpkgs/commit/67adf69a169b8ea70c37067c5765d34ad25761e6
  Author: Jörg Thalheim 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
M pkgs/tools/networking/inetutils/default.nix
A pkgs/tools/networking/inetutils/service-name.patch

  Log Message:
  ---
  inetutils: fix service name


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


[Nix-commits] [NixOS/nixpkgs] 34f0e8: Python 3 is now an alias of 3.6 instead of 3.5

2017-04-20 Thread Frederik Rietdijk
  Branch: refs/heads/python3
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 34f0e89865821fa8d49a410b688cc6795e02ae4d
  
https://github.com/NixOS/nixpkgs/commit/34f0e89865821fa8d49a410b688cc6795e02ae4d
  Author: Frederik Rietdijk 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  Python 3 is now an alias of 3.6 instead of 3.5


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


[Nix-commits] [NixOS/nixpkgs] 61c49b: pythonPackages.statsmodels: fix eval

2017-04-20 Thread Frederik Rietdijk
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 61c49b1014fe9b72c72d26def2e1f8b49a60977f
  
https://github.com/NixOS/nixpkgs/commit/61c49b1014fe9b72c72d26def2e1f8b49a60977f
  Author: Frederik Rietdijk 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  pythonPackages.statsmodels: fix eval


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


Re: [Nix-dev] 3 strange busybox problems [solved]

2017-04-20 Thread Michael Bock
But it was installed in the root's user packages. works now! thanks for
the hint..


On 20.04.2017 10:15, Michael Bock wrote:
>
> nope, it's not in the configuration.nix's pkgs list.
>
>
> On 20.04.2017 10:09, Maarten Hoogendoorn wrote:
>> Did you install busybox globally on your system? It might shadow some
>> GNU core tools, if you set the priority for busybox higher than the
>> priority for the GNU tools.
>>
>> 2017-04-20 9:56 GMT+02:00 Michael Bock > >:
>>
>> Hi nix folks,
>>
>> I'm having some strange troubles on my NixOS machine. It looks that's
>> somehow related to the busybox package, here are some cases:
>>
>> 1. It's not possible to see manpages for any program anymore.
>>
>> ``
>>
>> man grep
>> man: no manual entry for 'grep'
>>
>> man -aw
>> BusyBox v1.24.2 () multi-call binary.
>>
>> Usage: man [-aw] [MANPAGE]...
>>
>> Format and display manual page
>>
>> -aDisplay all pages
>> -wShow page locations
>>
>> ``
>>
>> This appeared some time ago and is the case throughout any rollback.
>>
>>
>> 2. The top command
>>
>> ``
>>
>> top
>>
>> [...]
>>
>> *** buffer overflow detected ***: top terminated
>> [...]
>>
>> 0040-004f8000 r-xp  fe:01 411845
>> /nix/store/gkm15nx2gw43qasbkijs3czzhq6hwk86-busybox-1.24.2/bin/busybox
>> [...]
>>
>> 7febfa18d000-7febfa1a3000 r-xp  fe:01 695683
>> /nix/store/q3wx1gab2ysnk5nyvyyg56ana2v4r2ar-glibc-2.24/lib/libgcc_s.so.1
>> [...]
>>
>> ``
>>
>> See the full output here: https://pastebin.com/ssUCziP7
>>
>> This appeared earlier than the first issue and is also now the
>> case in
>> any older rollback.
>>
>>
>> 3. Tor-Browser (happens with some other programs as well..)
>>
>> ``
>>
>> tor-browser
>> cp: invalid option -- 'u'
>> BusyBox v1.24.2 () multi-call binary.
>>
>> Usage: cp [OPTIONS] SOURCE... DEST
>>
>> Copy SOURCE(s) to DEST
>>
>> -aSame as -dpR
>> -R,-rRecurse
>> [...]
>>
>> ``
>>
>> This however, disappears when rolling back.
>>
>>
>> All of them seem to be busybox related. For example the procps
>> top works
>> fine:
>>
>> ``
>>
>> nix-shell -p procps
>>
>> top ...
>>
>> ``
>>
>>
>> Does anyone have suggestion here? It's actually the first time
>> something
>> 'mutable' happened to the nix system I'm using, it's updated to 17.03
>> but this did not change the problems.
>>
>> Regards,
>>
>> Michael
>>
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl 
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>> 
>>
>>
>
>
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev

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


Re: [Nix-dev] 3 strange busybox problems

2017-04-20 Thread Michael Bock
nope, it's not in the configuration.nix's pkgs list.


On 20.04.2017 10:09, Maarten Hoogendoorn wrote:
> Did you install busybox globally on your system? It might shadow some
> GNU core tools, if you set the priority for busybox higher than the
> priority for the GNU tools.
>
> 2017-04-20 9:56 GMT+02:00 Michael Bock  >:
>
> Hi nix folks,
>
> I'm having some strange troubles on my NixOS machine. It looks that's
> somehow related to the busybox package, here are some cases:
>
> 1. It's not possible to see manpages for any program anymore.
>
> ``
>
> man grep
> man: no manual entry for 'grep'
>
> man -aw
> BusyBox v1.24.2 () multi-call binary.
>
> Usage: man [-aw] [MANPAGE]...
>
> Format and display manual page
>
> -aDisplay all pages
> -wShow page locations
>
> ``
>
> This appeared some time ago and is the case throughout any rollback.
>
>
> 2. The top command
>
> ``
>
> top
>
> [...]
>
> *** buffer overflow detected ***: top terminated
> [...]
>
> 0040-004f8000 r-xp  fe:01 411845
> /nix/store/gkm15nx2gw43qasbkijs3czzhq6hwk86-busybox-1.24.2/bin/busybox
> [...]
>
> 7febfa18d000-7febfa1a3000 r-xp  fe:01 695683
> /nix/store/q3wx1gab2ysnk5nyvyyg56ana2v4r2ar-glibc-2.24/lib/libgcc_s.so.1
> [...]
>
> ``
>
> See the full output here: https://pastebin.com/ssUCziP7
>
> This appeared earlier than the first issue and is also now the case in
> any older rollback.
>
>
> 3. Tor-Browser (happens with some other programs as well..)
>
> ``
>
> tor-browser
> cp: invalid option -- 'u'
> BusyBox v1.24.2 () multi-call binary.
>
> Usage: cp [OPTIONS] SOURCE... DEST
>
> Copy SOURCE(s) to DEST
>
> -aSame as -dpR
> -R,-rRecurse
> [...]
>
> ``
>
> This however, disappears when rolling back.
>
>
> All of them seem to be busybox related. For example the procps top
> works
> fine:
>
> ``
>
> nix-shell -p procps
>
> top ...
>
> ``
>
>
> Does anyone have suggestion here? It's actually the first time
> something
> 'mutable' happened to the nix system I'm using, it's updated to 17.03
> but this did not change the problems.
>
> Regards,
>
> Michael
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl 
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
> 
>
>

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


Re: [Nix-dev] 3 strange busybox problems

2017-04-20 Thread Maarten Hoogendoorn
Did you install busybox globally on your system? It might shadow some GNU
core tools, if you set the priority for busybox higher than the priority
for the GNU tools.

2017-04-20 9:56 GMT+02:00 Michael Bock :

> Hi nix folks,
>
> I'm having some strange troubles on my NixOS machine. It looks that's
> somehow related to the busybox package, here are some cases:
>
> 1. It's not possible to see manpages for any program anymore.
>
> ``
>
> man grep
> man: no manual entry for 'grep'
>
> man -aw
> BusyBox v1.24.2 () multi-call binary.
>
> Usage: man [-aw] [MANPAGE]...
>
> Format and display manual page
>
> -aDisplay all pages
> -wShow page locations
>
> ``
>
> This appeared some time ago and is the case throughout any rollback.
>
>
> 2. The top command
>
> ``
>
> top
>
> [...]
>
> *** buffer overflow detected ***: top terminated
> [...]
>
> 0040-004f8000 r-xp  fe:01 411845
> /nix/store/gkm15nx2gw43qasbkijs3czzhq6hwk86-busybox-1.24.2/bin/busybox
> [...]
>
> 7febfa18d000-7febfa1a3000 r-xp  fe:01 695683
> /nix/store/q3wx1gab2ysnk5nyvyyg56ana2v4r2ar-glibc-2.24/lib/libgcc_s.so.1
> [...]
>
> ``
>
> See the full output here: https://pastebin.com/ssUCziP7
>
> This appeared earlier than the first issue and is also now the case in
> any older rollback.
>
>
> 3. Tor-Browser (happens with some other programs as well..)
>
> ``
>
> tor-browser
> cp: invalid option -- 'u'
> BusyBox v1.24.2 () multi-call binary.
>
> Usage: cp [OPTIONS] SOURCE... DEST
>
> Copy SOURCE(s) to DEST
>
> -aSame as -dpR
> -R,-rRecurse
> [...]
>
> ``
>
> This however, disappears when rolling back.
>
>
> All of them seem to be busybox related. For example the procps top works
> fine:
>
> ``
>
> nix-shell -p procps
>
> top ...
>
> ``
>
>
> Does anyone have suggestion here? It's actually the first time something
> 'mutable' happened to the nix system I'm using, it's updated to 17.03
> but this did not change the problems.
>
> Regards,
>
> Michael
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] 3 strange busybox problems

2017-04-20 Thread Michael Bock
Hi nix folks,

I'm having some strange troubles on my NixOS machine. It looks that's
somehow related to the busybox package, here are some cases:

1. It's not possible to see manpages for any program anymore.

``

man grep
man: no manual entry for 'grep'

man -aw
BusyBox v1.24.2 () multi-call binary.

Usage: man [-aw] [MANPAGE]...

Format and display manual page

-aDisplay all pages
-wShow page locations

``

This appeared some time ago and is the case throughout any rollback.


2. The top command

``

top

[...]

*** buffer overflow detected ***: top terminated
[...]

0040-004f8000 r-xp  fe:01 411845
/nix/store/gkm15nx2gw43qasbkijs3czzhq6hwk86-busybox-1.24.2/bin/busybox
[...]

7febfa18d000-7febfa1a3000 r-xp  fe:01 695683
/nix/store/q3wx1gab2ysnk5nyvyyg56ana2v4r2ar-glibc-2.24/lib/libgcc_s.so.1
[...]

``

See the full output here: https://pastebin.com/ssUCziP7

This appeared earlier than the first issue and is also now the case in
any older rollback.


3. Tor-Browser (happens with some other programs as well..)

``

tor-browser
cp: invalid option -- 'u'
BusyBox v1.24.2 () multi-call binary.

Usage: cp [OPTIONS] SOURCE... DEST

Copy SOURCE(s) to DEST

-aSame as -dpR
-R,-rRecurse
[...]

``

This however, disappears when rolling back.


All of them seem to be busybox related. For example the procps top works
fine:

``

nix-shell -p procps

top ...

``


Does anyone have suggestion here? It's actually the first time something
'mutable' happened to the nix system I'm using, it's updated to 17.03
but this did not change the problems.

Regards,

Michael

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