[Nix-dev] kdenlive fix build

2017-06-09 Thread Karn Kallio

The kdenlive expression is does not build because the CMakeLists.txt
does not find the Concurrent module and then uses it anyway.  Maybe an
earlier version of Qt5 had the Concurrent module as a dependency of
another module that is in the find_package call.  The attached patch
fixes the build by adding the Concurrent module to the find_package use.
>From 017c7209bff2566036ca819339c28ca3dcf76df2 Mon Sep 17 00:00:00 2001
From: Karn Kallio 
Date: Sat, 10 Jun 2017 00:20:40 -0400
Subject: [PATCH] kdenlive : patch CMakeLists.txt to find Concurrent module.

---
 pkgs/applications/kde/kdenlive-cmake-concurrent-module.patch | 12 
 pkgs/applications/kde/kdenlive.nix   |  3 +++
 2 files changed, 15 insertions(+)
 create mode 100644 pkgs/applications/kde/kdenlive-cmake-concurrent-module.patch

diff --git a/pkgs/applications/kde/kdenlive-cmake-concurrent-module.patch b/pkgs/applications/kde/kdenlive-cmake-concurrent-module.patch
new file mode 100644
index 00..ea2af2b095
--- /dev/null
+++ b/pkgs/applications/kde/kdenlive-cmake-concurrent-module.patch
@@ -0,0 +1,12 @@
+diff -Naur kdenlive-17.04.1-upstream/CMakeLists.txt kdenlive-17.04.1/CMakeLists.txt
+--- kdenlive-17.04.1-upstream/CMakeLists.txt	2017-06-10 00:06:44.773146595 -0400
 kdenlive-17.04.1/CMakeLists.txt	2017-06-10 00:07:35.766596566 -0400
+@@ -79,7 +79,7 @@
+ check_include_files(malloc.h HAVE_MALLOC_H)
+ check_include_files(pthread.h HAVE_PTHREAD_H)
+ 
+-find_package(Qt5 REQUIRED COMPONENTS Core DBus Widgets Script Svg Quick )
++find_package(Qt5 REQUIRED COMPONENTS Core Concurrent DBus Widgets Script Svg Quick )
+ find_package(Qt5 OPTIONAL_COMPONENTS WebKitWidgets QUIET)
+ 
+ find_package(KF5 5.23.0 OPTIONAL_COMPONENTS XmlGui QUIET)
diff --git a/pkgs/applications/kde/kdenlive.nix b/pkgs/applications/kde/kdenlive.nix
index 3c18772f03..e543a3d84b 100644
--- a/pkgs/applications/kde/kdenlive.nix
+++ b/pkgs/applications/kde/kdenlive.nix
@@ -34,6 +34,9 @@
 let
 unwrapped = kdeApp {
   name = "kdenlive";
+  patches = [
+./kdenlive-cmake-concurrent-module.patch
+  ];
   nativeBuildInputs = [
 extra-cmake-modules
 kdoctools
-- 
2.12.0

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


[Nix-commits] [NixOS/nixpkgs] d17bcf: androidenv: Manually update missing packages

2017-06-09 Thread Michael Weiss
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d17bcfc5f088d487da65d4ec9a2dc1990c912319
  
https://github.com/NixOS/nixpkgs/commit/d17bcfc5f088d487da65d4ec9a2dc1990c912319
  Author: Michael Weiss 
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
M pkgs/development/mobile/androidenv/addons.nix
M pkgs/development/mobile/androidenv/default.nix
M pkgs/development/mobile/androidenv/fetch.sh
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  androidenv: Manually update missing packages

Improvement: Use nix-shell for fetch.sh

androidsdk{,_extras}:
- Update to 7.1.1

google_apis_25 is missing after fetch.sh due to an error in addon.xml
(upsteam bug).

Addons:
- Add google_apis_25
- Update google_play_services (v8_rc41 -> v11_rc16)


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


[Nix-commits] [NixOS/nixpkgs] fb26e5: androidenv: Update all packages using fetch.sh

2017-06-09 Thread Michael Weiss
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fb26e5c8b68b46d978dc70dc5c86a16bbe40a2ff
  
https://github.com/NixOS/nixpkgs/commit/fb26e5c8b68b46d978dc70dc5c86a16bbe40a2ff
  Author: Michael Weiss 
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
M pkgs/development/mobile/androidenv/addon.xml
M pkgs/development/mobile/androidenv/generate-platforms.xsl
M pkgs/development/mobile/androidenv/platforms-linux.nix
M pkgs/development/mobile/androidenv/platforms-macosx.nix
M pkgs/development/mobile/androidenv/repository-11.xml
M pkgs/development/mobile/androidenv/sources.nix
M pkgs/development/mobile/androidenv/sys-img.xml

  Log Message:
  ---
  androidenv: Update all packages using fetch.sh

Platforms:
- Update platform_25 (r02 -> r03)
- Add platform_26

Sources:
- Add source_25


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


[Nix-commits] [NixOS/nixpkgs] c2c775: rictydiminished-with-firacode: init at 0.0.1 (#264...

2017-06-09 Thread Masayuki Takeda
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c2c775d047fdbeefd9db7bfcd519636498c6679d
  
https://github.com/NixOS/nixpkgs/commit/c2c775d047fdbeefd9db7bfcd519636498c6679d
  Author: Masayuki Takeda 
  Date:   2017-06-10 (Sat, 10 Jun 2017)

  Changed paths:
A pkgs/data/fonts/rictydiminished-with-firacode/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  rictydiminished-with-firacode: init at 0.0.1 (#26485)


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


[Nix-commits] [NixOS/nixpkgs] 5bafc7: virtualboxGuestAdditions: don't install setuid/set...

2017-06-09 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5bafc71b61301bac2233beee29985185ec95aa50
  
https://github.com/NixOS/nixpkgs/commit/5bafc71b61301bac2233beee29985185ec95aa50
  Author: Vladimír Čunát 
  Date:   2017-06-10 (Sat, 10 Jun 2017)

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

  Log Message:
  ---
  virtualboxGuestAdditions: don't install setuid/setgid

(cherry picked from commit cc9a72a286e83124abfbfc427bbdcb539341e138)


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


[Nix-commits] [NixOS/nixpkgs] b509cd: teamspeak_client: 3.0.19.4 -> 3.1.4

2017-06-09 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b509cd4a16aa35e7d3aafc37550c2b4232453bfb
  
https://github.com/NixOS/nixpkgs/commit/b509cd4a16aa35e7d3aafc37550c2b4232453bfb
  Author: Duarte David 
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
M pkgs/applications/networking/instant-messengers/teamspeak/client.nix

  Log Message:
  ---
  teamspeak_client: 3.0.19.4 -> 3.1.4


  Commit: 0f3ca3f1f66fe66f0b6a5afccb1f77bf5497f990
  
https://github.com/NixOS/nixpkgs/commit/0f3ca3f1f66fe66f0b6a5afccb1f77bf5497f990
  Author: Duarte David 
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
M pkgs/applications/networking/instant-messengers/teamspeak/server.nix

  Log Message:
  ---
  teamspeak_server: 3.0.13.5 -> 3.0.13.6


  Commit: 1a0b1d94ed91a56939112201052e3b0422125237
  
https://github.com/NixOS/nixpkgs/commit/1a0b1d94ed91a56939112201052e3b0422125237
  Author: Joachim F 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/networking/instant-messengers/teamspeak/client.nix
M pkgs/applications/networking/instant-messengers/teamspeak/server.nix

  Log Message:
  ---
  Merge pull request #26454 from DeltaEvo/teamspeak

Teamspeak (client: 3.0.19.4 -> 3.1.4, server: 3.0.13.5 -> 3.0.13.6)


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


[Nix-commits] [NixOS/nixpkgs] 6d2e0b: openscenegraph: 3.2.3 -> 3.4.0

2017-06-09 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6d2e0b5a26a369b9882dd5a7fd0160862b35039a
  
https://github.com/NixOS/nixpkgs/commit/6d2e0b5a26a369b9882dd5a7fd0160862b35039a
  Author: Linus Heckemann 
  Date:   2017-06-07 (Wed, 07 Jun 2017)

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

  Log Message:
  ---
  openscenegraph: 3.2.3 -> 3.4.0


  Commit: a109f52c4e97a10219f918276c9dc1f73da44471
  
https://github.com/NixOS/nixpkgs/commit/a109f52c4e97a10219f918276c9dc1f73da44471
  Author: Joachim F 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26445 from lheckemann/osg340

openscenegraph: 3.2.3 -> 3.4.0


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


[Nix-commits] [NixOS/nixpkgs] c11353: metasploit: 4.14.17 -> 4.14.25

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

  Changed paths:
M pkgs/tools/security/metasploit/Gemfile
M pkgs/tools/security/metasploit/Gemfile.lock
M pkgs/tools/security/metasploit/default.nix
M pkgs/tools/security/metasploit/gemset.nix

  Log Message:
  ---
  metasploit: 4.14.17 -> 4.14.25


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

  Changed paths:
M pkgs/tools/security/metasploit/shell.nix

  Log Message:
  ---
  metasploit: add missing update deps to shell.nix


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

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

  Log Message:
  ---
  bundix: 2.1.0 -> 2.2.0


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

  Changed paths:
M pkgs/development/ruby-modules/bundix/default.nix
M pkgs/tools/security/metasploit/Gemfile
M pkgs/tools/security/metasploit/Gemfile.lock
M pkgs/tools/security/metasploit/default.nix
M pkgs/tools/security/metasploit/gemset.nix

  Log Message:
  ---
  Merge pull request #26495 from makefu/pkgs/metasploit/update

metasploit: 4.14.17 -> 4.14.25


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


[Nix-commits] [NixOS/nixpkgs] a997f4: flat-plat: 20170515 -> 20170605

2017-06-09 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a997f4d2ba51e749257a193d82c2c88593f1b5ae
  
https://github.com/NixOS/nixpkgs/commit/a997f4d2ba51e749257a193d82c2c88593f1b5ae
  Author: romildo 
  Date:   2017-06-07 (Wed, 07 Jun 2017)

  Changed paths:
M pkgs/misc/themes/flat-plat/default.nix

  Log Message:
  ---
  flat-plat: 20170515 -> 20170605


  Commit: 506f99037289e9deada8ed811213d9c7c62c9aed
  
https://github.com/NixOS/nixpkgs/commit/506f99037289e9deada8ed811213d9c7c62c9aed
  Author: Joachim F 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/misc/themes/flat-plat/default.nix

  Log Message:
  ---
  Merge pull request #26461 from romildo/upd.flat-plat

flat-plat: 20170515 -> 20170605


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


[Nix-commits] [NixOS/nixpkgs] c0e14c: metasploit: add missing update deps to shell.nix

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

  Changed paths:
M pkgs/tools/security/metasploit/shell.nix

  Log Message:
  ---
  metasploit: add missing update deps to shell.nix


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


[Nix-commits] [NixOS/nixpkgs] d12497: pycairo: fix #26475 - another dead patch download

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

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

  Log Message:
  ---
  pycairo: fix #26475 - another dead patch download


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


[Nix-commits] [NixOS/nixpkgs] b06473: xen: patch for XSAs: 206, 211, 212, 213, 214 and 2...

2017-06-09 Thread Graham Christensen
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b06473f46ebfd718e7043df8f9cbeb5a79e5ac78
  
https://github.com/NixOS/nixpkgs/commit/b06473f46ebfd718e7043df8f9cbeb5a79e5ac78
  Author: Michał Pałka 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/virtualization/xen/4.5.nix

  Log Message:
  ---
  xen: patch for XSAs: 206, 211, 212, 213, 214 and 215

XSA-206 Issue Description:

> xenstored supports transactions, such that if writes which would
> invalidate assumptions of a transaction occur, the entire transaction
> fails.  Typical response on a failed transaction is to simply retry
> the transaction until it succeeds.
>
> Unprivileged domains may issue writes to xenstore which conflict with
> transactions either of the toolstack or of backends such as the driver
> domain. Depending on the exact timing, repeated writes may cause
> transactions made by these entities to fail indefinitely.

More: https://xenbits.xen.org/xsa/advisory-206.html

XSA-211 Issue Description:

> When a graphics update command gets passed to the VGA emulator, there
> are 3 possible modes that can be used to update the display:
>
> * blank - Clears the display
> * text - Treats the display as showing text
> * graph - Treats the display as showing graphics
>
> After the display geometry gets changed (i.e., after the CIRRUS VGA
> emulation has resized the display), the VGA emulator will resize the
> console during the next update command. However, when a blank mode is
> also selected during an update, this resize doesn't happen. The resize
> will be properly handled during the next time a non-blank mode is
> selected during an update.
>
> However, other console components - such as the VNC emulation - will
> operate as though this resize had happened. When the display is
> resized to be larger than before, this can result in a heap overflow
> as console components will expect the display buffer to be larger than
> it is currently allocated.

More: https://xenbits.xen.org/xsa/advisory-211.html

XSA-212 Issue Description:

> The XSA-29 fix introduced an insufficient check on XENMEM_exchange
> input, allowing the caller to drive hypervisor memory accesses outside
> of the guest provided input/output arrays.

More: https://xenbits.xen.org/xsa/advisory-212.html

XSA-213 Issue Description:

> 64-bit PV guests typically use separate (root) page tables for their
> kernel and user modes.  Hypercalls are accessible to guest kernel
> context only, which certain hypercall handlers make assumptions on.
> The IRET hypercall (replacing the identically name CPU instruction)
> is used by guest kernels to transfer control from kernel mode to user
> mode.  If such an IRET hypercall is placed in the middle of a multicall
> batch, subsequent operations invoked by the same multicall batch may
> wrongly assume the guest to still be in kernel mode.  If one or more of
> these subsequent operations involve operations on page tables, they may
> be using the wrong root page table, confusing internal accounting.  As
> a result the guest may gain writable access to some of its page tables.

More: https://xenbits.xen.org/xsa/advisory-213.html

XSA-214 Issue Description:

> The GNTTABOP_transfer operation allows one guest to transfer a page to
> another guest.  The internal processing of this, however, does not
> include zapping the previous type of the page being transferred.  This
> makes it possible for a PV guest to transfer a page previously used as
> part of a segment descriptor table to another guest while retaining the
> "contains segment descriptors" property.
>
> If the destination guest is a PV one of different bitness, it may gain
> access to segment descriptors it is not normally allowed to have, like
> 64-bit code segments in a 32-bit PV guest.
>
> If the destination guest is a HVM one, that guest may freely alter the
> page contents and then hand the page back to the same or another PV
> guest.
>
> In either case, if the destination PV guest then inserts that page into
> one of its own descriptor tables, the page still having the designated
> type results in validation of its contents being skipped.

More: https://xenbits.xen.org/xsa/advisory-214.html

XSA-215 Issue Description:

> Under certain special conditions Xen reports an exception resulting
> from returning to guest mode not via ordinary exception entry points,
> but via a so call failsafe callback.  This callback, unlike exception
> handlers, takes 4 extra arguments on the stack (the saved data
> selectors DS, ES, FS, and GS).  Prior to placing exception or failsafe
> callback frames on the guest kernel stack, Xen checks the linear
> address range to not overlap with hypervisor space.  The range spanned
> by that check was mistakenly not covering these extra 4 slots.

More: https://xenbits.xen.org/xsa/advisory-215.html
(cherry picked from commit 

[Nix-commits] [NixOS/nixpkgs] a66a9a: kodi-retroarch-advanced-launchers: ensure sound ha...

2017-06-09 Thread Edward Tjörnhammar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a66a9ae8e8ef037265cbc7a20ee6df15e8fc5409
  
https://github.com/NixOS/nixpkgs/commit/a66a9ae8e8ef037265cbc7a20ee6df15e8fc5409
  Author: Edward Tjörnhammar 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/misc/emulators/retroarch/kodi-advanced-launchers.nix

  Log Message:
  ---
  kodi-retroarch-advanced-launchers: ensure sound has been released


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


[Nix-commits] [NixOS/nixpkgs] 3b24b1: cyrus_sasl: fix version

2017-06-09 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3b24b11021e7d7741ce7e70926e26478d489e31e
  
https://github.com/NixOS/nixpkgs/commit/3b24b11021e7d7741ce7e70926e26478d489e31e
  Author: Orivej Desh 
  Date:   2017-05-24 (Wed, 24 May 2017)

  Changed paths:
M pkgs/development/libraries/cyrus-sasl/default.nix

  Log Message:
  ---
  cyrus_sasl: fix version


  Commit: 57091a19e2aa1a0e11fd91d95cefa7d42fbf95e0
  
https://github.com/NixOS/nixpkgs/commit/57091a19e2aa1a0e11fd91d95cefa7d42fbf95e0
  Author: Daiderd Jordan 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/development/libraries/cyrus-sasl/default.nix

  Log Message:
  ---
  Merge pull request #26043 from orivej/sasl

cyrus_sasl: fix version


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


[Nix-commits] [NixOS/nixpkgs] a6dc11: tmux: fix hash, looks like the upstream tag was mo...

2017-06-09 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a6dc11e81e2cf26c0c309d90a6d2d4ee2baf0b34
  
https://github.com/NixOS/nixpkgs/commit/a6dc11e81e2cf26c0c309d90a6d2d4ee2baf0b34
  Author: Daiderd Jordan 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  tmux: fix hash, looks like the upstream tag was moved

--- a/configure.ac   1970-01-01 01:00:01.0 +0100
+++ b/configure.ac   1970-01-01 01:00:01.0 +0100
@@ -1,6 +1,6 @@
 # configure.ac

-AC_INIT(tmux, 2.5-rc)
+AC_INIT(tmux, 2.5)
 AC_PREREQ([2.60])

 AC_CONFIG_AUX_DIR(etc)


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


[Nix-commits] [NixOS/nixpkgs] 7a0e95: nixos/acme: support "full.pem" (for lighttpd)

2017-06-09 Thread Bjørn Forsman
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7a0e958b972f61b23f93a8e39fee5590aec47348
  
https://github.com/NixOS/nixpkgs/commit/7a0e958b972f61b23f93a8e39fee5590aec47348
  Author: Bjørn Forsman 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  nixos/acme: support "full.pem" (for lighttpd)

* Create "full.pem" from selfsigned certificate
* Tell simp_le to create "full.pem"
* Inject service dependency between lighttpd and the generation of certificates

Side note: According to the internet these servers also use the
"full.pem" format: pound, ejabberd, pure-ftpd.


  Commit: 6a55fda61e899092a7c73b6b004783bbf1a73773
  
https://github.com/NixOS/nixpkgs/commit/6a55fda61e899092a7c73b6b004783bbf1a73773
  Author: Bjørn Forsman 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  nixos/acme: improve documentation

* Use literalExample for better readability
* Clarify a bit wrt. 'webroot' and 'allowKeysForGroup'


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


[Nix-commits] [NixOS/nixpkgs] 55ca2c: minecraft-server: 1.11.2 -> 1.12 (#26458)

2017-06-09 Thread ikervagyok
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55ca2cf495174dc490d702ded2b48187e32091d4
  
https://github.com/NixOS/nixpkgs/commit/55ca2cf495174dc490d702ded2b48187e32091d4
  Author: ikervagyok 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/games/minecraft-server/default.nix

  Log Message:
  ---
  minecraft-server: 1.11.2 -> 1.12 (#26458)


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


[Nix-commits] [NixOS/nixpkgs] 44681c: jwm: 1582 -> 1594

2017-06-09 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 44681c53d68f212e7da33e0d27b6352a0103a863
  
https://github.com/NixOS/nixpkgs/commit/44681c53d68f212e7da33e0d27b6352a0103a863
  Author: romildo 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/window-managers/jwm/default.nix

  Log Message:
  ---
  jwm: 1582 -> 1594


  Commit: 66e82eaea812266ee2987c09d91cb5a27fc6b43e
  
https://github.com/NixOS/nixpkgs/commit/66e82eaea812266ee2987c09d91cb5a27fc6b43e
  Author: Joachim F 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/window-managers/jwm/default.nix

  Log Message:
  ---
  Merge pull request #26488 from romildo/upd.jwm

jwm: 1582 -> 1594


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


[Nix-commits] [NixOS/nixpkgs] a91a06: linuxPackages.evdi: specify minimum kernel version...

2017-06-09 Thread Joachim Fasting
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a91a06da5559cb679389c4ad435f92416c3e99ea
  
https://github.com/NixOS/nixpkgs/commit/a91a06da5559cb679389c4ad435f92416c3e99ea
  Author: Joachim Fasting 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  linuxPackages.evdi: specify minimum kernel version, per upstream

Upstream says 3.16 is the oldest supported kernel.  No versions prior to
3.18 build on Hydra. See e.g., https://hydra.nixos.org/build/53599831.

(cherry picked from commit b1f0af7ef67260724c914a823e87ea2b4516b7e9)


  Commit: 8d7c1a4b916541084042cffb8293a621e099de01
  
https://github.com/NixOS/nixpkgs/commit/8d7c1a4b916541084042cffb8293a621e099de01
  Author: Joachim Fasting 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  tinycc: 0.9.27pre-20170527 -> 0.9.27pre-20170605

Contains further fix to x86_64 codegen (and some less relevant Windows
stuff).

(cherry picked from commit 39f7530e4715d1bf84b1ed8cabf6c196efe5e7ec)


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


Re: [Nix-dev] weird garbage output inside nix-shell

2017-06-09 Thread Sergiu Ivanov
Hello Roni,

Thus quoth  Roni Choudhury  at 13:24 on Wed, Jun 07 2017:
> On Wed, Jun 7, 2017 at 12:14 AM Samuel Leathers  wrote:
>
>> I use nix-shell --run zsh. I alias that to nshell.
>>
> Thanks, Sam, this is a great idea! On this note, do you know of a good way
> to update the prompt to reflect the nix-shell environment I'm in? i.e., is
> there a way to *name* the nix-shell env, and get access to that name
> through an environment variable?

  nix-shell --run 'MY_SHELL_NAME=foo zsh'

will allow you to tag the shell with a custom environment variable.

If you want to update the prompt, you should probably play around with
shell prompt variables (like PS1 in bash):

  http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Prompt-Expansion


> I wanted to add that even if I don't drop into zsh as my first act in the
> nix-shell, I still get that weird output from executables not in the
> environment (such as `zsh` and `git`). If anyone has any insight or can
> answer my other question, that would be great.

My first reaction on seeing your very first mail was that you were
probably having issues with processing of ASCII terminal codes.
Unfortunately, I don't have any clear suggestions.

Have you tried running the commands in different terminal emulators?

--
Sergiu


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


[Nix-commits] [NixOS/nixpkgs] dd3dcc: xen: patch for XSAs: 206, 211, 212, 213, 214 and 2...

2017-06-09 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: dd3dcceb239915f6929e09fcaf27e0b119f021c7
  
https://github.com/NixOS/nixpkgs/commit/dd3dcceb239915f6929e09fcaf27e0b119f021c7
  Author: Michał Pałka 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/virtualization/xen/4.5.nix

  Log Message:
  ---
  xen: patch for XSAs: 206, 211, 212, 213, 214 and 215

XSA-206 Issue Description:

> xenstored supports transactions, such that if writes which would
> invalidate assumptions of a transaction occur, the entire transaction
> fails.  Typical response on a failed transaction is to simply retry
> the transaction until it succeeds.
>
> Unprivileged domains may issue writes to xenstore which conflict with
> transactions either of the toolstack or of backends such as the driver
> domain. Depending on the exact timing, repeated writes may cause
> transactions made by these entities to fail indefinitely.

More: https://xenbits.xen.org/xsa/advisory-206.html

XSA-211 Issue Description:

> When a graphics update command gets passed to the VGA emulator, there
> are 3 possible modes that can be used to update the display:
>
> * blank - Clears the display
> * text - Treats the display as showing text
> * graph - Treats the display as showing graphics
>
> After the display geometry gets changed (i.e., after the CIRRUS VGA
> emulation has resized the display), the VGA emulator will resize the
> console during the next update command. However, when a blank mode is
> also selected during an update, this resize doesn't happen. The resize
> will be properly handled during the next time a non-blank mode is
> selected during an update.
>
> However, other console components - such as the VNC emulation - will
> operate as though this resize had happened. When the display is
> resized to be larger than before, this can result in a heap overflow
> as console components will expect the display buffer to be larger than
> it is currently allocated.

More: https://xenbits.xen.org/xsa/advisory-211.html

XSA-212 Issue Description:

> The XSA-29 fix introduced an insufficient check on XENMEM_exchange
> input, allowing the caller to drive hypervisor memory accesses outside
> of the guest provided input/output arrays.

More: https://xenbits.xen.org/xsa/advisory-212.html

XSA-213 Issue Description:

> 64-bit PV guests typically use separate (root) page tables for their
> kernel and user modes.  Hypercalls are accessible to guest kernel
> context only, which certain hypercall handlers make assumptions on.
> The IRET hypercall (replacing the identically name CPU instruction)
> is used by guest kernels to transfer control from kernel mode to user
> mode.  If such an IRET hypercall is placed in the middle of a multicall
> batch, subsequent operations invoked by the same multicall batch may
> wrongly assume the guest to still be in kernel mode.  If one or more of
> these subsequent operations involve operations on page tables, they may
> be using the wrong root page table, confusing internal accounting.  As
> a result the guest may gain writable access to some of its page tables.

More: https://xenbits.xen.org/xsa/advisory-213.html

XSA-214 Issue Description:

> The GNTTABOP_transfer operation allows one guest to transfer a page to
> another guest.  The internal processing of this, however, does not
> include zapping the previous type of the page being transferred.  This
> makes it possible for a PV guest to transfer a page previously used as
> part of a segment descriptor table to another guest while retaining the
> "contains segment descriptors" property.
>
> If the destination guest is a PV one of different bitness, it may gain
> access to segment descriptors it is not normally allowed to have, like
> 64-bit code segments in a 32-bit PV guest.
>
> If the destination guest is a HVM one, that guest may freely alter the
> page contents and then hand the page back to the same or another PV
> guest.
>
> In either case, if the destination PV guest then inserts that page into
> one of its own descriptor tables, the page still having the designated
> type results in validation of its contents being skipped.

More: https://xenbits.xen.org/xsa/advisory-214.html

XSA-215 Issue Description:

> Under certain special conditions Xen reports an exception resulting
> from returning to guest mode not via ordinary exception entry points,
> but via a so call failsafe callback.  This callback, unlike exception
> handlers, takes 4 extra arguments on the stack (the saved data
> selectors DS, ES, FS, and GS).  Prior to placing exception or failsafe
> callback frames on the guest kernel stack, Xen checks the linear
> address range to not overlap with hypervisor space.  The range spanned
> by that check was mistakenly not covering these extra 4 slots.

More: https://xenbits.xen.org/xsa/advisory-215.html


  Commit: 7d8218a35190a8aece2f92b325197124279b969c
  

Re: [Nix-dev] weird garbage output inside nix-shell

2017-06-09 Thread Linus Heckemann
On 07/06/17 14:24, Roni Choudhury wrote:
> On Wed, Jun 7, 2017 at 12:14 AM Samuel Leathers  > wrote:
> 
> I use nix-shell --run zsh. I alias that to nshell.
> 
> Thanks, Sam, this is a great idea! On this note, do you know of a good
> way to update the prompt to reflect the nix-shell environment I'm in?
> i.e., is there a way to *name* the nix-shell env, and get access to that
> name through an environment variable?

Since everything that's passed to stdenv.mkDerivation ends up as an
environment variable, you can use the "name" environment variable. In my
case, my prompt function contains:

if [[ $IN_NIX_SHELL ]]; then
  printf "(%s)" "${name:-nix-shell}"
fi


> I wanted to add that even if I don't drop into zsh as my first act in
> the nix-shell, I still get that weird output from executables not in the
> environment (such as `zsh` and `git`). If anyone has any insight or can
> answer my other question, that would be great.

This is guesswork, but it could be locale-related. Do you use UTF-8
locales everywhere, or do you use other encodings that might mess up if
interpreted as UTF-8? Does setting LC_ALL=en_US.UTF-8 within the shell help?


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


[Nix-commits] [NixOS/nixpkgs] 97f300: pycairo: fix #26475 - a dead patch download

2017-06-09 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 97f3009bf86c4db9188e7e6f6443e9ce7bf165b6
  
https://github.com/NixOS/nixpkgs/commit/97f3009bf86c4db9188e7e6f6443e9ce7bf165b6
  Author: Vladimír Čunát 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  pycairo: fix #26475 - a dead patch download


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


[Nix-commits] [NixOS/nixpkgs] 46a024: pycairo: fix #26475 - a dead patch download

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

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

  Log Message:
  ---
  pycairo: fix #26475 - a dead patch download

(cherry picked from commit 97f3009bf86c4db9188e7e6f6443e9ce7bf165b6)


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


Re: [Nix-dev] weird garbage output inside nix-shell

2017-06-09 Thread Roni Choudhury
On Wed, Jun 7, 2017 at 12:14 AM Samuel Leathers  wrote:

> I use nix-shell --run zsh. I alias that to nshell.
>
Thanks, Sam, this is a great idea! On this note, do you know of a good way
to update the prompt to reflect the nix-shell environment I'm in? i.e., is
there a way to *name* the nix-shell env, and get access to that name
through an environment variable?

I wanted to add that even if I don't drop into zsh as my first act in the
nix-shell, I still get that weird output from executables not in the
environment (such as `zsh` and `git`). If anyone has any insight or can
answer my other question, that would be great.

Thanks!

roni

> On Tue, Jun 6, 2017, 08:07 Roni Choudhury  wrote:
>
>> Hi all!
>>
>> I’m using nix-shell to do some development. I have the environment set
>> up so I can build my code, but I had a question about invoking packages not
>> in the shell’s environment. For instance, in that shell, when I run vim,
>> I get output like this:
>>
>> vim: àΠbü : x#í : Error 224711464
>> vim:  }ÿ : xépOö : Error 1320334120
>>
>> These two lines came from two different invocations - note how the output
>> seems to be random.
>>
>> If I include vim in shell.nix, then I don’t see this problem. (I don’t
>> want to include vim in shell.nix in this case, because I don’t think the
>> choice of editor is critical to the build environment, etc.)
>>
>> My main question is: *what is causing this strange output?*
>>
>> My secondary question: *how do I invoke nix-shell in such a way as to
>> instantiate the environment specified in shell.nix, plus a few “custom”
>> packages (such as vim)?*
>>
>> I guess I should mention that my shell of choice is zsh. When I run
>> nix-shell I get dropped into a bash shell. From there, if I invoke zsh
>> I’m back where I want to be. Could that quirk have something to do with
>> this?
>>
>> Thanks in advance!
>>
>> roni
>> ​
>>
> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] e21974: cc-wrapper: externalize default_cxx_stdlib_compile

2017-06-09 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e2197465c16a3c04935eb892d6485b7551dd65f5
  
https://github.com/NixOS/nixpkgs/commit/e2197465c16a3c04935eb892d6485b7551dd65f5
  Author: Jörg Thalheim 
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
M pkgs/build-support/cc-wrapper/default.nix
M pkgs/misc/vim-plugins/default.nix
M pkgs/misc/vim-plugins/vim2nix/additional-nix-code/clang_complete

  Log Message:
  ---
  cc-wrapper: externalize default_cxx_stdlib_compile

This value is require to get c++ std include path for libclang based tools (vim 
plugins in my case).
I currently extract it this with this rather command:

```
eval echo $(nix-instantiate --eval --expr 'with (import ) {}; 
clang.default_cxx_stdlib_compile')
```

it did not trigger any recompilation on my system.


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

  Changed paths:
M pkgs/build-support/cc-wrapper/default.nix
M pkgs/misc/vim-plugins/default.nix
M pkgs/misc/vim-plugins/vim2nix/additional-nix-code/clang_complete

  Log Message:
  ---
  Merge pull request #26474 from Mic92/cc-wrapper

cc-wrapper: externalize default_cxx_stdlib_compile


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


[Nix-commits] [NixOS/nixpkgs] cfe23e: buck: build buckd as well

2017-06-09 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cfe23e19ab550b981db32ccf1f2fa876fdcc9611
  
https://github.com/NixOS/nixpkgs/commit/cfe23e19ab550b981db32ccf1f2fa876fdcc9611
  Author: Tim Jäger 
  Date:   2017-06-08 (Thu, 08 Jun 2017)

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

  Log Message:
  ---
  buck: build buckd as well

buck tries to launch buckd to run in the background. While not neccessary, it
does speed up builds.


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

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

  Log Message:
  ---
  Merge pull request #26479 from jgertm/jgertm/buck

buck: build buckd as well


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


[Nix-commits] [NixOS/nixpkgs] cc9a72: virtualboxGuestAdditions: don't install setuid/set...

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

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

  Log Message:
  ---
  virtualboxGuestAdditions: don't install setuid/setgid


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


[Nix-commits] [NixOS/nixpkgs] acf4f0: libthumbor: 1.2.0 -> 1.3.2

2017-06-09 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: acf4f0ce69e179de8ef617a13c708bfc8598100c
  
https://github.com/NixOS/nixpkgs/commit/acf4f0ce69e179de8ef617a13c708bfc8598100c
  Author: Vaibhav Sagar 
  Date:   2017-06-07 (Wed, 07 Jun 2017)

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

  Log Message:
  ---
  libthumbor: 1.2.0 -> 1.3.2


  Commit: 69cfc7f26586d2bcf278937ba051fc11aa3c7d8c
  
https://github.com/NixOS/nixpkgs/commit/69cfc7f26586d2bcf278937ba051fc11aa3c7d8c
  Author: Vaibhav Sagar 
  Date:   2017-06-07 (Wed, 07 Jun 2017)

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

  Log Message:
  ---
  thumbor: 5.2.1 -> 6.3.2


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

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

  Log Message:
  ---
  Merge pull request #26437 from vaibhavsagar/unbreak-thumbor

python.pkgs.thumbor: fix package


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


[Nix-commits] [NixOS/nixpkgs] b1f0af: linuxPackages.evdi: specify minimum kernel version...

2017-06-09 Thread Joachim Fasting
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b1f0af7ef67260724c914a823e87ea2b4516b7e9
  
https://github.com/NixOS/nixpkgs/commit/b1f0af7ef67260724c914a823e87ea2b4516b7e9
  Author: Joachim Fasting 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  linuxPackages.evdi: specify minimum kernel version, per upstream

Upstream says 3.16 is the oldest supported kernel.  No versions prior to
3.18 build on Hydra. See e.g., https://hydra.nixos.org/build/53599831.


  Commit: 39f7530e4715d1bf84b1ed8cabf6c196efe5e7ec
  
https://github.com/NixOS/nixpkgs/commit/39f7530e4715d1bf84b1ed8cabf6c196efe5e7ec
  Author: Joachim Fasting 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  tinycc: 0.9.27pre-20170527 -> 0.9.27pre-20170605

Contains further fix to x86_64 codegen (and some less relevant Windows
stuff).


Compare: https://github.com/NixOS/nixpkgs/compare/184ab11fc931...39f7530e4715___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 965668: xen: fix pygrub by making sure it is wrapped

2017-06-09 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 965668903adb00fcc7f39531e977ad1048853d00
  
https://github.com/NixOS/nixpkgs/commit/965668903adb00fcc7f39531e977ad1048853d00
  Author: Michał Pałka 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/virtualization/xen/generic.nix

  Log Message:
  ---
  xen: fix pygrub by making sure it is wrapped

Recent commit #c10af9e744c91dff1ccc07a52a0b57d1e4d339f3 changed the
behaviour of wrapPythonPrograms, which caused pygrub to no longer
being wrapped. This commit fixes this.


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

  Changed paths:
M pkgs/applications/virtualization/xen/generic.nix

  Log Message:
  ---
  Merge pull request #26484 from michalpalka/xen-python-fix

xen: fix pygrub by making sure it is wrapped


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


[Nix-commits] [NixOS/nixpkgs] f2e075: mkvtoolnix: 11.0.0 -> 12.0.0

2017-06-09 Thread romildo
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f2e075a241bbf24a2d03c11c6516bac8d52cadf3
  
https://github.com/NixOS/nixpkgs/commit/f2e075a241bbf24a2d03c11c6516bac8d52cadf3
  Author: romildo 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/video/mkvtoolnix/default.nix

  Log Message:
  ---
  mkvtoolnix: 11.0.0 -> 12.0.0


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


[Nix-commits] [NixOS/nixpkgs] 8f4619: kdevelop: 5.0.4 -> 5.1.1

2017-06-09 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8f4619bb3d5229cc4fd0734d9a6aac19e923571a
  
https://github.com/NixOS/nixpkgs/commit/8f4619bb3d5229cc4fd0734d9a6aac19e923571a
  Author: Ambroz Bizjak 
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
M pkgs/applications/editors/kdevelop5/kdevelop.nix
M pkgs/applications/editors/kdevelop5/kdevplatform.nix

  Log Message:
  ---
  kdevelop: 5.0.4 -> 5.1.1

Including also a patch for bug https://bugs.kde.org/show_bug.cgi?id=379433
which is a quite annoying regression from 5.0.4. The patch is the same as
the change committed upstream.


  Commit: 7badb92629191ea9d67ca855aa477d88272aeca9
  
https://github.com/NixOS/nixpkgs/commit/7badb92629191ea9d67ca855aa477d88272aeca9
  Author: Joachim F 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/editors/kdevelop5/kdevelop.nix
M pkgs/applications/editors/kdevelop5/kdevplatform.nix

  Log Message:
  ---
  Merge pull request #26404 from ambrop72/kdevelop-511

kdevelop: 5.0.4 -> 5.1.1


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


[Nix-commits] [NixOS/nixpkgs] 12a70c: tor-browser-bundle-bin: 6.5.2 -> 7.0

2017-06-09 Thread Joachim Fasting
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 12a70ca67fc003ee6a75d81b081500cad01bb42c
  
https://github.com/NixOS/nixpkgs/commit/12a70ca67fc003ee6a75d81b081500cad01bb42c
  Author: Joachim Fasting 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  tor-browser-bundle-bin: 6.5.2 -> 7.0

Now requires pulseaudio for audio playback.

https://blog.torproject.org/blog/tor-browser-70-released
(cherry picked from commit 5b5f3f542a8d62f16ba360dfde42a98c7ee02e1a)


  Commit: f900ea0ad3d563b666af2d46c018d00bae830294
  
https://github.com/NixOS/nixpkgs/commit/f900ea0ad3d563b666af2d46c018d00bae830294
  Author: Herwig Hochleitner 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  ninja: 1.7.1 -> 1.7.2

(cherry picked from commit 6509ba66a804390191e4bcf2f068686946e6fc56)


  Commit: 61d5447739ebfe29b434abb74f4fedde29fd7119
  
https://github.com/NixOS/nixpkgs/commit/61d5447739ebfe29b434abb74f4fedde29fd7119
  Author: Herwig Hochleitner 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  chromium: 57.0.2987.133 -> 58.0.3029.96

(cherry picked from commit ab65bf9dbdfdd1f5c3750ac3ec39d1217381de85)


  Commit: 93c4e499112f9e7b7d4f83e1de60acce6c9661c7
  
https://github.com/NixOS/nixpkgs/commit/93c4e499112f9e7b7d4f83e1de60acce6c9661c7
  Author: Herwig Hochleitner 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  chromium: 58.0.3029.96 -> 58.0.3029.110

(cherry picked from commit 232507a73cedbc3acfe9edb1b84938c016bf25af)


  Commit: e28c6e103052fc443d083a6270a112f6c6ccb055
  
https://github.com/NixOS/nixpkgs/commit/e28c6e103052fc443d083a6270a112f6c6ccb055
  Author: Herwig Hochleitner 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix
A 
pkgs/applications/networking/browsers/chromium/patches/fix-bootstrap-gn.patch

  Log Message:
  ---
  chromium: add bootstrap gn patch

(cherry picked from commit bafcf4226ead4a6bdc5d652164e4d18509af35a7)


  Commit: 9f208afb22f08d63fe3638a6fb4cd066f4d41113
  
https://github.com/NixOS/nixpkgs/commit/9f208afb22f08d63fe3638a6fb4cd066f4d41113
  Author: Herwig Hochleitner 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

  Changed paths:
M pkgs/applications/networking/browsers/chromium/common.nix

  Log Message:
  ---
  chromium: softlink system nodejs into third_party

somehow, the build seems to have changed with chromium 58, to not auto
download the node binary. It is needed to generate webui files and we
can substitute our own.

(cherry picked from commit 1fe7bd9ed6a5dd780e4991241b75fc0640576b2b)


  Commit: dc6c17b8b79bf5b73c6ddb7d9f916c45f052c1b4
  
https://github.com/NixOS/nixpkgs/commit/dc6c17b8b79bf5b73c6ddb7d9f916c45f052c1b4
  Author: Joachim Fasting 
  Date:   2017-06-09 (Fri, 09 Jun 2017)

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

  Log Message:
  ---
  tor: 0.2.9.10 -> 0.2.9.11

Of particular note is a fix for TROVE-2017-005.

See 
https://blog.torproject.org/blog/tor-0308-released-fix-hidden-services-also-are-02429-02514-02612-0278-02814-and-02911


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


[Nix-commits] [NixOS/nixpkgs] fbb5b2: multi-ghc-travis: update to latest git version

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

  Changed paths:
M pkgs/development/tools/haskell/multi-ghc-travis/default.nix

  Log Message:
  ---
  multi-ghc-travis: update to latest git version


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


Re: [Nix-dev] libpurple and PURPLE_PLUGIN_PATH

2017-06-09 Thread Vladimír Čunát
On 06/09/2017 02:17 AM, Bryan Richter wrote:
> I see that nixpkgs patches libpurple (pidgin) to look for plugins
> in paths specified by PURPLE_PLUGIN_PATH. Do I have to set that var
> manually?
> 
> I would hope that installing a plugin into my environment would update
> the variable automatically.

You want pidgin.override { plugins = [ . ]; }

> Are there other cases in the nixpkgs universe that match this pattern? [...]

Yes, plugin-style packaging is more complicated with nix.  Normally
packages assume there's one directory which collects all plugins of a
particular type, but we typically don't want that, so other ways are used.

--Vladimir



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