[Nix-commits] [NixOS/nixpkgs] e446b9: keybase: 1.0.16 -> 1.0.17

2016-08-31 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e446b9f1b1354bd7bd026c4d5dd81904a0d57a4d
  
https://github.com/NixOS/nixpkgs/commit/e446b9f1b1354bd7bd026c4d5dd81904a0d57a4d
  Author: Thomas Tuegel 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  keybase: 1.0.16 -> 1.0.17


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


[Nix-commits] Success: Hydra job nixpkgs:trunk:tarball on x86_64-linux

2016-08-31 Thread Hydra Build Daemon
Hi,

The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed 
from "Failed" to "Success".  For details, see

  https://hydra.nixos.org/build/39538959

This may be due to 6 commits by Michael Raskin <7c6f4...@mail.ru>, Tuomas 
Tynkkynen  or roconnor .

Yay!

Regards,

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


[Nix-commits] [NixOS/nixpkgs] 7b8668: ffmpeg-full: 3.0.2 -> 3.1.3

2016-08-31 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7b8668892316f1b5fb25d4526330f8e908c27c28
  
https://github.com/NixOS/nixpkgs/commit/7b8668892316f1b5fb25d4526330f8e908c27c28
  Author: Anthony Cowley 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/development/libraries/ffmpeg-full/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  ffmpeg-full: 3.0.2 -> 3.1.3

This required a minor patch to work with the darwin stdenv on OS X 10.11
and newer.


  Commit: 43d38c0fea6c6583a1b1545cad6af78055c8a106
  
https://github.com/NixOS/nixpkgs/commit/43d38c0fea6c6583a1b1545cad6af78055c8a106
  Author: Graham Christensen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/development/libraries/ffmpeg-full/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #18174 from acowley/ffmpeg-update-3.1.3

ffmpeg-full: 3.0.2 -> 3.1.3


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


Re: [Nix-dev] GHC "unable to decommit memory"

2016-08-31 Thread Tomasz Czyż
Thomas,

thank you for explaining this! I saw this message but had no time to debug
it yet. Cheers!

2016-08-31 23:58 GMT+01:00 Thomas Tuegel :

> Hello nix-dev!
>
> If you're a Haskell user and run NixOS unstable or newer, by now you
> have probably seen the message:
>
> "unable to decommit memory: Invalid argument"
>
> coming from GHC-built programs. The short version is, you need the
> latest Linux kernel; try with
>
>   boot.kernelPackages = pkgs.linuxPackages_latest;
>
> in your configuration.nix.
>
> The long version of the story [1] is that Linux 4.5 added a feature
> present in other Unixy systems for some time (MADV_FREE). The NixOS
> default glibc is currently newer than that, so it advertises MADV_FREE
> and GHC will use it. But, the default kernel in NixOS is Linux 4.4 at
> the moment, where the MADV_FREE isn't supported.
>
> Hope this helps,
> Thomas
>
> [1]. https://ghc.haskell.org/trac/ghc/ticket/12495
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>



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


[Nix-dev] GHC "unable to decommit memory"

2016-08-31 Thread Thomas Tuegel
Hello nix-dev!

If you're a Haskell user and run NixOS unstable or newer, by now you
have probably seen the message:

"unable to decommit memory: Invalid argument"

coming from GHC-built programs. The short version is, you need the
latest Linux kernel; try with

  boot.kernelPackages = pkgs.linuxPackages_latest;

in your configuration.nix.

The long version of the story [1] is that Linux 4.5 added a feature
present in other Unixy systems for some time (MADV_FREE). The NixOS
default glibc is currently newer than that, so it advertises MADV_FREE
and GHC will use it. But, the default kernel in NixOS is Linux 4.4 at
the moment, where the MADV_FREE isn't supported.

Hope this helps,
Thomas

[1]. https://ghc.haskell.org/trac/ghc/ticket/12495
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 8fe930: nilfs-utils: Set dontPatchELF due to broken RPATH ...

2016-08-31 Thread Tuomas Tynkkynen
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8fe93051f66b548e184455798388c77672a38608
  
https://github.com/NixOS/nixpkgs/commit/8fe93051f66b548e184455798388c77672a38608
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/tools/filesystems/nilfs-utils/default.nix

  Log Message:
  ---
  nilfs-utils: Set dontPatchELF due to broken RPATH by patchelf

(cherry picked from commit 96004b9d8c14c7d49560173dcf8d40b3a77f6e89)


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


[Nix-commits] [NixOS/nixpkgs] 96004b: nilfs-utils: Set dontPatchELF due to broken RPATH ...

2016-08-31 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 96004b9d8c14c7d49560173dcf8d40b3a77f6e89
  
https://github.com/NixOS/nixpkgs/commit/96004b9d8c14c7d49560173dcf8d40b3a77f6e89
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/tools/filesystems/nilfs-utils/default.nix

  Log Message:
  ---
  nilfs-utils: Set dontPatchELF due to broken RPATH by patchelf


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


[Nix-commits] [NixOS/nixpkgs] 8c21a4: elpaPackages 2016-08-30

2016-08-31 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8c21a4ee2e0d6cf50d1add80422bddb4e725be74
  
https://github.com/NixOS/nixpkgs/commit/8c21a4ee2e0d6cf50d1add80422bddb4e725be74
  Author: Thomas Tuegel 
  Date:   2016-08-30 (Tue, 30 Aug 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix

  Log Message:
  ---
  elpaPackages 2016-08-30


  Commit: 432b57b85321485bbdc68a646b5997377fa996bf
  
https://github.com/NixOS/nixpkgs/commit/432b57b85321485bbdc68a646b5997377fa996bf
  Author: Thomas Tuegel 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-generated.nix

  Log Message:
  ---
  melpaPackages 2016-08-30


  Commit: 017691035d00352f87b44d22b484b690310cca93
  
https://github.com/NixOS/nixpkgs/commit/017691035d00352f87b44d22b484b690310cca93
  Author: Thomas Tuegel 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  melpaStablePackages 2016-08-31


  Commit: c643770861609e54390002477f4024c3f86887f8
  
https://github.com/NixOS/nixpkgs/commit/c643770861609e54390002477f4024c3f86887f8
  Author: Thomas Tuegel 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/applications/editors/emacs-modes/elpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-generated.nix
M pkgs/applications/editors/emacs-modes/melpa-stable-generated.nix

  Log Message:
  ---
  Merge branch 'emacs-packages'


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


[Nix-commits] [NixOS/nixpkgs] 838c75: release notes: Fix unclosed tag

2016-08-31 Thread Tuomas Tynkkynen
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 838c75398cc46cf2acbe144b1f3866d736abe430
  
https://github.com/NixOS/nixpkgs/commit/838c75398cc46cf2acbe144b1f3866d736abe430
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1609.xml

  Log Message:
  ---
  release notes: Fix unclosed tag


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


[Nix-commits] [NixOS/nixpkgs] 43cf6f: zabbix: Use dev outputs of libc

2016-08-31 Thread Tuomas Tynkkynen
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 43cf6f944a05e2f482c42142c38acae078bc6e21
  
https://github.com/NixOS/nixpkgs/commit/43cf6f944a05e2f482c42142c38acae078bc6e21
  Author: Tuomas Tynkkynen 
  Date:   2016-09-01 (Thu, 01 Sep 2016)

  Changed paths:
M pkgs/servers/monitoring/zabbix/2.0.nix
M pkgs/servers/monitoring/zabbix/2.2.nix
M pkgs/servers/monitoring/zabbix/default.nix

  Log Message:
  ---
  zabbix: Use dev outputs of libc


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


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread Shea Levy
No, it did, I just got confused by the thread, sorry!

Moritz Ulrich  writes:

> [ Unknown signature status ]
> Shea Levy  writes:
>
>>> This Moritz is the straw breaking the camel's back
>>
>> What, where did moritz come into this conversation?
>
> Just chiming in here: I answered to his mail, explaining why I didn't
> merge one of his PR right away. Did this mail fail to make it to the
> mailing list?


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


[Nix-commits] [NixOS/nixpkgs] c4e67a: node-webkit: fix library references with multiple ...

2016-08-31 Thread Sander van der Burg
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c4e67a3dc9bf9d592a0c883d0fb124c34eb8378f
  
https://github.com/NixOS/nixpkgs/commit/c4e67a3dc9bf9d592a0c883d0fb124c34eb8378f
  Author: Sander van der Burg 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/development/tools/node-webkit/nw11.nix
M pkgs/development/tools/node-webkit/nw9.nix

  Log Message:
  ---
  node-webkit: fix library references with multiple output derivations


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


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread Moritz Ulrich
Shea Levy  writes:

>> This Moritz is the straw breaking the camel's back
>
> What, where did moritz come into this conversation?

Just chiming in here: I answered to his mail, explaining why I didn't
merge one of his PR right away. Did this mail fail to make it to the
mailing list?


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


[Nix-commits] [NixOS/nixpkgs] b691bc: golden-cheetah: Use 'dev' output of qttools

2016-08-31 Thread Tuomas Tynkkynen
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b691bc22ef7afcf7e4f474825c701d1f4effdfa1
  
https://github.com/NixOS/nixpkgs/commit/b691bc22ef7afcf7e4f474825c701d1f4effdfa1
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/applications/misc/golden-cheetah/default.nix

  Log Message:
  ---
  golden-cheetah: Use 'dev' output of qttools


  Commit: 204f19ede1b72dbfa09aff692d64df1429e23243
  
https://github.com/NixOS/nixpkgs/commit/204f19ede1b72dbfa09aff692d64df1429e23243
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  all-packages.nix: Remove '.bin // { outputs = [ "bin" ] }' hacks from Go 
packages

Not needed in the new multiple-outputs infra.


  Commit: 63ab4ebf8d07e586b3317fc6d47aeae3a27a8d9a
  
https://github.com/NixOS/nixpkgs/commit/63ab4ebf8d07e586b3317fc6d47aeae3a27a8d9a
  Author: Guillaume Maudoux 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  openldap: do strip, with proper fix

[dezgeg: Add comment about the proper fix in patchelf]


  Commit: 20ab753e359e70a940f4b95829073d654ca97f10
  
https://github.com/NixOS/nixpkgs/commit/20ab753e359e70a940f4b95829073d654ca97f10
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  libaudit: Split into multiple outputs


  Commit: 5eff0b990cb2f2a9492b31f825679608d5f09d19
  
https://github.com/NixOS/nixpkgs/commit/5eff0b990cb2f2a9492b31f825679608d5f09d19
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/security/audit.nix

  Log Message:
  ---
  audit service: Explicitly call auditctl to disable everything

Otherwise, journald might be starting auditing.
Some reading:
- https://fedorahosted.org/fesco/ticket/1311
- https://github.com/systemd/systemd/issues/959
- 
https://github.com/openSUSE/systemd/commit/64f83d3087402c6f8730c1bc4b8fac59b84d4666


  Commit: 16b3e26da4455c6d3f876639ce27ce6cd40d6895
  
https://github.com/NixOS/nixpkgs/commit/16b3e26da4455c6d3f876639ce27ce6cd40d6895
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/security/audit.nix

  Log Message:
  ---
  audit: Disable by default

Because in its default enabled state it it causes a global performance
hit on all system calls (https://fedorahosted.org/fesco/ticket/1311) and
unwanted spam in dmesg, in particular when using Chromium
(https://github.com/NixOS/nixpkgs/issues/13710).


  Commit: 5ad122b500eacf3b13b205ca97cfe0d5135fa0ee
  
https://github.com/NixOS/nixpkgs/commit/5ad122b500eacf3b13b205ca97cfe0d5135fa0ee
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/doc/manual/release-notes/rl-1609.xml

  Log Message:
  ---
  release notes: Add note about audit being disabled by default


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


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread Jookia
On Thu, Sep 01, 2016 at 01:17:02AM +0800, stewart mackenzie wrote:
> Throw beers at Garbas! Shower him in the best beer possible!
> 
> *Garbas rubs his nipples*

2.7.5:

Administrators SHOULD block or ban "bad actors" who cause stress and pain to
others in the project. This should be done after public discussion, with a
chance for all parties to speak. A bad actor is someone who repeatedly ignores
the rules and culture of the project, who is needlessly argumentative or
hostile, or who is offensive, and who is unable to self-correct their behavior
when asked to do so by others.
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread stewart mackenzie
Was that offensive? Sorry I thought it was funny. Forgive me I shan't
mention nipples again.

On 1 Sep 2016 03:51, "Jookia" <166...@gmail.com> wrote:

> On Thu, Sep 01, 2016 at 01:17:02AM +0800, stewart mackenzie wrote:
> > Throw beers at Garbas! Shower him in the best beer possible!
> >
> > *Garbas rubs his nipples*
>
> 2.7.5:
>
> Administrators SHOULD block or ban "bad actors" who cause stress and pain
> to
> others in the project. This should be done after public discussion, with a
> chance for all parties to speak. A bad actor is someone who repeatedly
> ignores
> the rules and culture of the project, who is needlessly argumentative or
> hostile, or who is offensive, and who is unable to self-correct their
> behavior
> when asked to do so by others.
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] typed nix

2016-08-31 Thread stewart mackenzie
P "Nix won't be complete until it has static typing." Nice.

> highly nontrivial...

No doubt, but having that speed up would be quite nice. Especially when
using nix as a 'replacement' for make. It's the future!

What would the language even look like?

On 1 Sep 2016 03:29, "Vladimír Čunát"  wrote:
> There's a ticket open:
> https://github.com/NixOS/nix/issues/14
> but IMO someone should first think through the implications,
> as I suspect they'll be highly nontrivial...
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] typed nix

2016-08-31 Thread Vladimír Čunát
On 08/29/2016 11:47 PM, stewart mackenzie wrote:
> per chance, is there work underway to make nix a typed language?

There's a ticket open:
https://github.com/NixOS/nix/issues/14
but IMO someone should first think through the implications,
as I suspect they'll be highly nontrivial...

--Vladimir




smime.p7s
Description: S/MIME Cryptographic Signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] London NixOs User Group - NIXOS_LUSTRATE talk

2016-08-31 Thread Vladimír Čunát
On 08/31/2016 09:39 AM, zimbatm wrote:
> Obadz wants to stay pseudonymous so no video this time. You all better
> come in person :)

You could show only the slides or edit the video to put his avatar
instead of his face, but it takes work...




smime.p7s
Description: S/MIME Cryptographic Signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] Failed: Hydra job nixpkgs:trunk:tarball on x86_64-linux

2016-08-31 Thread Hydra Build Daemon
Hi,

The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed 
from "Success" to "Failed".  For details, see

  https://hydra.nixos.org/build/39522867

This may be due to 17 commits by Domen Kožar , Emery Hemingway 
, Luca Bruno , Michael Fellinger 
, Peter Simons , Ram Kromberg 
, Robin Gloster , Stewart Mackenzie 
, Tobias Geerinckx-Rice , 
roblabla  or zimbatm .

Go forth and fix it.

Regards,

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


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread Shea Levy
stewart mackenzie  writes:
>  Having @globin close the PR without a complete understanding

From the discussion there, globin understood your change perfectly well
and his closure was appropriate.

> Notice eelco saying lowprio is needed yet [1] has landed in mainline.

You are the one failing to understand what happened here. lowPrio is
needed for beta/unstable packages exposed to nix-env. I pushed that
commit because rustBeta and rustUnstable are package *sets*, not
packages, which lack recurseIntoAttrs and thus aren't exposed to
nix-env. Thus, the lowPrio was doing nothing. But this has *nothing* to
do with your original PR or the issue you were dealing with there, and
only came up because I was trying to demonstrate to you how lowPrio
actually worked.

> If you guys are not prepared to break apart this forming 'in
> crowd' with the C4, then what are your procedures on removing cultivated
> bad maintainers, or will you just let this become a systemic problem?

Show us a real example of a bad maintainer or even a maintainer behaving
badly, then we can discuss solving that problem. But note that "discuss
solving the problem" is not the same as "accept the solution you propose
without justification". If there is an issue with maintainer
behavior/incentives, and I don't really think there is in the sense you
are saying, then it does not automatically follow that we must adopt C4.

> Shall I reciprocate with the same level of rudeness I receive
> when submitting a patch?

In all of the discussions relating to this, you are the only one I've
seen being rude so far.

> Then to have another PR created [1] by the person who didn't take the time
> or energy to even read or understand the C4.

I think your links were messed up here, both of the PRs in your link
list were created by you. If, however, you are referring to the commit
where I removed the lowPrio from rustUnstable and rustBeta: I read the
link you provided. It did not immediately strike me as useful nor did it
provide justification for itself. I gave you every opportunity to
clarify, and you were rude and implied I was blind to the obvious. I
disagree with you, that is not the same as not taking the time or energy
to engage with you.

> This Moritz is the straw breaking the camel's back

What, where did moritz come into this conversation?

> Having people go around running algos on your level of
> commitment is such utter and total bullshit.

Can you point to an example of this happening? If it is actually
occurring, I agree it's bullshit and should be stopped if possible.

> Maybe I should just stop interacting with
> the nix crowd? Would you prefer that? If you'll let me maintain 1, only 1
> package on nixpkgs - a nix shell I'm developing. That's it I promise. I
> won't touch any other code. (See how mental that is?)

No one asked you to make this promise, so don't blame us for how
"mental" you think it is.

> Think about it for a second, when has the legal system ever passed laws to
> limit it's own power?

Who do you think signs constitutions?

> Passing the C4 will limit even Eelco's power. Imagine
> every single maintainer not being able to merge their own commits.

That sounds like a very inefficient state of affairs, with no clear benefit.


> The way lethalman handled this PR of mine is exactly the correct way [3]
> except there should have been no dialogue or at least reducing as much
> upfront consensus as possible

Why do we have PRs at all if they're just going to be merged automatically?

> Indeed, this is exactly what @globin should have done, cause I would
> have fixed it if it was broken, why? Cause that bit of code is in my
> L1 cache not @globin's. If for example I broke it and didn't fix it
> again, revert my commit.

globin saw, correctly, that your patch was broken. Why should it be
merged if it is known to be wrong?


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


[Nix-commits] [NixOS/nixpkgs] 43a5d3: ruby: Fix evaluation error

2016-08-31 Thread Tuomas Tynkkynen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 43a5d30e00380b74f290cb93af67333b484665b2
  
https://github.com/NixOS/nixpkgs/commit/43a5d30e00380b74f290cb93af67333b484665b2
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/development/interpreters/ruby/dev.nix

  Log Message:
  ---
  ruby: Fix evaluation error

In the tarball job:


checking find-tarballs.nix
error: while evaluating anonymous function at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:6:1,
 called from undefined position:
while evaluating ‘operator’ at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:27:16,
 called from undefined position:
while evaluating ‘immediateDependenciesOf’ at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:39:29,
 called from 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:27:44:
while evaluating anonymous function at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/attrsets.nix:224:10,
 called from undefined position:
while evaluating anonymous function at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:40:37,
 called from 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/attrsets.nix:224:16:
while evaluating ‘derivationsIn’ at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:42:19,
 called from 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:40:40:
while evaluating ‘optional’ at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/lists.nix:175:20,
 called from 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:44:33:
while evaluating ‘canEval’ at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:48:13,
 called from 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/maintainers/scripts/find-tarballs.nix:44:43:
while evaluating the attribute ‘pkgs’ of the derivation ‘ruby-dev-2.3.1-p0’ at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/pkgs/build-support/trivial-builders.nix:10:14:
while evaluating ‘override’ at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:60:22,
 called from 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/pkgs/development/interpreters/ruby/dev.nix:10:13:
while evaluating ‘makeOverridable’ at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:54:24,
 called from 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:60:31:
anonymous function at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/pkgs/development/ruby-modules/bundix/default.nix:1:1
 called with unexpected argument ‘ruby’, at 
/tmp/nix-build-nixpkgs-tarball-16.09pre1234.abcdef.drv-0/nixpkgs/lib/customisation.nix:56:12



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


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread stewart mackenzie
Just one? A lunatic, now two? A crowd? Three? A rebellion!?

Resist your hatred for SJWs and wear the teeshirt for an email in support
please.

On 1 Sep 2016 01:48, "obadz"  wrote:

> On Wed, Aug 31, 2016 at 6:13 PM, stewart mackenzie 
> wrote:
>
>> this isn't a technical problem it's a people problem
>
>
> I think there are more people who agree with you on this than you think :-)
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 61fe09: fast-neural-doodle: fix script name

2016-08-31 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 61fe09d67000f7a54a899e5b9b948ed8bfee4b28
  
https://github.com/NixOS/nixpkgs/commit/61fe09d67000f7a54a899e5b9b948ed8bfee4b28
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/tools/graphics/fast-neural-doodle/default.nix
R pkgs/tools/graphics/fast-neural-doodle/get-hdf5-mask.sh
A pkgs/tools/graphics/fast-neural-doodle/get-mask-hdf5.sh

  Log Message:
  ---
  fast-neural-doodle: fix script name


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


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread obadz
On Wed, Aug 31, 2016 at 6:13 PM, stewart mackenzie 
wrote:

> this isn't a technical problem it's a people problem


I think there are more people who agree with you on this than you think :-)
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] e2f482: neural-style: symlink models so they can be shared...

2016-08-31 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e2f48282d39208201eeb081a4580c5d465b95540
  
https://github.com/NixOS/nixpkgs/commit/e2f48282d39208201eeb081a4580c5d465b95540
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/tools/graphics/neural-style/default.nix

  Log Message:
  ---
  neural-style: symlink models so they can be shared easily


  Commit: 2f5630a89fe22765ca5f24d14f46aa1bf874d112
  
https://github.com/NixOS/nixpkgs/commit/2f5630a89fe22765ca5f24d14f46aa1bf874d112
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
A pkgs/development/libraries/torch-hdf5/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  torch-hdf5: init at 0.0pre2016-07-01


  Commit: 1280b110cb628d338f97d9cdcb8b1bbef6bc0a49
  
https://github.com/NixOS/nixpkgs/commit/1280b110cb628d338f97d9cdcb8b1bbef6bc0a49
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
A pkgs/tools/graphics/fast-neural-doodle/default.nix
A pkgs/tools/graphics/fast-neural-doodle/fast-neural-doodle.sh
A pkgs/tools/graphics/fast-neural-doodle/get-hdf5-mask.sh
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  fast-neural-doodle: init at 0.0pre2016-07-01


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


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread stewart mackenzie
Throw beers at Garbas! Shower him in the best beer possible!

*Garbas rubs his nipples*

On 1 Sep 2016 01:06, "zimbatm"  wrote:
>
> Related to the original rust frustration, Garbas has started the
https://github.com/garbas/nixpkgs-mozilla repo where Mozilla stuff is being
compiled. There is no hydra building this yet but that could be a nice
place to keep rust nightlies.
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread stewart mackenzie
I'm the canary in this goldmine, and this canary is dead.

What I'm about to describe is Amdahl's law biting the ass harder of
maintainers as nixpkgs grows in size. It's the reason why maintainers are
rudely closing PRs, it's the reason why maintainers are cutting corners
themselves yet expect super high standards from contributors.

Yes it's bloody annoying having someone who didn't even understand the PR
close it. Having @globin close the PR without a complete understanding and
he voted against C4 in [2], irritated me. Moritz I beg you to answer this
with blood streaming from my eyes, do you think @globin has any incentive
to solve my problem? Instead I get comments like "If you calm down I might
be interested in putting my time into trying to understand why this isn't
affected but I'm quite sure you misinterpret the meaning of lowprio".
That's after me waiting hours of compile time, no sleep for a long time.
Besides, I could have just created another PR to add lowprio back! Notice
eelco saying lowprio is needed yet [1] has landed in mainline. Yes I would
need to see if it actually worked on hydra, but I'm the one waiting and
learning! If you guys are not prepared to break apart this forming 'in
crowd' with the C4, then what are your procedures on removing cultivated
bad maintainers, or will you just let this become a systemic problem? I am
NOT implying @globin is a bad actor! This current stressful system will
turn good actors into bad actors.

I now don't care how under pressure you maintainers are... your power
structure dictates it, the very power structure you guys uphold and resist
my attempts at breaking. You could totally alleviate your self chosen
stress by adopting the C4.
Maintainers are becoming grumpy, the workload is higher, I had sympathy now
I do not. Shall I reciprocate with the same level of rudeness I receive
when submitting a patch?

I'm getting frustrated not at any individual, you're all, I'm sure, great
people I can have a good amount of beer with. It's your power structure I'm
rebelling against. It needs to change.

Then to have another PR created [1] by the person who didn't take the time
or energy to even read or understand the C4. Yes I have no patience for
people who do not read or understand something, especially when I've spoken
on the topic multiple times, endeavouring to answer questions politely and
nicely [2], and then to have a  habitual response with the "I'm a stressed
maintainer don't bother me" learned attitude. I will no longer write
volumes (doing it again ... damn) arguing with maintainers who don't want
to read, hence the 1+1=2 response. This Moritz is the straw breaking the
camel's back, a long while ago I noticed this rude behaviour of
maintainers, which is a direct result of the power structure and decided
not to commit or maintain packages on nixpkgs or even "aspire" to become a
nix maintainer. Having people go around running algos on your level of
commitment is such utter and total bullshit.

I get people approaching me out of band suggesting technical solutions to
this problem (regarding nixpkgs maintainers), this isn't a technical
problem it's a people problem. It's becoming a fiefdom, the in crowd,
forgive me, but that annoys me. Maybe I should just stop interacting with
the nix crowd? Would you prefer that? If you'll let me maintain 1, only 1
package on nixpkgs - a nix shell I'm developing. That's it I promise. I
won't touch any other code. (See how mental that is?)

[1] https://github.com/NixOS/nixpkgs/pull/18101/files
https://github.com/NixOS/nixpkgs/commit/d4e012780f7eee93f7600d5273edde7470f20c87

[2] https://github.com/NixOS/nixpkgs/issues/17407

[3] https://github.com/NixOS/nixpkgs/pull/18102

Think about it for a second, when has the legal system ever passed laws to
limit it's own power? Passing the C4 will limit even Eelco's power. Imagine
every single maintainer not being able to merge their own commits.

The way lethalman handled this PR of mine is exactly the correct way [3]
except there should have been no dialogue or at least reducing as much
upfront consensus as possible - you can't fight amdahl's law, and it's just
going to get worse the larger nix gets. Indeed, this is exactly what
@globin should have done, cause I would have fixed it if it was broken,
why? Cause that bit of code is in my L1 cache not @globin's. If for example
I broke it and didn't fix it again, revert my commit. Simple.
It's much less trouble on @globin to JUST check a correct patch and merge
it asap.

I repeat, you can't fight amdahl's law, and it's just going to get worse
the larger nix gets.

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


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread zimbatm
Related to the original rust frustration, Garbas has started the
https://github.com/garbas/nixpkgs-mozilla repo where Mozilla stuff is being
compiled. There is no hydra building this yet but that could be a nice
place to keep rust nightlies.

On Wed, 31 Aug 2016 at 14:12 Moritz Ulrich  wrote:

> stewart mackenzie  writes:
>
> > Why is it like pulling teeth getting a simple pull request into nixpkgs?
>
> Because I had questions about this Pull Request. The size of the diff is
> what could be described as "simple", but the implications weren't clear
> to me. Your answers weren't satisfactory here, as it didn't seem that
> you thought of the consequences either.
>
> Other than that, you were just rude to people, and looking at this
> thread, you still are.
>
> You demand from us to merge your changes without thinking twice, and now
> you're trying to undermine the work people are putting into this open
> source project.
>
> > Something is _very_very_ broken people.
>
> What? If you write a detail on this we can start fixing it.
>
> > Can we please fix this asap? No I don't want to hear bullshit reasons
> > about keeping X Y Z maintainer's powers.
>
> Fix what? Who is talking about anyone keeping/removing "maintainer
> power" (I suppose push-access to nixpkgs)?
>
> ___
> 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


[Nix-commits] [NixOS/nixpkgs] f5c6b1: trezor-agent: 0.6.1 -> 0.6.5 (#18163)

2016-08-31 Thread roconnor
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f5c6b160c9aace543724be7c31b4f4fb775fd7d0
  
https://github.com/NixOS/nixpkgs/commit/f5c6b160c9aace543724be7c31b4f4fb775fd7d0
  Author: roconnor 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  trezor-agent: 0.6.1 -> 0.6.5 (#18163)

cc @np


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


Re: [Nix-dev] Switch to dead TTY after nixos-rebuild switch succeeded?

2016-08-31 Thread zimbatm
Nothing much to add but same thing is happening here.

On Wed, 31 Aug 2016 at 14:16 Nikolay Amiantov  wrote:

> On 08/31/2016 03:28 PM, Matthias Beyer wrote:
> > That's even more strange. See the other mail thread I opened for
> > strange reboot and make sure to check your log whether the reboot is
> > really graceful.
>
> I cannot check logs because I don't remember when it happened clearly.
> However, I've just now switched to the new unstable channel and got the
> terminal.
>
> I remember it's graceful because Plymouth splash screen appears as if
> system is correctly shutting down, and some time passes till the machine
> reboots.
>
> I'll wait and comment in the issue thread (below) if reboot happens now.
>
> >
> >>
> >> No idea where it comes from but now when I know I'm not alone we can
> >> open an issue and try to investigate...
> >
> > Would be awesome to have an issue for this, yes. Care to open one?
> > Make sure to link this mailthread from the archive if you open an
> > issue in the nixpkgs repository!
> >
>
> https://github.com/NixOS/nixpkgs/issues/18158
>
> --
> Nikolay.
> ___
> 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


[Nix-commits] [NixOS/nix] 80ebc5: nix-build: Port to c++

2016-08-31 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 80ebc553eca19dafc64c47420cd49ddd506bc9b7
  
https://github.com/NixOS/nix/commit/80ebc553eca19dafc64c47420cd49ddd506bc9b7
  Author: Shea Levy 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M .gitignore
M Makefile
M scripts/local.mk
R scripts/nix-build.in
A src/nix-build/local.mk
A src/nix-build/nix-build.cc

  Log Message:
  ---
  nix-build: Port to c++

This was a dumb line-for-line rewrite, because nix build/nix run/etc.
will replace it.


  Commit: 1bffd83e1a9cdf3271c2b178daa611c6b9c22f58
  
https://github.com/NixOS/nix/commit/1bffd83e1a9cdf3271c2b178daa611c6b9c22f58
  Author: Vladimír Čunát 
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
M src/nix-build/nix-build.cc

  Log Message:
  ---
  nix-build: extend the meaning of $IN_NIX_SHELL

An equivalent was originally filed against the perl version:
https://github.com/NixOS/nix/pull/933


  Commit: 821380c77bbfeb945d2b8a39a876c7c6ef090988
  
https://github.com/NixOS/nix/commit/821380c77bbfeb945d2b8a39a876c7c6ef090988
  Author: Shea Levy 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M src/nix-build/nix-build.cc

  Log Message:
  ---
  nix-build: Clean up a bit


  Commit: 87b189c2b326c790a35ff53a2d825c1ef48f644e
  
https://github.com/NixOS/nix/commit/87b189c2b326c790a35ff53a2d825c1ef48f644e
  Author: Shea Levy 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M .gitignore
M Makefile
M scripts/local.mk
R scripts/nix-build.in
A src/nix-build/local.mk
A src/nix-build/nix-build.cc

  Log Message:
  ---
  Merge branch 'nix-build-c++'


Compare: https://github.com/NixOS/nix/compare/dfe093861489...87b189c2b326___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ac26d8: rethinkdb: 2.3.4 -> 2.3.5

2016-08-31 Thread Rushmore Mushambi
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ac26d8ff431b935d7fce14b6bd54e4b789c33269
  
https://github.com/NixOS/nixpkgs/commit/ac26d8ff431b935d7fce14b6bd54e4b789c33269
  Author: rushmorem 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/servers/nosql/rethinkdb/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  rethinkdb: 2.3.4 -> 2.3.5


  Commit: 087f4b37e2e2d5c6cf5b4e5f5551c919c34b8a5b
  
https://github.com/NixOS/nixpkgs/commit/087f4b37e2e2d5c6cf5b4e5f5551c919c34b8a5b
  Author: Rushmore Mushambi 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/servers/nosql/rethinkdb/default.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #18155 from rushmorem/update-rethinkdb

rethinkdb: 2.3.4 -> 2.3.5


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


[Nix-commits] [NixOS/nixpkgs] a3621b: nixos/…/swap.nix: add some safety assertions for r...

2016-08-31 Thread obadz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a3621b1047be75b4b17c62ec51e6fa07b5a33041
  
https://github.com/NixOS/nixpkgs/commit/a3621b1047be75b4b17c62ec51e6fa07b5a33041
  Author: obadz 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/config/swap.nix

  Log Message:
  ---
  nixos/…/swap.nix: add some safety assertions for randomEncryption


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


[Nix-commits] [NixOS/nixpkgs] d8d75d: Revert "setuid-wrappers: Update wrapper dir atomic...

2016-08-31 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d8d75ddec6c960796e2c556db4dc67a73feb314a
  
https://github.com/NixOS/nixpkgs/commit/d8d75ddec6c960796e2c556db4dc67a73feb314a
  Author: Domen Kožar 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/security/setuid-wrappers.nix

  Log Message:
  ---
  Revert "setuid-wrappers: Update wrapper dir atomically."

This reverts commit ee535056ce01514854cdd1c2d56faad84ae347af.

It doesn't work yet.


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


[Nix-commits] [NixOS/nixpkgs] 4499a5: hidepid service: use new boot.specialFileSystems

2016-08-31 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4499a505ed9c71c2fccbd746052bdffdaac1a1e0
  
https://github.com/NixOS/nixpkgs/commit/4499a505ed9c71c2fccbd746052bdffdaac1a1e0
  Author: Nikolay Amiantov 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/security/hidepid.nix

  Log Message:
  ---
  hidepid service: use new boot.specialFileSystems


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


[Nix-commits] [NixOS/nixpkgs] a7d238: nixos/…/swap.nix: remove backslashes from deviceNa...

2016-08-31 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a7d238136d9d2cbc88026d981c2e0f515fcf0229
  
https://github.com/NixOS/nixpkgs/commit/a7d238136d9d2cbc88026d981c2e0f515fcf0229
  Author: obadz 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/config/swap.nix

  Log Message:
  ---
  nixos/…/swap.nix: remove backslashes from deviceName

Fixes #8277

Prior to this, backslashes would end up in fstab and the swap partition
was not activated.  Swap files seemed to work fine.


  Commit: a4879c44c90f9cbd4c2ffbad9f544ce028ff2c83
  
https://github.com/NixOS/nixpkgs/commit/a4879c44c90f9cbd4c2ffbad9f544ce028ff2c83
  Author: Nikolay Amiantov 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/config/swap.nix

  Log Message:
  ---
  Merge pull request #18160 from obadz/swap-encryption

nixos/…/swap.nix: remove backslashes from deviceName


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


[Nix-commits] [NixOS/nix] 591242: nix-channel: implement in c++

2016-08-31 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 59124228b3ac6120e73bc6a88b2c633a70bdf0fc
  
https://github.com/NixOS/nix/commit/59124228b3ac6120e73bc6a88b2c633a70bdf0fc
  Author: Shea Levy 
  Date:   2016-08-11 (Thu, 11 Aug 2016)

  Changed paths:
M .gitignore
M Makefile
M scripts/local.mk
R scripts/nix-channel.in
M src/libstore/download.cc
M src/libstore/download.hh
A src/nix-channel/local.mk
A src/nix-channel/nix-channel.cc

  Log Message:
  ---
  nix-channel: implement in c++


  Commit: 572aba284a161cb94532cec297785266ee719b99
  
https://github.com/NixOS/nix/commit/572aba284a161cb94532cec297785266ee719b99
  Author: Shea Levy 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M .gitignore
M Makefile
M scripts/local.mk
R scripts/nix-channel.in
M src/libstore/download.cc
M src/libstore/download.hh
A src/nix-channel/local.mk
A src/nix-channel/nix-channel.cc

  Log Message:
  ---
  Merge branch 'nix-channel-c++'


  Commit: dfe09386148901e4d9f2dc84641d2d5544c886f7
  
https://github.com/NixOS/nix/commit/dfe09386148901e4d9f2dc84641d2d5544c886f7
  Author: Shea Levy 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M src/libstore/download.cc
M src/libstore/download.hh
M src/nix-channel/nix-channel.cc

  Log Message:
  ---
  download.hh: Fix conflicts from nix-channel-c++ merge


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


[Nix-commits] [NixOS/nixpkgs] 7fa8c4: nixos filesystems: move special filesystems to a d...

2016-08-31 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7fa8c424bd1b1192d4a5653074f7c8ae271cfa68
  
https://github.com/NixOS/nixpkgs/commit/7fa8c424bd1b1192d4a5653074f7c8ae271cfa68
  Author: Nikolay Amiantov 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/tasks/filesystems.nix

  Log Message:
  ---
  nixos filesystems: move special filesystems to a dedicated option

Fixes #18159.


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


[Nix-commits] [NixOS/nixpkgs] 459d46: socat2pre: enable ip6 on darwin

2016-08-31 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 459d46dc5a3f47287431750cadc102244f370ac6
  
https://github.com/NixOS/nixpkgs/commit/459d46dc5a3f47287431750cadc102244f370ac6
  Author: Robin Gloster 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/tools/networking/socat/2.x.nix

  Log Message:
  ---
  socat2pre: enable ip6 on darwin


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


[Nix-commits] [NixOS/nix] 2df9a9: resolve-system-dependencies: implement in C++

2016-08-31 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 2df9a972fc1f361020ece1a21721379d090dd0ae
  
https://github.com/NixOS/nix/commit/2df9a972fc1f361020ece1a21721379d090dd0ae
  Author: Jude Taylor 
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
M Makefile
A src/resolve-system-dependencies/local.mk
A src/resolve-system-dependencies/resolve-system-dependencies.cc

  Log Message:
  ---
  resolve-system-dependencies: implement in C++


  Commit: 596e4a5693fc710ee47126d19910951b22d91018
  
https://github.com/NixOS/nix/commit/596e4a5693fc710ee47126d19910951b22d91018
  Author: Jude Taylor 
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
M scripts/local.mk
R scripts/resolve-system-dependencies.pl.in
M src/libstore/globals.cc
M src/resolve-system-dependencies/local.mk

  Log Message:
  ---
  remove old traces of resolve-system-dependencies


  Commit: 5b01f5cbb2d53d186e5ed5d901840148ed7f3567
  
https://github.com/NixOS/nix/commit/5b01f5cbb2d53d186e5ed5d901840148ed7f3567
  Author: Jude Taylor 
  Date:   2016-08-13 (Sat, 13 Aug 2016)

  Changed paths:
M configure.ac

  Log Message:
  ---
  remove otool check


  Commit: f37b6fd07e499a2d566be2b0b564facf042a0480
  
https://github.com/NixOS/nix/commit/f37b6fd07e499a2d566be2b0b564facf042a0480
  Author: Jude Taylor 
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
M src/resolve-system-dependencies/resolve-system-dependencies.cc

  Log Message:
  ---
  add a missing load command


  Commit: 60f4b25d7d235e971bc795cf95324cf201314b19
  
https://github.com/NixOS/nix/commit/60f4b25d7d235e971bc795cf95324cf201314b19
  Author: Jude Taylor 
  Date:   2016-08-14 (Sun, 14 Aug 2016)

  Changed paths:
M src/resolve-system-dependencies/local.mk

  Log Message:
  ---
  make inclusion conditional


  Commit: adf0216d98146f925659e8a5f83a9c653ae78b22
  
https://github.com/NixOS/nix/commit/adf0216d98146f925659e8a5f83a9c653ae78b22
  Author: Jude Taylor 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M src/resolve-system-dependencies/resolve-system-dependencies.cc

  Log Message:
  ---
  code review comments


  Commit: 7b006122aee221f1ec69b6439bf86e79190491c1
  
https://github.com/NixOS/nix/commit/7b006122aee221f1ec69b6439bf86e79190491c1
  Author: Jude Taylor 
  Date:   2016-08-15 (Mon, 15 Aug 2016)

  Changed paths:
M src/resolve-system-dependencies/resolve-system-dependencies.cc

  Log Message:
  ---
  ensure presence of directories


  Commit: 90516c5a7be5457813313d89ecf8ae9d3c0d1708
  
https://github.com/NixOS/nix/commit/90516c5a7be5457813313d89ecf8ae9d3c0d1708
  Author: Jude Taylor 
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
M src/resolve-system-dependencies/resolve-system-dependencies.cc

  Log Message:
  ---
  switch to mmap strategy


  Commit: cfb77d6e5ba03f40743ba17eef20266909ac5640
  
https://github.com/NixOS/nix/commit/cfb77d6e5ba03f40743ba17eef20266909ac5640
  Author: Jude Taylor 
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
M src/resolve-system-dependencies/resolve-system-dependencies.cc

  Log Message:
  ---
  account for unknown magic numbers


  Commit: ca0bce28512bfa8029cc072bb7154b4b6c50c0a6
  
https://github.com/NixOS/nix/commit/ca0bce28512bfa8029cc072bb7154b4b6c50c0a6
  Author: Jude Taylor 
  Date:   2016-08-16 (Tue, 16 Aug 2016)

  Changed paths:
M src/resolve-system-dependencies/resolve-system-dependencies.cc

  Log Message:
  ---
  remove double casting


  Commit: 50c3b5df3204a465338fcb2b000c4bd08b0b7335
  
https://github.com/NixOS/nix/commit/50c3b5df3204a465338fcb2b000c4bd08b0b7335
  Author: Jude Taylor 
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
M src/resolve-system-dependencies/resolve-system-dependencies.cc

  Log Message:
  ---
  iterate through fat_headers correctly


  Commit: aa1ea0d1e4720b8bf9f0e9c485e4712e0c915818
  
https://github.com/NixOS/nix/commit/aa1ea0d1e4720b8bf9f0e9c485e4712e0c915818
  Author: Eelco Dolstra 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M Makefile
M configure.ac
M scripts/local.mk
R scripts/resolve-system-dependencies.pl.in
M src/libstore/globals.cc
A src/resolve-system-dependencies/local.mk
A src/resolve-system-dependencies/resolve-system-dependencies.cc

  Log Message:
  ---
  Merge pull request #1030 from pikajude/rsd-cc

Implement resolve-system-dependencies in C++


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


Re: [Nix-dev] Switch to dead TTY after nixos-rebuild switch succeeded?

2016-08-31 Thread Nikolay Amiantov
On 08/31/2016 03:28 PM, Matthias Beyer wrote:
> That's even more strange. See the other mail thread I opened for 
> strange reboot and make sure to check your log whether the reboot is 
> really graceful.

I cannot check logs because I don't remember when it happened clearly.
However, I've just now switched to the new unstable channel and got the
terminal.

I remember it's graceful because Plymouth splash screen appears as if
system is correctly shutting down, and some time passes till the machine
reboots.

I'll wait and comment in the issue thread (below) if reboot happens now.

> 
>>
>> No idea where it comes from but now when I know I'm not alone we can
>> open an issue and try to investigate...
> 
> Would be awesome to have an issue for this, yes. Care to open one?  
> Make sure to link this mailthread from the archive if you open an 
> issue in the nixpkgs repository!
> 

https://github.com/NixOS/nixpkgs/issues/18158

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


Re: [Nix-dev] 6 month C4 adoption period

2016-08-31 Thread Moritz Ulrich
stewart mackenzie  writes:

> Why is it like pulling teeth getting a simple pull request into nixpkgs?

Because I had questions about this Pull Request. The size of the diff is
what could be described as "simple", but the implications weren't clear
to me. Your answers weren't satisfactory here, as it didn't seem that
you thought of the consequences either.

Other than that, you were just rude to people, and looking at this
thread, you still are. 

You demand from us to merge your changes without thinking twice, and now
you're trying to undermine the work people are putting into this open
source project.

> Something is _very_very_ broken people.

What? If you write a detail on this we can start fixing it. 

> Can we please fix this asap? No I don't want to hear bullshit reasons
> about keeping X Y Z maintainer's powers.

Fix what? Who is talking about anyone keeping/removing "maintainer
power" (I suppose push-access to nixpkgs)? 



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


[Nix-commits] [NixOS/nixpkgs] 212822: linuxPackages.vhba: disable PIC hardening

2016-08-31 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 21282246208b7591d1431beef7fc6c8e7affef0d
  
https://github.com/NixOS/nixpkgs/commit/21282246208b7591d1431beef7fc6c8e7affef0d
  Author: Nikolay Amiantov 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/misc/emulators/cdemu/vhba.nix

  Log Message:
  ---
  linuxPackages.vhba: disable PIC hardening


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


[Nix-commits] [NixOS/nix] 7c33ed: nix-daemon.service: Set $XDG_CACHE_HOME

2016-08-31 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 7c33ed691c123781c7fe6046e3e7c6a6b99c61e4
  
https://github.com/NixOS/nix/commit/7c33ed691c123781c7fe6046e3e7c6a6b99c61e4
  Author: Eelco Dolstra 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M misc/systemd/nix-daemon.service.in

  Log Message:
  ---
  nix-daemon.service: Set $XDG_CACHE_HOME

Nix requires either $HOME or $XDG_CACHE_HOME to be set.


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


[Nix-commits] [NixOS/nixpkgs] 17b519: linux_4_6: fix by removing upstreamed patch

2016-08-31 Thread Robin Gloster
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 17b51929dfa9596279d8db69db369bb64b3bb592
  
https://github.com/NixOS/nixpkgs/commit/17b51929dfa9596279d8db69db369bb64b3bb592
  Author: Robin Gloster 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

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

(cherry picked from commit 1e806458dc4fbca4d2c67e93f0933d4193b5666b)

fixes #18157


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


[Nix-commits] [NixOS/nixpkgs] c9bcec: gst_plugins_good: fix minimalDeps build

2016-08-31 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c9bcec2e880897505dae6972bc32f8f3cfe2d3d7
  
https://github.com/NixOS/nixpkgs/commit/c9bcec2e880897505dae6972bc32f8f3cfe2d3d7
  Author: Nikolay Amiantov 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/development/libraries/gstreamer/legacy/gst-plugins-good/default.nix

  Log Message:
  ---
  gst_plugins_good: fix minimalDeps build


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


[Nix-commits] [NixOS/nixpkgs] 1d0831: pythonPackages.rpy2: mark as broken

2016-08-31 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1d08316220cab0838f900bd770061618b36d3c22
  
https://github.com/NixOS/nixpkgs/commit/1d08316220cab0838f900bd770061618b36d3c22
  Author: Frederik Rietdijk 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  pythonPackages.rpy2: mark as broken


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


[Nix-commits] [NixOS/nixpkgs] 90430d: dropbox: 3.20.1 -> 8.4.21

2016-08-31 Thread Thomas Tuegel
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 90430d4a13b6fb399980ce1b7ce6b31b7a47071d
  
https://github.com/NixOS/nixpkgs/commit/90430d4a13b6fb399980ce1b7ce6b31b7a47071d
  Author: Peter Hoeg 
  Date:   2016-08-30 (Tue, 30 Aug 2016)

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

  Log Message:
  ---
  dropbox: 3.20.1 -> 8.4.21


  Commit: 31c0cc553153f2acd76375a2106ed4a2c78e8c78
  
https://github.com/NixOS/nixpkgs/commit/31c0cc553153f2acd76375a2106ed4a2c78e8c78
  Author: Thomas Tuegel 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  Merge pull request #18106 from peterhoeg/db_stable

dropbox: 3.20.1 -> 8.4.21


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


Re: [Nix-dev] Switch to dead TTY after nixos-rebuild switch succeeded?

2016-08-31 Thread Matthias Beyer
Hi,

On 31-08-2016 14:27:52, Nikolay Amiantov wrote:
> Also if I experience this switch,
> after some time the device would go into a graceful reboot by itself (???).

That's even more strange. See the other mail thread I opened for 
strange reboot and make sure to check your log whether the reboot is 
really graceful.

> 
> No idea where it comes from but now when I know I'm not alone we can
> open an issue and try to investigate...

Would be awesome to have an issue for this, yes. Care to open one?  
Make sure to link this mailthread from the archive if you open an 
issue in the nixpkgs repository!

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

Proudly sent with mutt.
Happily signed with gnupg.


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


[Nix-commits] [NixOS/nixpkgs] 9b63af: go: Split output order to match new convention

2016-08-31 Thread Tuomas Tynkkynen
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9b63aff395bbecbdb68b02bbc216925d35290b32
  
https://github.com/NixOS/nixpkgs/commit/9b63aff395bbecbdb68b02bbc216925d35290b32
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  go: Split output order to match new convention


  Commit: 6563cd34d8d0d4bcde65011d8060fcc0dcf2946a
  
https://github.com/NixOS/nixpkgs/commit/6563cd34d8d0d4bcde65011d8060fcc0dcf2946a
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  qt5.6, qt5.7: Use dev output of qtbase in setupHook


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


[Nix-commits] [NixOS/nixpkgs] bbafde: mbpfan: include buffer overflow patch

2016-08-31 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bbafdefd86c7d534c49529d057d5183c3981b0a6
  
https://github.com/NixOS/nixpkgs/commit/bbafdefd86c7d534c49529d057d5183c3981b0a6
  Author: Kranium Gikos Mendoza 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  mbpfan: include buffer overflow patch


  Commit: 24f79464899a7db23886f148781374630e201912
  
https://github.com/NixOS/nixpkgs/commit/24f79464899a7db23886f148781374630e201912
  Author: Graham Christensen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  Merge pull request #18154 from womfoo/fix/mbpfan-buffer-overflow

mbpfan: include buffer overflow patch


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


[Nix-commits] [NixOS/nixpkgs] 6c40d6: firefox: 48.0 -> 48.0.2

2016-08-31 Thread Eelco Dolstra
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6c40d62ae2e25f013f566872079fd6d69ddc1310
  
https://github.com/NixOS/nixpkgs/commit/6c40d62ae2e25f013f566872079fd6d69ddc1310
  Author: Eelco Dolstra 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  firefox: 48.0 -> 48.0.2

(cherry picked from commit c2fb3490c9266ddf51c22e7bccab95f900513f73)


  Commit: fe242af45c16667de0d055b924c8981a548a4057
  
https://github.com/NixOS/nixpkgs/commit/fe242af45c16667de0d055b924c8981a548a4057
  Author: Eelco Dolstra 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/applications/networking/mailreaders/thunderbird/default.nix

  Log Message:
  ---
  thunderbird: 45.2.0 -> 45.3.0

(cherry picked from commit 25c9f2729eed1e70f9c56362bb6b9f462b1ce70e)


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


[Nix-commits] [NixOS/nixpkgs] ee5350: setuid-wrappers: Update wrapper dir atomically.

2016-08-31 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ee535056ce01514854cdd1c2d56faad84ae347af
  
https://github.com/NixOS/nixpkgs/commit/ee535056ce01514854cdd1c2d56faad84ae347af
  Author: Shea Levy 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/security/setuid-wrappers.nix

  Log Message:
  ---
  setuid-wrappers: Update wrapper dir atomically.

Fixes #18124.


  Commit: 448efbacfa06de1f6fed4f5b36e90155891fa870
  
https://github.com/NixOS/nixpkgs/commit/448efbacfa06de1f6fed4f5b36e90155891fa870
  Author: Eelco Dolstra 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M nixos/modules/security/setuid-wrappers.nix

  Log Message:
  ---
  Merge pull request #18156 from shlevy/setuid-wrapper-atomic

setuid-wrappers: Update wrapper dir atomically.


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


[Nix-commits] [NixOS/nixpkgs] 25c9f2: thunderbird: 45.2.0 -> 45.3.0

2016-08-31 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 25c9f2729eed1e70f9c56362bb6b9f462b1ce70e
  
https://github.com/NixOS/nixpkgs/commit/25c9f2729eed1e70f9c56362bb6b9f462b1ce70e
  Author: Eelco Dolstra 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/applications/networking/mailreaders/thunderbird/default.nix

  Log Message:
  ---
  thunderbird: 45.2.0 -> 45.3.0


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


[Nix-commits] [NixOS/nixpkgs] 816e86: thunderbird-bin: 45.2.0 -> 45.3.0

2016-08-31 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 816e86cba38dd19df9e1757763865537e1fc8d88
  
https://github.com/NixOS/nixpkgs/commit/816e86cba38dd19df9e1757763865537e1fc8d88
  Author: taku0 
  Date:   2016-08-30 (Tue, 30 Aug 2016)

  Changed paths:
M pkgs/applications/networking/mailreaders/thunderbird-bin/sources.nix

  Log Message:
  ---
  thunderbird-bin: 45.2.0 -> 45.3.0


  Commit: 4309d99b706b752358f0ba531ab5ff317ed857c9
  
https://github.com/NixOS/nixpkgs/commit/4309d99b706b752358f0ba531ab5ff317ed857c9
  Author: Eelco Dolstra 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/applications/networking/mailreaders/thunderbird-bin/sources.nix

  Log Message:
  ---
  Merge pull request #18150 from taku0/thunderbird-bin-45.3.0

thunderbird-bin: 45.2.0 -> 45.3.0


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


[Nix-commits] [NixOS/nixpkgs] caa135: zerotierone: make package configurable

2016-08-31 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: caa1350e075e82f12f35963f62f51afd82dda176
  
https://github.com/NixOS/nixpkgs/commit/caa1350e075e82f12f35963f62f51afd82dda176
  Author: roblabla 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  zerotierone: make package configurable


  Commit: 17dbfeb4500edbd255ff9d97fac2be1dc18ffb32
  
https://github.com/NixOS/nixpkgs/commit/17dbfeb4500edbd255ff9d97fac2be1dc18ffb32
  Author: zimbatm 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  Merge pull request #18152 from roblabla/bugfix-zeroTierOneConfigurablePackage

zerotierone: make package configurable


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


[Nix-commits] [NixOS/nixpkgs] 7eaa83: qemu: patch security issues in 9pfs

2016-08-31 Thread Robin Gloster
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7eaa83a3e9b4641e134a5d7e586ef757dc2d591f
  
https://github.com/NixOS/nixpkgs/commit/7eaa83a3e9b4641e134a5d7e586ef757dc2d591f
  Author: Robin Gloster 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  qemu: patch security issues in 9pfs

CVE-2016-7116, others have no ID assigned, yet.
Fixes from 2.7 tree.


  Commit: 7b1597bec24d2f2ce04905b0a7561d794e9f69d3
  
https://github.com/NixOS/nixpkgs/commit/7b1597bec24d2f2ce04905b0a7561d794e9f69d3
  Author: Robin Gloster 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  qemu: 2.6.0 -> 2.6.1


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


Re: [Nix-dev] Switch to dead TTY after nixos-rebuild switch succeeded?

2016-08-31 Thread Nikolay Amiantov
Hi,

I'm glad you asked! I had exactly the same issue several times, I think
it's when some service is restarted. Also if I experience this switch,
after some time the device would go into a graceful reboot by itself (???).

No idea where it comes from but now when I know I'm not alone we can
open an issue and try to investigate...

On 08/31/2016 02:17 PM, Matthias Beyer wrote:
> Hi,
> 
> another strange issue which just happened the second time for me:
> 
> After my `nixos-rebuild switch` ran successfully, my device switched 
> to a dead TTY (TTY8 for me). Everything worked, the X-Server was still 
> there (on TTY7) and nothing bad happened at all, the device just 
> switched to this dead (or maybe I should say "unused") TTY.
> 
> Someone having the same issue and an idea where this comes from?
> 
> 
> 
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 


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


[Nix-dev] Switch to dead TTY after nixos-rebuild switch succeeded?

2016-08-31 Thread Matthias Beyer
Hi,

another strange issue which just happened the second time for me:

After my `nixos-rebuild switch` ran successfully, my device switched 
to a dead TTY (TTY8 for me). Everything worked, the X-Server was still 
there (on TTY7) and nothing bad happened at all, the device just 
switched to this dead (or maybe I should say "unused") TTY.

Someone having the same issue and an idea where this comes from?

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

Proudly sent with mutt.
Happily signed with gnupg.


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


[Nix-commits] [NixOS/nixpkgs] 33d6e5: Cargo has incorrect hash

2016-08-31 Thread Luca Bruno
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 33d6e5acd51224ba62a40bb8d80acd84ee4b55bb
  
https://github.com/NixOS/nixpkgs/commit/33d6e5acd51224ba62a40bb8d80acd84ee4b55bb
  Author: Stewart Mackenzie 
  Date:   2016-08-30 (Tue, 30 Aug 2016)

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

  Log Message:
  ---
  Cargo has incorrect hash


  Commit: 24f36cce50f3a66b5ebced3d51d6eaa446158fe2
  
https://github.com/NixOS/nixpkgs/commit/24f36cce50f3a66b5ebced3d51d6eaa446158fe2
  Author: Luca Bruno 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  Merge pull request #18102 from sjmackenzie/cargo-hash-fix

Cargo has incorrect hash


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


[Nix-commits] [NixOS/nixpkgs] 608614: mupdf: Split 'dev' output

2016-08-31 Thread Tuomas Tynkkynen
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6086142eced1bb8a3a1daf2d02026d50a3cb1a35
  
https://github.com/NixOS/nixpkgs/commit/6086142eced1bb8a3a1daf2d02026d50a3cb1a35
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  mupdf: Split 'dev' output


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


[Nix-commits] [NixOS/nixpkgs] f75e2c: bundix: 2.2.0

2016-08-31 Thread zimbatm
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f75e2c85835a7b73013a2f975b78b156985b6e20
  
https://github.com/NixOS/nixpkgs/commit/f75e2c85835a7b73013a2f975b78b156985b6e20
  Author: Michael Fellinger 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  bundix: 2.2.0


  Commit: 5d61c42d6bda6fea00d500894b534834c49275dc
  
https://github.com/NixOS/nixpkgs/commit/5d61c42d6bda6fea00d500894b534834c49275dc
  Author: zimbatm 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  Merge pull request #18145 from manveru/bundix

bundix: 2.2.0


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


[Nix-commits] [NixOS/nixpkgs] fbff13: hackage-packages.nix: update Haskell package set

2016-08-31 Thread Peter Simons
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fbff1305fb8a8f175bd0250d46a03af49e9cdaf6
  
https://github.com/NixOS/nixpkgs/commit/fbff1305fb8a8f175bd0250d46a03af49e9cdaf6
  Author: Peter Simons 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

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

This update was generated by hackage2nix v2.0.1 using the following inputs:

  - Hackage: 
https://github.com/commercialhaskell/all-cabal-hashes/commit/0752bfd4f0a16f299222df28b8968d4d02401c74
  - LTS Haskell: 
https://github.com/fpco/lts-haskell/commit/e602b68df3e9be4ae69672c386c1fbe24957a7a8
  - Stackage Nightly: 
https://github.com/fpco/stackage-nightly/commit/f7407f2e814596b47b8078e7cfa5d077c69671e4


  Commit: a96160728e3ac8c05b0a3da526d2e6b81c19dcb8
  
https://github.com/NixOS/nixpkgs/commit/a96160728e3ac8c05b0a3da526d2e6b81c19dcb8
  Author: Peter Simons 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  haskell-mueval: remove obsolete patch


  Commit: 2d091873abac87951ba34b4da0a7000461fd00dd
  
https://github.com/NixOS/nixpkgs/commit/2d091873abac87951ba34b4da0a7000461fd00dd
  Author: Peter Simons 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  configuration-hackage2nix.yaml: update list of broken builds


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


[Nix-commits] [NixOS/nixpkgs] 34175e: sct: backport #17163

2016-08-31 Thread Domen Kožar
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 34175e7d69d204f5ff8aeb16bf3996fef2945e53
  
https://github.com/NixOS/nixpkgs/commit/34175e7d69d204f5ff8aeb16bf3996fef2945e53
  Author: Domen Kožar 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/tools/X11/sct/default.nix

  Log Message:
  ---
  sct: backport #17163


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


[Nix-commits] [NixOS/nixpkgs] c46869: neko: Use dev outputs when building an include pat...

2016-08-31 Thread Tuomas Tynkkynen
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c46869f13b276d27f9940378c53588ef4f90e049
  
https://github.com/NixOS/nixpkgs/commit/c46869f13b276d27f9940378c53588ef4f90e049
  Author: Tuomas Tynkkynen 
  Date:   2016-08-30 (Tue, 30 Aug 2016)

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

  Log Message:
  ---
  neko: Use dev outputs when building an include path


  Commit: feed8beb47632318e4d309f8269df06daaa7689e
  
https://github.com/NixOS/nixpkgs/commit/feed8beb47632318e4d309f8269df06daaa7689e
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  virtualbox: Fix glibc dev reference


  Commit: 307f7efcc9aa0ba7d988b30544b97894195000ea
  
https://github.com/NixOS/nixpkgs/commit/307f7efcc9aa0ba7d988b30544b97894195000ea
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/tools/security/pinentry/qt5.nix

  Log Message:
  ---
  pinentry: Fix dev reference to qtbase


  Commit: b87a2245b1b8533422edcdd8e6a8c65fe1e5e0bb
  
https://github.com/NixOS/nixpkgs/commit/b87a2245b1b8533422edcdd8e6a8c65fe1e5e0bb
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  root: Fix libc dev reference


  Commit: 96dae0f2860bd8df7e353d321f3a7efee7fb4b82
  
https://github.com/NixOS/nixpkgs/commit/96dae0f2860bd8df7e353d321f3a7efee7fb4b82
  Author: Tuomas Tynkkynen 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  xxkb: Fix 'lib.optional' use


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


[Nix-commits] [NixOS/nixpkgs] e852a8: plan9port: 2015-06-29 -> 2015-11-10

2016-08-31 Thread Emery Hemingway
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e852a8e8b609bcd2cce1747fb4d6645d4620504a
  
https://github.com/NixOS/nixpkgs/commit/e852a8e8b609bcd2cce1747fb4d6645d4620504a
  Author: Ram Kromberg 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/tools/system/plan9port/builder.sh
M pkgs/tools/system/plan9port/default.nix
A pkgs/tools/system/plan9port/sam_chord_9front.patch

  Log Message:
  ---
  plan9port: 2015-06-29 -> 2015-11-10


  Commit: 6e548b7901e275748c3ceec84ac2b329c6f19ec5
  
https://github.com/NixOS/nixpkgs/commit/6e548b7901e275748c3ceec84ac2b329c6f19ec5
  Author: Emery Hemingway 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/tools/system/plan9port/builder.sh
M pkgs/tools/system/plan9port/default.nix
A pkgs/tools/system/plan9port/sam_chord_9front.patch

  Log Message:
  ---
  plan9port: 2015-06-29 -> 2015-11-10 (#18141)


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


[Nix-commits] [NixOS/nixpkgs] da421b: Fix #4210: Remove builderDefs

2016-08-31 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: da421bc75f98c1b19f214a3b6b7cda07dc4c088b
  
https://github.com/NixOS/nixpkgs/commit/da421bc75f98c1b19f214a3b6b7cda07dc4c088b
  Author: Domen Kožar 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
R doc/old/update-upstream-data.txt
M nixos/modules/services/misc/gitit.nix
R pkgs/build-support/builder-defs/builder-defs.nix
R pkgs/build-support/builder-defs/template-auto-callable.nix
R pkgs/build-support/builder-defs/template-bdp-uud.nix
R pkgs/build-support/builder-defs/template-composing+config.nix
R pkgs/build-support/builder-defs/template-composing-builder.nix
R pkgs/build-support/upstream-updater/attrset-to-dir.sh
R pkgs/development/interpreters/octave/hg.nix
R pkgs/tools/typesetting/tex/texlive/aggregate.nix
R pkgs/tools/typesetting/tex/texlive/beamer.nix
R pkgs/tools/typesetting/tex/texlive/cm-super.nix
R pkgs/tools/typesetting/tex/texlive/context.nix
R pkgs/tools/typesetting/tex/texlive/default.nix
R pkgs/tools/typesetting/tex/texlive/extra.nix
R pkgs/tools/typesetting/tex/texlive/moderncv.nix
R pkgs/tools/typesetting/tex/texlive/moderntimeline.nix
R pkgs/tools/typesetting/tex/texlive/setup-hook.sh
R pkgs/tools/typesetting/tex/texlive/xcolor.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/release-small.nix

  Log Message:
  ---
  Fix #4210: Remove builderDefs

This was one of the ways to build packages, we are trying
hard to minimize different ways so it's easier for newcomers
to learn only one way.

This also:

- removes texLive (old), fixes #14807
- removed upstream-updater, if that code is still used it should be in
  separate repo
- changes a few packages like gitit/mit-scheme to use new texlive


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


Re: [Nix-dev] Unwanted, unannounced reboot

2016-08-31 Thread Alexey Shmalko
I've experienced spontaneous reboots too, though they only happen after I 
update my NixOS. This doesn't happen immediately but rather when I'm away from 
keyboard some time after.

On 08/30/2016 03:31 PM, Matthias Beyer wrote:
> Hi,
> 
> this is the third time I got a unwanted, unannounced reboot of my 
> Thinkpad X220. The device just went off and rebooted.
> 
> My logs:
> 
> Aug 30 13:16:23 yuu audit[27536]: SECCOMP auid=1000 uid=1000 gid=100 
> ses=1 pid=27536 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chromium"
>  sig=0 arch=c03e syscal
> Aug 30 13:16:23 yuu audit[27537]: SECCOMP auid=1000 uid=1000 gid=100 
> ses=1 pid=27537 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chromium"
>  sig=0 arch=c03e syscal
> Aug 30 13:16:23 yuu audit[27539]: SECCOMP auid=1000 uid=1000 gid=100 
> ses=1 pid=27539 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chromium"
>  sig=0 arch=c03e syscal
> Aug 30 13:16:23 yuu audit[27538]: SECCOMP auid=1000 uid=1000 gid=100 
> ses=1 pid=27538 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chromium"
>  sig=0 arch=c03e syscal
> Aug 30 13:16:23 yuu kernel: audit: type=1326 audit(1472555783.141:55627): 
> auid=1000 uid=1000 gid=100 ses=1 pid=27539 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chro
> Aug 30 13:16:23 yuu kernel: audit: type=1326 audit(1472555783.141:55628): 
> auid=1000 uid=1000 gid=100 ses=1 pid=27538 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chro
> -- Reboot --
> Aug 30 14:17:20 yuu systemd-journald[570]: Runtime journal 
> (/run/log/journal/) is 8.0M, max 398.4M, 390.4M free.
> Aug 30 14:17:21 yuu systemd-journald[570]: System journal 
> (/var/log/journal/) is 1.9G, max 4.0G, 2.0G free.
> Aug 30 14:17:21 yuu systemd-journald[570]: Time spent on flushing to /var 
> is 1.345ms for 2 entries.
> Aug 30 14:17:21 yuu kernel: Linux version 4.7.0 (nixbld@localhost) (gcc 
> version 5.4.0 (GCC) ) #1-NixOS SMP Sun Jul 24 19:23:50 UTC 2016
> 
> So, as you can see, there is no shutdown process (stopping processes,
> closing journal, etc).
> 
> What is this? How does this happen?
> 
> 
> 
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 



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


[Nix-commits] [NixOS/nixpkgs] 3ab86f: Python: move python-modules/generic to interpreter...

2016-08-31 Thread Frederik Rietdijk
  Branch: refs/heads/python-wip
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3ab86fc30307ee10260ee6e77e5a03e3cd4e0301
  
https://github.com/NixOS/nixpkgs/commit/3ab86fc30307ee10260ee6e77e5a03e3cd4e0301
  Author: Frederik Rietdijk 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M doc/languages-frameworks/python.md
A pkgs/development/interpreters/python/buildpythonpackage.nix
A pkgs/development/interpreters/python/catch_conflicts.py
A pkgs/development/interpreters/python/run_setup.py
A pkgs/development/interpreters/python/wrap.sh
R pkgs/development/python-modules/generic/catch_conflicts.py
R pkgs/development/python-modules/generic/default.nix
R pkgs/development/python-modules/generic/run_setup.py
R pkgs/development/python-modules/generic/wrap.sh
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Python: move python-modules/generic to interpreter folder


  Commit: 3a36ffe4ffc408ff43d9b75a0f2117c2a4ce1bbd
  
https://github.com/NixOS/nixpkgs/commit/3a36ffe4ffc408ff43d9b75a0f2117c2a4ce1bbd
  Author: Frederik Rietdijk 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
A pkgs/development/interpreters/python/wrap-python.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Python: move wrapPython into own file


  Commit: e4bbd08be5b6b6a69844169c093dbe934893c6b1
  
https://github.com/NixOS/nixpkgs/commit/e4bbd08be5b6b6a69844169c093dbe934893c6b1
  Author: Frederik Rietdijk 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/development/interpreters/python/buildpythonpackage.nix
A pkgs/development/interpreters/python/mkderivation.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Python: separate buildPythonPackage into two functions

1. mkDerivation which is used when the source is without setup.py and
not a wheel
2. buildPythonPackage which is used as before and calls mkDerivation


  Commit: 297e2c7c97836c59789c6828867ef13f06b22444
  
https://github.com/NixOS/nixpkgs/commit/297e2c7c97836c59789c6828867ef13f06b22444
  Author: Frederik Rietdijk 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  pythonPackages.fedora_cert: use mkDerivation, fix build


  Commit: 23dae995581282803412792a9abf55d4df6be0b8
  
https://github.com/NixOS/nixpkgs/commit/23dae995581282803412792a9abf55d4df6be0b8
  Author: Frederik Rietdijk 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

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

  Log Message:
  ---
  pythonPackages.pyqt5: use mkDerivation


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


[Nix-commits] [NixOS/nixpkgs] 557b32: dictd-db: get rid of builderDefs #4210

2016-08-31 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 557b329608f666d216d7e274570998d5d8b2e773
  
https://github.com/NixOS/nixpkgs/commit/557b329608f666d216d7e274570998d5d8b2e773
  Author: Domen Kožar 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M pkgs/servers/dict/dictd-db.nix

  Log Message:
  ---
  dictd-db: get rid of builderDefs #4210


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


[Nix-commits] [NixOS/nixpkgs]

2016-08-31 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] 9413ad: doc: specify that *Flags are string lists

2016-08-31 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9413ad38fb64d954255a18281a2c7513aaef5afc
  
https://github.com/NixOS/nixpkgs/commit/9413ad38fb64d954255a18281a2c7513aaef5afc
  Author: Tobias Geerinckx-Rice 
  Date:   2015-09-02 (Wed, 02 Sep 2015)

  Changed paths:
M doc/stdenv.xml

  Log Message:
  ---
  doc: specify that *Flags are string lists


  Commit: 7b3a36132a15b92de191ba466240efd5af6de1fd
  
https://github.com/NixOS/nixpkgs/commit/7b3a36132a15b92de191ba466240efd5af6de1fd
  Author: Domen Kožar 
  Date:   2016-08-31 (Wed, 31 Aug 2016)

  Changed paths:
M doc/stdenv.xml

  Log Message:
  ---
  Merge pull request #9607 from nckx/update-doc

doc: specify that *Flags are string lists


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


Re: [Nix-dev] London NixOs User Group - NIXOS_LUSTRATE talk

2016-08-31 Thread zimbatm
Obadz wants to stay pseudonymous so no video this time. You all better come
in person :)

On Wed, 31 Aug 2016, 07:58 Philip Potter,  wrote:

> I don't think skillsmatter London do streaming, but they normally put
> videos up afterwards.
>
> Phil
>
> On 31 August 2016 at 03:32, Graham Christensen  wrote:
> > Will there be streaming?
> >
> > Signed,
> > Lonely USA NixOS User
> >
> > On Aug 30, 2016, at 5:34 PM, zimbatm  wrote:
> >
> > Hi all,
> >
> > Obadz is giving a talk the 12th September on NIXOS_LUSTRATE. If want to
> find
> > out all about what's this mysterious thing, or if you just want to meet,
> > come join us:
> https://skillsmatter.com/meetups/8440-london-nixos-usergroup
> >
> > After the talk we'll have a hacking session where we help each-other and
> try
> > things out.
> >
> > And if you want to be kept in the loop for future meetups you can also
> > sign-up here: https://www.meetup.com/NixOS-London/
> >
> > Cheers,
> > z
> >
> > ___
> > 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
> >
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] London NixOs User Group - NIXOS_LUSTRATE talk

2016-08-31 Thread Philip Potter
I don't think skillsmatter London do streaming, but they normally put
videos up afterwards.

Phil

On 31 August 2016 at 03:32, Graham Christensen  wrote:
> Will there be streaming?
>
> Signed,
> Lonely USA NixOS User
>
> On Aug 30, 2016, at 5:34 PM, zimbatm  wrote:
>
> Hi all,
>
> Obadz is giving a talk the 12th September on NIXOS_LUSTRATE. If want to find
> out all about what's this mysterious thing, or if you just want to meet,
> come join us: https://skillsmatter.com/meetups/8440-london-nixos-usergroup
>
> After the talk we'll have a hacking session where we help each-other and try
> things out.
>
> And if you want to be kept in the loop for future meetups you can also
> sign-up here: https://www.meetup.com/NixOS-London/
>
> Cheers,
> z
>
> ___
> 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
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev