Re: [Nix-dev] KDE applications

2017-06-28 Thread James Cook
Thanks. Some parts were already fixed, but applied the remaining
changes in 13ab06b05a2f288dd73d3ecf02be4481cfc521c7. Please let me
know if I missed anything.

On 25 June 2017 at 20:47, Karn Kallio  wrote:
>
> A number of the KDE applications in Nixpkgs fail to build due to
> missing dependencies.  The attached patch fixes these builds by adding
> the dependencies.
>
> This patch includes the same changes as the individual patches sent
> earlier as well as fixes for kig and akondadi-mime
>
> ___
> 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] 13ab06: kde applications : fix builds by adding missing de...

2017-06-28 Thread Karn Kallio
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 13ab06b05a2f288dd73d3ecf02be4481cfc521c7
  
https://github.com/NixOS/nixpkgs/commit/13ab06b05a2f288dd73d3ecf02be4481cfc521c7
  Author: Karn Kallio 
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M pkgs/applications/kde/akonadi-mime.nix
M pkgs/applications/kde/kig.nix

  Log Message:
  ---
  kde applications : fix builds by adding missing dependencies

Patch applied by James Cook .


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


Re: [Nix-dev] krfb fix build

2017-06-28 Thread James Cook
For the record: a similar change was pushed in
cbb39f4382a84c23ce4dbb6f77ef298e68e89afa, possibly based on Karn's.

On 25 June 2017 at 18:39, Karn Kallio  wrote:
> The attached patch fixes the build for the KDE application krfb in the
> Nixpkgs by adding missing dependencies.
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] akonadi fix build

2017-06-28 Thread James Cook
Thanks. Pushed as 815764096bd06d365bf526a1c1513dfb4926faf8.

On 25 June 2017 at 18:12, Karn Kallio  wrote:
>  The attached patch fixes the build of the KDE application akonadi in
>  the Nixpkgs by adding some missing dependencies.
>
> ___
> 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] 815764: Fix akonadi build.

2017-06-28 Thread Karn Kallio
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 815764096bd06d365bf526a1c1513dfb4926faf8
  
https://github.com/NixOS/nixpkgs/commit/815764096bd06d365bf526a1c1513dfb4926faf8
  Author: Karn Kallio 
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M pkgs/applications/kde/akonadi/default.nix

  Log Message:
  ---
  Fix akonadi build.

Patch applied by James Cook .


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


[Nix-commits] [NixOS/nixpkgs] 8ca829: libxml2: Don't use stdenv.cross

2017-06-28 Thread John Ericson
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8ca8293dbc5982684d0ce87babf3daf7729e549a
  
https://github.com/NixOS/nixpkgs/commit/8ca8293dbc5982684d0ce87babf3daf7729e549a
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  libxml2: Don't use stdenv.cross


  Commit: 099b83f90d8996fcae2a03e5c85f13a8a3341d72
  
https://github.com/NixOS/nixpkgs/commit/099b83f90d8996fcae2a03e5c85f13a8a3341d72
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  libxslt: Don't use stdenv.cross


  Commit: a11426c52376d0d6b82d24519a333a3c1f7dec71
  
https://github.com/NixOS/nixpkgs/commit/a11426c52376d0d6b82d24519a333a3c1f7dec71
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/graphics/ImageMagick/7.0.nix
M pkgs/applications/graphics/ImageMagick/default.nix

  Log Message:
  ---
  ImageMagick: Don't use stdenv.cross

I'm guessing the salient aspect here is not cross compiling itself, but
just whether the host platform is MinGW, so I simplified the logic
accordingly


  Commit: c4443d70df83bc9591cdf892a3f2b7c7d98fffbb
  
https://github.com/NixOS/nixpkgs/commit/c4443d70df83bc9591cdf892a3f2b7c7d98fffbb
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/graphics/fbida/default.nix

  Log Message:
  ---
  fbida: cc-wrapper can be relied on to export these env vars


  Commit: ca94de8c4c87f1cace032ccaa8e922e2db9405bb
  
https://github.com/NixOS/nixpkgs/commit/ca94de8c4c87f1cace032ccaa8e922e2db9405bb
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  offrss: cc-wrapper can be relied on to export this env var


  Commit: ffa535a0cc321a502d49240c859f2a761f0455d9
  
https://github.com/NixOS/nixpkgs/commit/ffa535a0cc321a502d49240c859f2a761f0455d9
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  fossil: Don't use stdenv.cross


  Commit: 9c163cebdd5924b223745ec59928f456cd4587fc
  
https://github.com/NixOS/nixpkgs/commit/9c163cebdd5924b223745ec59928f456cd4587fc
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  omxplayer: Don't use stdenv.cross


  Commit: deb8fae4c0b65f0b70642518a221db54058d2cac
  
https://github.com/NixOS/nixpkgs/commit/deb8fae4c0b65f0b70642518a221db54058d2cac
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/build-support/kernel/make-initrd.nix

  Log Message:
  ---
  make-initrd: Don't use stdenv.cross


  Commit: c3c5793ab29d3fe8b3c0faff2ad644cfe91618b9
  
https://github.com/NixOS/nixpkgs/commit/c3c5793ab29d3fe8b3c0faff2ad644cfe91618b9
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/development/interpreters/guile/2.0.nix
M pkgs/development/interpreters/guile/default.nix

  Log Message:
  ---
  guile: Don't use stdenv.cross


  Commit: 5d1e51a199917fa945cb59567597e354c6e4f56d
  
https://github.com/NixOS/nixpkgs/commit/5d1e51a199917fa945cb59567597e354c6e4f56d
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/development/interpreters/lua-5/5.2.nix
M pkgs/development/interpreters/lua-5/5.3.nix

  Log Message:
  ---
  lua 5: Don't use stdenv.cross, and use less make flags

cc-wrapper will define environment variables matching those now


  Commit: 80a857f8d7b797cfd661e2686c0f2e66d41255b5
  
https://github.com/NixOS/nixpkgs/commit/80a857f8d7b797cfd661e2686c0f2e66d41255b5
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  SDL: Don't use stdenv.cross


  Commit: 67b5f39c7288073909302bc6ce2e7df094874c24
  
https://github.com/NixOS/nixpkgs/commit/67b5f39c7288073909302bc6ce2e7df094874c24
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/games/scummvm/default.nix

  Log Message:
  ---
  scummvm: Don't use stdenv.cross


  Commit: fcef0add76de4728b11cf9acba840a7e7d06abbb
 

[Nix-commits] [NixOS/nixpkgs] f4e04c: clac: 20170416 -> 20170503

2017-06-28 Thread Charles Strahan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f4e04c3e44ff49898fdb9b258e40d2dafd6bed4f
  
https://github.com/NixOS/nixpkgs/commit/f4e04c3e44ff49898fdb9b258e40d2dafd6bed4f
  Author: Charles Strahan 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  clac: 20170416 -> 20170503


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


[Nix-commits] [NixOS/nixpkgs] 96d840: xen: patch for XSAs: 216, 217, 218, 219, 220, 221, ...

2017-06-28 Thread Tim Steinbach
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 96d840718b83079202c0322d463f0e059c50d050
  
https://github.com/NixOS/nixpkgs/commit/96d840718b83079202c0322d463f0e059c50d050
  Author: Michał Pałka 
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
M pkgs/applications/virtualization/xen/4.5.nix
M pkgs/os-specific/linux/kernel/patches.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  xen: patch for XSAs: 216, 217, 218, 219, 220, 221, 222, and 224

XSA-216 Issue Description:

> The block interface response structure has some discontiguous fields.
> Certain backends populate the structure fields of an otherwise
> uninitialized instance of this structure on their stacks, leaking
> data through the (internal or trailing) padding field.

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

XSA-217 Issue Description:

> Domains controlling other domains are permitted to map pages owned by
> the domain being controlled.  If the controlling domain unmaps such a
> page without flushing the TLB, and if soon after the domain being
> controlled transfers this page to another PV domain (via
> GNTTABOP_transfer or, indirectly, XENMEM_exchange), and that third
> domain uses the page as a page table, the controlling domain will have
> write access to a live page table until the applicable TLB entry is
> flushed or evicted.  Note that the domain being controlled is
> necessarily HVM, while the controlling domain is PV.

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

XSA-218 Issue Description:

> We have discovered two bugs in the code unmapping grant references.
>
> * When a grant had been mapped twice by a backend domain, and then
> unmapped by two concurrent unmap calls, the frontend may be informed
> that the page had no further mappings when the first call completed rather
> than when the second call completed.
>
> * A race triggerable by an unprivileged guest could cause a grant
> maptrack entry for grants to be "freed" twice.  The ultimate effect of
> this would be for maptrack entries for a single domain to be re-used.

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

XSA-219 Issue Description:

> When using shadow paging, writes to guest pagetables must be trapped and
> emulated, so the shadows can be suitably adjusted as well.
>
> When emulating the write, Xen maps the guests pagetable(s) to make the final
> adjustment and leave the guest's view of its state consistent.
>
> However, when mapping the frame, Xen drops the page reference before
> performing the write.  This is a race window where the underlying frame can
> change ownership.
>
> One possible attack scenario is for the frame to change ownership and to be
> inserted into a PV guest's pagetables.  At that point, the emulated write will
> be an unaudited modification to the PV pagetables whose value is under guest
> control.

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

XSA-220 Issue Description:

> Memory Protection Extensions (MPX) and Protection Key (PKU) are features in
> newer processors, whose state is intended to be per-thread and context
> switched along with all other XSAVE state.
>
> Xen's vCPU context switch code would save and restore the state only
> if the guest had set the relevant XSTATE enable bits.  However,
> surprisingly, the use of these features is not dependent (PKU) or may
> not be dependent (MPX) on having the relevant XSTATE bits enabled.
>
> VMs which use MPX or PKU, and context switch the state manually rather
> than via XSAVE, will have the state leak between vCPUs (possibly,
> between vCPUs in different guests).  This in turn corrupts state in
> the destination vCPU, and hence may lead to weakened protections
>
> Experimentally, MPX appears not to make any interaction with BND*
> state if BNDCFGS.EN is set but XCR0.BND{CSR,REGS} are clear.  However,
> the SDM is not clear in this case; therefore MPX is included in this
> advisory as a precaution.

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

XSA-221 Issue Description:

> When polling event channels, in general arbitrary port numbers can be
> specified.  Specifically, there is no requirement that a polled event
> channel ports has ever been created.  When the code was generalised
> from an earlier implementation, introducing some intermediate
> pointers, a check should have been made that these intermediate
> pointers are non-NULL.  However, that check was omitted.

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

XSA-222 Issue Description:

> Certain actions require removing pages from a guest's P2M
> (Physical-to-Machine) mapping.  When large pages are in use to map
> guest pages in the 2nd-stage page tables, such a removal operation may
> incur a memory allocation (to replace a large mapping with individual
> smaller ones).  If this allocation fails, these errors are ignored by
> the callers, which would then continue and (for example) 

[Nix-commits] [NixOS/nixpkgs] 80e0cd: xen: patch for XSAs: 216, 217, 218, 219, 220, 221, ...

2017-06-28 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 80e0cda7ff92233edc94161eae5838a1c423e5e4
  
https://github.com/NixOS/nixpkgs/commit/80e0cda7ff92233edc94161eae5838a1c423e5e4
  Author: Michał Pałka 
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
M pkgs/applications/virtualization/xen/4.5.nix
M pkgs/os-specific/linux/kernel/patches.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  xen: patch for XSAs: 216, 217, 218, 219, 220, 221, 222, and 224

XSA-216 Issue Description:

> The block interface response structure has some discontiguous fields.
> Certain backends populate the structure fields of an otherwise
> uninitialized instance of this structure on their stacks, leaking
> data through the (internal or trailing) padding field.

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

XSA-217 Issue Description:

> Domains controlling other domains are permitted to map pages owned by
> the domain being controlled.  If the controlling domain unmaps such a
> page without flushing the TLB, and if soon after the domain being
> controlled transfers this page to another PV domain (via
> GNTTABOP_transfer or, indirectly, XENMEM_exchange), and that third
> domain uses the page as a page table, the controlling domain will have
> write access to a live page table until the applicable TLB entry is
> flushed or evicted.  Note that the domain being controlled is
> necessarily HVM, while the controlling domain is PV.

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

XSA-218 Issue Description:

> We have discovered two bugs in the code unmapping grant references.
>
> * When a grant had been mapped twice by a backend domain, and then
> unmapped by two concurrent unmap calls, the frontend may be informed
> that the page had no further mappings when the first call completed rather
> than when the second call completed.
>
> * A race triggerable by an unprivileged guest could cause a grant
> maptrack entry for grants to be "freed" twice.  The ultimate effect of
> this would be for maptrack entries for a single domain to be re-used.

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

XSA-219 Issue Description:

> When using shadow paging, writes to guest pagetables must be trapped and
> emulated, so the shadows can be suitably adjusted as well.
>
> When emulating the write, Xen maps the guests pagetable(s) to make the final
> adjustment and leave the guest's view of its state consistent.
>
> However, when mapping the frame, Xen drops the page reference before
> performing the write.  This is a race window where the underlying frame can
> change ownership.
>
> One possible attack scenario is for the frame to change ownership and to be
> inserted into a PV guest's pagetables.  At that point, the emulated write will
> be an unaudited modification to the PV pagetables whose value is under guest
> control.

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

XSA-220 Issue Description:

> Memory Protection Extensions (MPX) and Protection Key (PKU) are features in
> newer processors, whose state is intended to be per-thread and context
> switched along with all other XSAVE state.
>
> Xen's vCPU context switch code would save and restore the state only
> if the guest had set the relevant XSTATE enable bits.  However,
> surprisingly, the use of these features is not dependent (PKU) or may
> not be dependent (MPX) on having the relevant XSTATE bits enabled.
>
> VMs which use MPX or PKU, and context switch the state manually rather
> than via XSAVE, will have the state leak between vCPUs (possibly,
> between vCPUs in different guests).  This in turn corrupts state in
> the destination vCPU, and hence may lead to weakened protections
>
> Experimentally, MPX appears not to make any interaction with BND*
> state if BNDCFGS.EN is set but XCR0.BND{CSR,REGS} are clear.  However,
> the SDM is not clear in this case; therefore MPX is included in this
> advisory as a precaution.

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

XSA-221 Issue Description:

> When polling event channels, in general arbitrary port numbers can be
> specified.  Specifically, there is no requirement that a polled event
> channel ports has ever been created.  When the code was generalised
> from an earlier implementation, introducing some intermediate
> pointers, a check should have been made that these intermediate
> pointers are non-NULL.  However, that check was omitted.

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

XSA-222 Issue Description:

> Certain actions require removing pages from a guest's P2M
> (Physical-to-Machine) mapping.  When large pages are in use to map
> guest pages in the 2nd-stage page tables, such a removal operation may
> incur a memory allocation (to replace a large mapping with individual
> smaller ones).  If this allocation fails, these errors are ignored by
> the callers, which would then continue and (for example) free the

[Nix-commits] [NixOS/nixpkgs] b0ada0: wxMSW: Fix syntax --- travis eval did not catch

2017-06-28 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0ada07f36abc21c99b5cdbe780157d6b92b
  
https://github.com/NixOS/nixpkgs/commit/b0ada07f36abc21c99b5cdbe780157d6b92b
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/os-specific/windows/wxMSW-2.8/default.nix

  Log Message:
  ---
  wxMSW: Fix syntax --- travis eval did not catch


  Commit: eb052edd6fca60ea5d368547e3ff308adbe305cc
  
https://github.com/NixOS/nixpkgs/commit/eb052edd6fca60ea5d368547e3ff308adbe305cc
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/os-specific/windows/wxMSW-2.8/default.nix

  Log Message:
  ---
  Merge pull request #26946 from obsidiansystems/wxmsw-fix

wxMSW: Fix syntax --- travis eval did not catch


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


[Nix-commits] [NixOS/nixpkgs] 5b90fa: terraform: 0.9.6 -> 0.9.9.

2017-06-28 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5b90fa01518fc3c3d6e1ed014fe002f8bea2f573
  
https://github.com/NixOS/nixpkgs/commit/5b90fa01518fc3c3d6e1ed014fe002f8bea2f573
  Author: Diego Pontoriero 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/applications/networking/cluster/terraform/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  terraform: 0.9.6 -> 0.9.9.


  Commit: db17c508ef019b422a4d546dd1c0b10216ac8b23
  
https://github.com/NixOS/nixpkgs/commit/db17c508ef019b422a4d546dd1c0b10216ac8b23
  Author: Tim Steinbach 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/networking/cluster/terraform/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26915 from diegs/terraform

terraform: 0.9.6 -> 0.9.9.


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


[Nix-commits] [NixOS/nixpkgs] 312c2f: virtualbox: Add ability to disable 32-bit guest su...

2017-06-28 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 312c2f7961c2907d521e11438e176e33f563f5af
  
https://github.com/NixOS/nixpkgs/commit/312c2f7961c2907d521e11438e176e33f563f5af
  Author: Tim Steinbach 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  virtualbox: Add ability to disable 32-bit guest support


  Commit: fb8a66dcc93b5452fb2ad78a865721f163ebd413
  
https://github.com/NixOS/nixpkgs/commit/fb8a66dcc93b5452fb2ad78a865721f163ebd413
  Author: Tim Steinbach 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26945 from NeQuissimus/virtualbox_32bit

virtualbox: Add ability to disable 32-bit guest support


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


[Nix-commits] [NixOS/nixpkgs] f57fad: sbcl: 1.3.18 -> 1.3.19

2017-06-28 Thread Tomas Hlavaty
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f57fadc5366e18289cdde3c69658bb89644feab8
  
https://github.com/NixOS/nixpkgs/commit/f57fadc5366e18289cdde3c69658bb89644feab8
  Author: Tomas Hlavaty 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  sbcl: 1.3.18 -> 1.3.19

Updated sbcl with new version released today.  Tested on nixos 17.03
x86_64, sbcl executable runs.  Thanks.

>From 36da6ad6eac68fdf2c8876c0a35642aa3e5c9d96 Mon Sep 17 00:00:00 2001
From: Tomas Hlavaty 
Date: Wed, 28 Jun 2017 20:12:58 +0200
Subject: [PATCH] sbcl: 1.3.18 -> 1.3.19


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


Re: [Nix-dev] [PATCH] sbcl: 1.3.18 -> 1.3.19

2017-06-28 Thread Shea Levy
Applied as f57fadc536, thanks!

Tomas Hlavaty  writes:

> Updated sbcl with new version released today.  Tested on nixos 17.03
> x86_64, sbcl executable runs.  Thanks.
>
> From 36da6ad6eac68fdf2c8876c0a35642aa3e5c9d96 Mon Sep 17 00:00:00 2001
> From: Tomas Hlavaty 
> Date: Wed, 28 Jun 2017 20:12:58 +0200
> Subject: [PATCH] sbcl: 1.3.18 -> 1.3.19
>
> ---
>  pkgs/development/compilers/sbcl/default.nix | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/pkgs/development/compilers/sbcl/default.nix 
> b/pkgs/development/compilers/sbcl/default.nix
> index 036a3b9f3d..3bd1982baa 100644
> --- a/pkgs/development/compilers/sbcl/default.nix
> +++ b/pkgs/development/compilers/sbcl/default.nix
> @@ -9,11 +9,11 @@
>  
>  stdenv.mkDerivation rec {
>name= "sbcl-${version}";
> -  version = "1.3.18";
> +  version = "1.3.19";
>  
>src = fetchurl {
>  url= 
> "mirror://sourceforge/project/sbcl/sbcl/${version}/${name}-source.tar.bz2";
> -sha256 = "13irc67v02xa861n9g4lq7q80pnd8drkrgmigqdl9b2mp8n64bgv";
> +sha256 = "0660gw43myikpa6n2qjhjxz61ilqazva4v8shljgwymag99risxm";
>};
>  
>patchPhase = ''
> -- 
> 2.12.2
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev


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] 8ca829: libxml2: Don't use stdenv.cross

2017-06-28 Thread John Ericson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8ca8293dbc5982684d0ce87babf3daf7729e549a
  
https://github.com/NixOS/nixpkgs/commit/8ca8293dbc5982684d0ce87babf3daf7729e549a
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  libxml2: Don't use stdenv.cross


  Commit: 099b83f90d8996fcae2a03e5c85f13a8a3341d72
  
https://github.com/NixOS/nixpkgs/commit/099b83f90d8996fcae2a03e5c85f13a8a3341d72
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  libxslt: Don't use stdenv.cross


  Commit: a11426c52376d0d6b82d24519a333a3c1f7dec71
  
https://github.com/NixOS/nixpkgs/commit/a11426c52376d0d6b82d24519a333a3c1f7dec71
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/graphics/ImageMagick/7.0.nix
M pkgs/applications/graphics/ImageMagick/default.nix

  Log Message:
  ---
  ImageMagick: Don't use stdenv.cross

I'm guessing the salient aspect here is not cross compiling itself, but
just whether the host platform is MinGW, so I simplified the logic
accordingly


  Commit: c4443d70df83bc9591cdf892a3f2b7c7d98fffbb
  
https://github.com/NixOS/nixpkgs/commit/c4443d70df83bc9591cdf892a3f2b7c7d98fffbb
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/graphics/fbida/default.nix

  Log Message:
  ---
  fbida: cc-wrapper can be relied on to export these env vars


  Commit: ca94de8c4c87f1cace032ccaa8e922e2db9405bb
  
https://github.com/NixOS/nixpkgs/commit/ca94de8c4c87f1cace032ccaa8e922e2db9405bb
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  offrss: cc-wrapper can be relied on to export this env var


  Commit: ffa535a0cc321a502d49240c859f2a761f0455d9
  
https://github.com/NixOS/nixpkgs/commit/ffa535a0cc321a502d49240c859f2a761f0455d9
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  fossil: Don't use stdenv.cross


  Commit: 9c163cebdd5924b223745ec59928f456cd4587fc
  
https://github.com/NixOS/nixpkgs/commit/9c163cebdd5924b223745ec59928f456cd4587fc
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  omxplayer: Don't use stdenv.cross


  Commit: deb8fae4c0b65f0b70642518a221db54058d2cac
  
https://github.com/NixOS/nixpkgs/commit/deb8fae4c0b65f0b70642518a221db54058d2cac
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/build-support/kernel/make-initrd.nix

  Log Message:
  ---
  make-initrd: Don't use stdenv.cross


  Commit: c3c5793ab29d3fe8b3c0faff2ad644cfe91618b9
  
https://github.com/NixOS/nixpkgs/commit/c3c5793ab29d3fe8b3c0faff2ad644cfe91618b9
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/development/interpreters/guile/2.0.nix
M pkgs/development/interpreters/guile/default.nix

  Log Message:
  ---
  guile: Don't use stdenv.cross


  Commit: 5d1e51a199917fa945cb59567597e354c6e4f56d
  
https://github.com/NixOS/nixpkgs/commit/5d1e51a199917fa945cb59567597e354c6e4f56d
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/development/interpreters/lua-5/5.2.nix
M pkgs/development/interpreters/lua-5/5.3.nix

  Log Message:
  ---
  lua 5: Don't use stdenv.cross, and use less make flags

cc-wrapper will define environment variables matching those now


  Commit: 80a857f8d7b797cfd661e2686c0f2e66d41255b5
  
https://github.com/NixOS/nixpkgs/commit/80a857f8d7b797cfd661e2686c0f2e66d41255b5
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  SDL: Don't use stdenv.cross


  Commit: 67b5f39c7288073909302bc6ce2e7df094874c24
  
https://github.com/NixOS/nixpkgs/commit/67b5f39c7288073909302bc6ce2e7df094874c24
  Author: John Ericson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/games/scummvm/default.nix

  Log Message:
  ---
  scummvm: Don't use stdenv.cross


  Commit: fcef0add76de4728b11cf9acba840a7e7d06abbb
  

[Nix-commits] [NixOS/nixpkgs] b0a4c2: nixos: installer.nix test: test ZFS install use ca...

2017-06-28 Thread Graham Christensen
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0a4c2c33f7004be50284186b314255b47554edd
  
https://github.com/NixOS/nixpkgs/commit/b0a4c2c33f7004be50284186b314255b47554edd
  Author: Graham Christensen 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M nixos/release-combined.nix
M nixos/tests/installer.nix

  Log Message:
  ---
  nixos: installer.nix test: test ZFS install use case


  Commit: 425e9ce493218acc5dd001cf7656e45f73b82596
  
https://github.com/NixOS/nixpkgs/commit/425e9ce493218acc5dd001cf7656e45f73b82596
  Author: Graham Christensen 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M nixos/release-combined.nix
M nixos/tests/installer.nix

  Log Message:
  ---
  Merge pull request #26917 from grahamc/zfs-installer-test

nixos: installer.nix test: test ZFS install use case


Compare: https://github.com/NixOS/nixpkgs/compare/7642a76c1add...425e9ce49321___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 1a7745: dmensamenu: init at 1.0.0

2017-06-28 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1a7745d6ecda1e6ea58844c3ae03f59553b32f2c
  
https://github.com/NixOS/nixpkgs/commit/1a7745d6ecda1e6ea58844c3ae03f59553b32f2c
  Author: Robert Schütz 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M lib/maintainers.nix
A pkgs/applications/misc/dmensamenu/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  dmensamenu: init at 1.0.0


  Commit: 7642a76c1add3af1b01b2f1399b3259b6c9ecd9b
  
https://github.com/NixOS/nixpkgs/commit/7642a76c1add3af1b01b2f1399b3259b6c9ecd9b
  Author: Jörg Thalheim 
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
M lib/maintainers.nix
A pkgs/applications/misc/dmensamenu/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26926 from dotlambda/master

dmensamenu: init at 1.0.0


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


[Nix-dev] Fwd: [oss-security] accepting new members to (linux-)distros lists

2017-06-28 Thread Leo Gaspard
Hi all,

The following mail that just went up on oss-security makes me think
NixOS' security team may maybe join the linux-distros embargoed list
(despite not having a closed build system, having the patches ready
should already help with the rush upon new vulnerabilities).

What do you (esp. the security team) think about it?

Cheers,
Leo


 Forwarded Message 
Subject: [oss-security] accepting new members to (linux-)distros lists
Date: Wed, 28 Jun 2017 22:02:40 +0200
From: Solar Designer 
Reply-To: oss-secur...@lists.openwall.com
To: oss-secur...@lists.openwall.com

Hi,

I have finally specified the criteria for accepting new members to the
(linux-)distros lists.  I intend to process the requests, which are to
be posted to new threads each (one thread per distro wanting to join).

I put quite some thought (and experience so far) into these criteria,
but I welcome any comments and suggested changes this community might
have.  The list of criteria will be maintained on the wiki:

http://oss-security.openwall.org/wiki/mailing-lists/distros#membership-criteria

Currently, to be eligible for (linux-)distros list membership, your
distro should:

1. Be an actively maintained Unix-like operating system distro with
substantial use of Open Source components

2. Have a userbase not limited to your own organization

3. Have a publicly verifiable track record, dating back at least 1 year
and continuing to present day, of fixing security issues (including some
that had been handled on (linux-)distros, meaning that membership would
have been relevant to you) and releasing the fixes within 10 days (and
preferably much less than that) of the issues being made public (if it
takes you ages to fix an issue, your users wouldn't substantially
benefit from the additional time, often around 7 days and sometimes up
to 14 days, that list membership could give you)

4. Not be (only) downstream or a rebuild of another distro (or else we
need convincing additional justification of how the list membership
would enable you to release fixes sooner, presumably not relying on the
upstream distro having released their fixes first?)

5. Be a participant and preferably an active contributor in relevant
public communities (most notably, if you're not watching for issues
being made public on oss-security, which are a superset of those that
had been handled on (linux-)distros, then there's no valid reason for
you to be on (linux-)distros)

6. Accept the list policy:
http://oss-security.openwall.org/wiki/mailing-lists/distros#list-policy-and-instructions-for-members
(also quoted below)

7. Be able and willing to contribute back, preferably in specific ways
announced in advance (so that you're responsible for a specific area and
so that we know what to expect from which member), and demonstrate
actual contributions once you've been a member for a while:
http://oss-security.openwall.org/wiki/mailing-lists/distros#contributing-back
(also quoted below)

8. Be able and willing to handle PGP-encrypted e-mail

9. Have someone already on the private list, or at least someone else
who has been active on oss-security for years but is not affiliated with
your distro nor your organization, vouch for at least one of the people
requesting membership on behalf of your distro (then that one
vouched-for person will be able to vouch for others on your team, in
case you'd like multiple people subscribed)

Membership requests should provide answers per each of these criteria.

I came up with many current tasks/roles that a new or existing member
could usefully help with, thereby contributing to the team effort.
Currently the wiki page lists a total of 18 such items: 5 technical and
13 administrative.  I'd prefer that new membership requests include
specifics on what the new member will contribute - this can be work on
some of these 18 items or/and something else.

Right now, most of these things I listed are everyone's and thus no
one's responsibility (and they often fall back on me as list admin).
I want this to change.  Ideally, we'd list specific distros for each one
of these tasks/roles... and if something required is not done or goes
wrong per one of those roles, we'll ask them to explain why and correct
that for further occasions.  This will also serve to verify that they're
still active and paying attention, replacing my responsiveness tests.

Here are the current tasks/roles to choose from or/and add to:

Technical (in arbitrary order):

1. Propose (other) ways to fix, work around, or mitigate the reported
issues

2. Develop and share fixes, workarounds, or mitigations

3. Review and/or test the proposed patches and point out potential
issues with them (such as incomplete fixes for the originally reported
issues, additional issues you might notice, and newly introduced bugs)

4. Generalize the reported issues to see if other closely related issues
exist (e.g., if a bug is reported against one implementation of X, see
if 

[Nix-commits] [NixOS/nixpkgs] 55bc53: mendeley: ignore errors attempting to install link...

2017-06-28 Thread Will Dietz
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55bc539b805893fb7db77fc2d8186571af550d6f
  
https://github.com/NixOS/nixpkgs/commit/55bc539b805893fb7db77fc2d8186571af550d6f
  Author: Will Dietz 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/office/mendeley/default.nix

  Log Message:
  ---
  mendeley: ignore errors attempting to install link handler on startup

It's not critical functionality and AFAICT only fails in environments
that wouldn't benefit from "successfully" installing it anyway.

Fixes #24709
Fixes #24821

(cherry picked from commit 4f4ae214a3a46ba83f790d23c0e9df0bf9f04215)


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


[Nix-commits] [NixOS/nixpkgs] a97c80: mendeley: ignore errors attempting to install link...

2017-06-28 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a97c803b4b32d29343115b085bd0a62ca3764352
  
https://github.com/NixOS/nixpkgs/commit/a97c803b4b32d29343115b085bd0a62ca3764352
  Author: Will Dietz 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/office/mendeley/default.nix

  Log Message:
  ---
  mendeley: ignore errors attempting to install link handler on startup

It's not critical functionality and AFAICT only fails in environments
that wouldn't benefit from "successfully" installing it anyway.

Fixes #24709
Fixes #24821


  Commit: 7ab817c8b86f3d96d33f0ac9ea9e6d3dee3bcf26
  
https://github.com/NixOS/nixpkgs/commit/7ab817c8b86f3d96d33f0ac9ea9e6d3dee3bcf26
  Author: Jörg Thalheim 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/office/mendeley/default.nix

  Log Message:
  ---
  Merge pull request #26942 from dtzWill/fix/mendeley-ignore-handler-errors

mendeley: ignore errors attempting to install link handler on startup


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


[Nix-commits] [NixOS/nixpkgs] 8797e3: certstrap: init at 1.0.1

2017-06-28 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8797e3edd28a917d6a62cf3f9a10d5a35a85ab0f
  
https://github.com/NixOS/nixpkgs/commit/8797e3edd28a917d6a62cf3f9a10d5a35a85ab0f
  Author: Volth 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  certstrap: init at 1.0.1


  Commit: d0a9189a034cbaa2fbe7fb85dd1a7a5138a67591
  
https://github.com/NixOS/nixpkgs/commit/d0a9189a034cbaa2fbe7fb85dd1a7a5138a67591
  Author: Jörg Thalheim 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26941 from volth/certstrap-1.0.1

certstrap: init at 1.0.1


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


Re: [Nix-dev] [PATCH] ccl: create ccl symlink

2017-06-28 Thread Peter Simons
Hi Tomas,

thank you very much for contributing this patch.

I wonder, though, why you are using such a convoluted path to submit
this change? You have an account on github, "tohl", so you *can* create
pull requests, which are vastly simpler to handle than a posting to this
mailing list is. Yet, instead of opening a PR, you post this patch here
and then use your Github account to post to the Nixpkgs bug tracker a
reference to your submission on the list. This feels very awkward. Is
there any particular reason why you choose to communicate in this
fashion?

Best regards,
Peter

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


[Nix-commits] [NixOS/nixpkgs] 338be9: Fresh SBCL is not compatible with not-fresh iolib

2017-06-28 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 338be9dbd4a6bfcc70244fb347f939091e1b75a7
  
https://github.com/NixOS/nixpkgs/commit/338be9dbd4a6bfcc70244fb347f939091e1b75a7
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix

  Log Message:
  ---
  Fresh SBCL is not compatible with not-fresh iolib


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


[Nix-commits] [NixOS/nixpkgs] fe2e3c: gnome-control-center: add missing dependency on cr...

2017-06-28 Thread Aristid Breitkreuz
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fe2e3cea51d0f36b4a23026c3bc4a63f9f5cd94b
  
https://github.com/NixOS/nixpkgs/commit/fe2e3cea51d0f36b4a23026c3bc4a63f9f5cd94b
  Author: Aristid Breitkreuz 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/desktops/gnome-3/3.22/core/gnome-control-center/default.nix

  Log Message:
  ---
  gnome-control-center: add missing dependency on cracklib


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


[Nix-commits] [NixOS/nixpkgs] e82d12: nixos/xserver: Don't use exec in xkb-layouts-exist

2017-06-28 Thread aszlig
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e82d1262123710b257038c5482a89f6a81ad6e81
  
https://github.com/NixOS/nixpkgs/commit/e82d1262123710b257038c5482a89f6a81ad6e81
  Author: aszlig 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M nixos/modules/services/x11/xserver.nix

  Log Message:
  ---
  nixos/xserver: Don't use exec in xkb-layouts-exist

First of all, thanks to @pbogdan for getting this problem reproduced:

https://github.com/NixOS/nixpkgs/commit/2014db3efcd2a#commitcomment-22815396

Also thanks to @vcunat for bringing this to my attention:

https://github.com/NixOS/nixpkgs/commit/44c64fef16ed5#commitcomment-22813503

Although it is not entirely clear why Nix has killed the build prior to
finishing, it seems to be related to the process substition I was using.

So instead of using "exec touch", let's wrap this inside an if so we
don't exit too early.

Tested this against all sub-tests in nixos/tests/keymap.nix and also a
few configurations with wrong keyboard layout definitions.

Signed-off-by: aszlig 


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


[Nix-commits] [NixOS/nixpkgs] 704e04: dockerTools.buildImage: configurable timestamp

2017-06-28 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 704e04b108b2051583b2a9a8dcb728b6324170b7
  
https://github.com/NixOS/nixpkgs/commit/704e04b108b2051583b2a9a8dcb728b6324170b7
  Author: Michael Fellinger 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  dockerTools.buildImage: configurable timestamp

This way not all images have to be from 47 years ago, making it much easier to 
find the one you're looking for.


  Commit: 54419f301633f1622b966f75dd07dcce2076e569
  
https://github.com/NixOS/nixpkgs/commit/54419f301633f1622b966f75dd07dcce2076e569
  Author: Michael Fellinger 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  using inherited instead


  Commit: 35b974a8e9a3234088502e289876ccff526950de
  
https://github.com/NixOS/nixpkgs/commit/35b974a8e9a3234088502e289876ccff526950de
  Author: Daiderd Jordan 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26911 from manveru/patch-2

dockerTools.buildImage: configurable timestamp


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


[Nix-commits] [NixOS/nixpkgs] ad8253: ccl: create ccl symlink

2017-06-28 Thread Tomas Hlavaty
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ad825384232d68998a1d9d7d0b135575485665de
  
https://github.com/NixOS/nixpkgs/commit/ad825384232d68998a1d9d7d0b135575485665de
  Author: Tomas Hlavaty 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  ccl: create ccl symlink

Make it more intuitive for users to start ccl and avoid platform
dependent executable names.

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


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


[Nix-commits] [NixOS/nixpkgs] 0a52cc: eclipse-platform: 4.6.2 -> 4.7

2017-06-28 Thread Robert Helgesson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0a52cc1851f16eca0f8b9c7d08be4ea8fceb4b1c
  
https://github.com/NixOS/nixpkgs/commit/0a52cc1851f16eca0f8b9c7d08be4ea8fceb4b1c
  Author: Robert Helgesson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  eclipse-platform: 4.6.2 -> 4.7


  Commit: 556a867186649021aba07ddbae5cc1087f2df7c8
  
https://github.com/NixOS/nixpkgs/commit/556a867186649021aba07ddbae5cc1087f2df7c8
  Author: Robert Helgesson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  eclipse-sdk: 4.6.2 -> 4.7


  Commit: fa6e946383e5fb2d1cbe47617d34aff081a9c6f2
  
https://github.com/NixOS/nixpkgs/commit/fa6e946383e5fb2d1cbe47617d34aff081a9c6f2
  Author: Robert Helgesson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/editors/eclipse/plugins.nix

  Log Message:
  ---
  eclipse-plugin-jdt: 4.6.2 -> 4.7


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


[Nix-commits] [NixOS/nixpkgs] 582c3e: ocamlPackages.bap: mark as broken on OCaml ≥ 4.03

2017-06-28 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 582c3edcfac7d2d5fb3bbcc96ce1aac092812940
  
https://github.com/NixOS/nixpkgs/commit/582c3edcfac7d2d5fb3bbcc96ce1aac092812940
  Author: Vincent Laporte 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  ocamlPackages.bap: mark as broken on OCaml ≥ 4.03


  Commit: c8c673568c8ae5df78d472e14ff6bc0078666bc6
  
https://github.com/NixOS/nixpkgs/commit/c8c673568c8ae5df78d472e14ff6bc0078666bc6
  Author: Vincent Laporte 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/development/ocaml-modules/qcheck/default.nix
M pkgs/development/ocaml-modules/stringext/default.nix
M pkgs/top-level/ocaml-packages.nix

  Log Message:
  ---
  ocamlPackages.stringext: 1.4.0 -> 1.4.3

ocamlPackages.qcheck: 0.4.0.1 -> 0.6


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


[Nix-dev] [PATCH] ccl: create ccl symlink

2017-06-28 Thread Tomas Hlavaty
Make it more intuitive for users to start ccl and avoid platform
dependent executable names.

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

Tested on nixos x86_64.

Thanks.

>From 9d1ade6a72fd2b4c10946128d8296aa9f8d75cc5 Mon Sep 17 00:00:00 2001
From: Tomas Hlavaty 
Date: Wed, 28 Jun 2017 20:33:58 +0200
Subject: [PATCH] ccl: create ccl symlink

Make it more intuitive for users to start ccl and avoid platform
dependent executable names.

https://github.com/NixOS/nixpkgs/issues/26934
---
 pkgs/development/compilers/ccl/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkgs/development/compilers/ccl/default.nix b/pkgs/development/compilers/ccl/default.nix
index 3e1784424e..76caf12ffd 100644
--- a/pkgs/development/compilers/ccl/default.nix
+++ b/pkgs/development/compilers/ccl/default.nix
@@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
 mkdir -p "$out/bin"
 echo -e '#!/bin/sh\n'"$out/share/ccl-installation/${CCL_RUNTIME}"' "$@"\n' > "$out"/bin/"${CCL_RUNTIME}"
 chmod a+x "$out"/bin/"${CCL_RUNTIME}"
+ln -s "$out"/bin/"${CCL_RUNTIME}" "$out"/bin/ccl
   '';
 
   meta = with stdenv.lib; {
-- 
2.12.2

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


[Nix-commits] [NixOS/nixpkgs] 0bc342: lkl: 2017-03-24 -> 2017-06-27

2017-06-28 Thread Daniel Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0bc3429e77e8a5ba1a29c2e9edcb984568d79fd0
  
https://github.com/NixOS/nixpkgs/commit/0bc3429e77e8a5ba1a29c2e9edcb984568d79fd0
  Author: Joachim Fasting 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  lkl: 2017-03-24 -> 2017-06-27

Now based on Linux 4.11


  Commit: 09194cafa848cd1743327fa6e147d67a4bbf67f3
  
https://github.com/NixOS/nixpkgs/commit/09194cafa848cd1743327fa6e147d67a4bbf67f3
  Author: Daniel Peebles 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26937 from joachifm/lkl-4_11

lkl: 2017-03-24 -> 2017-06-27


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


[Nix-dev] [PATCH] sbcl: 1.3.18 -> 1.3.19

2017-06-28 Thread Tomas Hlavaty
Updated sbcl with new version released today.  Tested on nixos 17.03
x86_64, sbcl executable runs.  Thanks.

>From 36da6ad6eac68fdf2c8876c0a35642aa3e5c9d96 Mon Sep 17 00:00:00 2001
From: Tomas Hlavaty 
Date: Wed, 28 Jun 2017 20:12:58 +0200
Subject: [PATCH] sbcl: 1.3.18 -> 1.3.19

---
 pkgs/development/compilers/sbcl/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/development/compilers/sbcl/default.nix b/pkgs/development/compilers/sbcl/default.nix
index 036a3b9f3d..3bd1982baa 100644
--- a/pkgs/development/compilers/sbcl/default.nix
+++ b/pkgs/development/compilers/sbcl/default.nix
@@ -9,11 +9,11 @@
 
 stdenv.mkDerivation rec {
   name= "sbcl-${version}";
-  version = "1.3.18";
+  version = "1.3.19";
 
   src = fetchurl {
 url= "mirror://sourceforge/project/sbcl/sbcl/${version}/${name}-source.tar.bz2";
-sha256 = "13irc67v02xa861n9g4lq7q80pnd8drkrgmigqdl9b2mp8n64bgv";
+sha256 = "0660gw43myikpa6n2qjhjxz61ilqazva4v8shljgwymag99risxm";
   };
 
   patchPhase = ''
-- 
2.12.2

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


[Nix-commits] [NixOS/nixpkgs] 22773a: thunderbird-bin: 52.2.0 -> 52.2.1

2017-06-28 Thread Joachim F
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 22773a20e52abc066c89a7d7eda3d5bc4cb7e37f
  
https://github.com/NixOS/nixpkgs/commit/22773a20e52abc066c89a7d7eda3d5bc4cb7e37f
  Author: taku0 
  Date:   2017-06-26 (Mon, 26 Jun 2017)

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

  Log Message:
  ---
  thunderbird-bin: 52.2.0 -> 52.2.1


  Commit: 800deb5273ead18f585beedd8fa715bc938a9ee3
  
https://github.com/NixOS/nixpkgs/commit/800deb5273ead18f585beedd8fa715bc938a9ee3
  Author: taku0 
  Date:   2017-06-26 (Mon, 26 Jun 2017)

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

  Log Message:
  ---
  thunderbird: 52.2.0 -> 52.2.1


  Commit: c7278cfc0bb83225f9ccc9cf946e09d85bc10f35
  
https://github.com/NixOS/nixpkgs/commit/c7278cfc0bb83225f9ccc9cf946e09d85bc10f35
  Author: Joachim F 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26887 from taku0/thunderbird-bin-52.2.1

Thunderbird bin 52.2.1


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


[Nix-commits] [NixOS/nixpkgs] 2014db: nixos xkb-layouts-exist: try to debug on Hydra

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

  Changed paths:
M nixos/modules/services/x11/xserver.nix

  Log Message:
  ---
  nixos xkb-layouts-exist: try to debug on Hydra

I hate having to do this.  We're unable to reproduce the problem locally.


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


[Nix-commits] [NixOS/nixpkgs] 64ff2e: ocamlPackages.mtime: 0.8.3 -> 0.8.4, 1.1.0

2017-06-28 Thread Vincent Laporte
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 64ff2e271268d3bad6b8a64704d36b1ffb62c1e5
  
https://github.com/NixOS/nixpkgs/commit/64ff2e271268d3bad6b8a64704d36b1ffb62c1e5
  Author: Vincent Laporte 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  ocamlPackages.mtime: 0.8.3 -> 0.8.4, 1.1.0


  Commit: 607650adacff4ff618e4f25dd3f3bd6324b54a03
  
https://github.com/NixOS/nixpkgs/commit/607650adacff4ff618e4f25dd3f3bd6324b54a03
  Author: Vincent Laporte 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  ocamlPackages.ptime: 0.8.2 -> 0.8.3


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


[Nix-commits] [NixOS/nixpkgs] 3a7684: docker: 17.03.1-ce -> 17.03.2-ce

2017-06-28 Thread Tim Steinbach
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3a76840b2d5869665abd41cd18da1814ceaeb7ec
  
https://github.com/NixOS/nixpkgs/commit/3a76840b2d5869665abd41cd18da1814ceaeb7ec
  Author: Tim Steinbach 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  docker: 17.03.1-ce -> 17.03.2-ce

(cherry picked from commit add90948bc19e1e9397f4730da226bd0cd7a6766)


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


[Nix-commits] [NixOS/nixpkgs] add909: docker: 17.03.1-ce -> 17.03.2-ce

2017-06-28 Thread Tim Steinbach
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: add90948bc19e1e9397f4730da226bd0cd7a6766
  
https://github.com/NixOS/nixpkgs/commit/add90948bc19e1e9397f4730da226bd0cd7a6766
  Author: Tim Steinbach 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  docker: 17.03.1-ce -> 17.03.2-ce


  Commit: ad142902c6feb2852fb472584311bbe8d7c37c00
  
https://github.com/NixOS/nixpkgs/commit/ad142902c6feb2852fb472584311bbe8d7c37c00
  Author: Tim Steinbach 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26936 from NeQuissimus/docker_17_03_2

docker: 17.03.1-ce -> 17.03.2-ce


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


Re: [Nix-dev] okteta fix build

2017-06-28 Thread Samuel Leathers
Thanks for the patch Karn. Joachim, if you want to discuss patches on the
ML further, please do it on the spun off thread Re: [Nix-dev] Are mailing
lists any good for managing patches? (was: okteta fix build).

Thanks,

Sam

On Wed, Jun 28, 2017 at 7:09 AM Joachim Schiele  wrote:

> but this creates a lot of more work for us!
>
> look, we already are behind 390 PRs and working day/night and you would
> probably be more helpful with a PR.
>
> https://github.com/nixos/nixpkgs/pulls
>
> that said, do whatever you feel is right. i'm not sure if the ML is the
> best place to put patches as we don't have any workflow regarding that.
> especially not if you put each patch into a single email and don't use
> threads.
>
> regards
>
>
> On 27.06.2017 01:36, Karn Kallio wrote:
> >
> >> please provide your nice patches via a PR on github.com/nixos/nixpkgs
> >> to 'master'
> >>
> >> if you are unsure about the workflow, please ask and we'll help you!
> >> thanks for your work!
> >>
> > Thank you, but I will just post these patches here for anybody who
> > wants to use them.
>
> --
> Joachim Schiele
> nixcloud GmbH
>
> 015 20 4145 347
>
> blog: http://lastlog.de/blog
> wiki: http://lastlog.de/wiki
> GPG: C11CFB9FFA7A5F4EEDCC59BCAC10E1AC6D8F75EE (here:
> https://lastlog.de/blog/about.html)
>
>
>
> ___
> 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] 24c59a: neuron: enable GUI

2017-06-28 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24c59a445275b726cec33242d741db8ad97c8ee9
  
https://github.com/NixOS/nixpkgs/commit/24c59a445275b726cec33242d741db8ad97c8ee9
  Author: Shea Levy 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
A pkgs/applications/science/biology/iv/default.nix
M pkgs/applications/science/biology/neuron/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  neuron: enable GUI


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


[Nix-commits] [NixOS/nixpkgs] b90bab: libopus: 1.2 -> 1.2.1

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

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

  Log Message:
  ---
  libopus: 1.2 -> 1.2.1

> http://opus-codec.org/release/stable/2017/06/26/libopus-1_2_1.html

This Opus 1.2.1 minor release fixes a relatively rare issue where the 1.2 
encoder would wrongly assume a signal to be bandlimited to 12 kHz and not 
encode frequencies between 12 and 20 kHz.
This only happens on a few clips, but it is good to update to avoid a potential 
loss of quality.

There are no other changes compared to 1.2.


  Commit: 46a44627829c58a36ca7628205c374ce63ef3839
  
https://github.com/NixOS/nixpkgs/commit/46a44627829c58a36ca7628205c374ce63ef3839
  Author: Vladimír Čunát 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge #26927: libopus: bugfix 1.2 -> 1.2.1


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


[Nix-commits] [NixOS/nixpkgs] a10cbb: suid-chroot: do not set suid bit during install

2017-06-28 Thread Jörg Thalheim
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a10cbbd591479f0e6fab8cc22e8fd6b2c614b067
  
https://github.com/NixOS/nixpkgs/commit/a10cbbd591479f0e6fab8cc22e8fd6b2c614b067
  Author: Jörg Thalheim 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/tools/system/suid-chroot/default.nix

  Log Message:
  ---
  suid-chroot: do not set suid bit during install

To be useful in nixos, it probably also requires a module to set up a hardening 
wrapper.

(cherry picked from commit 855c1bde4285b3ece6c6a6bbd475b36ea0bc10b1)


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


[Nix-commits] [NixOS/nixpkgs] 855c1b: suid-chroot: do not set suid bit during install

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

  Changed paths:
M pkgs/tools/system/suid-chroot/default.nix

  Log Message:
  ---
  suid-chroot: do not set suid bit during install

To be useful in nixos, it probably also requires a module to set up a hardening 
wrapper.


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


[Nix-dev] stack2nix first public release (0.1.3.0)

2017-06-28 Thread Domen Kožar
Hi all,

I have just pushed to nixpkgs master `stack2nix` package that was developed
at IOHK
with the purpose of automating package set curated by stack tool into Nix
expressions.

Quick start (using latest master branch) using pandoc:

  $(nix-build -A stack2nix)/bin/stack2nix --revision
242e2a064f6a32b22e1599bbfe72e64d7b6203b8 https://github.com/jgm/pandoc.git
> demo.nix
  nix-build -A pandoc demo.nix -I nixpkgs=`pwd`

How does stack2nix work? It uses cabal2nix under the hood based on package
list returned by `stack list-dependencies` output.

Note that calling stack2nix is impure, it will call "git clone",
"cabal2nix", "cabal update", etc., so
ideally when used with a CI, one needs to verify that the returned package
set is always up to date.

Note that since different Nix packages are generated than what is shipped
with nixpkgs, there is no binary cache.

Source code & issues: https://github.com/input-output-hk/stack2nix

The work was mostly done by Jake Mitchell.

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


[Nix-commits] [NixOS/nixpkgs] 5015de: stack2nix: depend on stack binary as well

2017-06-28 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5015dea12a59264174e5d30d2605f3dfc4efdc85
  
https://github.com/NixOS/nixpkgs/commit/5015dea12a59264174e5d30d2605f3dfc4efdc85
  Author: Domen Kožar 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  stack2nix: depend on stack binary as well


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


[Nix-commits] [NixOS/nixpkgs] 8de453: Add static binary for stack2nix

2017-06-28 Thread Domen Kožar
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8de4530b4acfcda703cac98448120aa837043983
  
https://github.com/NixOS/nixpkgs/commit/8de4530b4acfcda703cac98448120aa837043983
  Author: Domen Kožar 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Add static binary for stack2nix


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


[Nix-commits] [NixOS/nixpkgs] cc63c5: bench: add static executable from haskellPackages

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

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

  Log Message:
  ---
  bench: add static executable from haskellPackages


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


[Nix-commits] [NixOS/nixpkgs] 2ed4b6: qt59: fix qtCompatVersion

2017-06-28 Thread Thomas Tuegel
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2ed4b6fad8d4291eba056737652711375bf95bce
  
https://github.com/NixOS/nixpkgs/commit/2ed4b6fad8d4291eba056737652711375bf95bce
  Author: Thomas Tuegel 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  qt59: fix qtCompatVersion

Qt 5.9 was incorrectly identified as being plugin-compatible with Qt 5.8.


  Commit: 59f94b12f3dc5f0a6fa47a8f51f5fd72a3af63fd
  
https://github.com/NixOS/nixpkgs/commit/59f94b12f3dc5f0a6fa47a8f51f5fd72a3af63fd
  Author: Thomas Tuegel 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  dropbox: 28.4.14 -> 29.4.20


Compare: https://github.com/NixOS/nixpkgs/compare/298c3bdac0fc...59f94b12f3dc___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b5729a: LTS Haskell 8.20

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

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

  Log Message:
  ---
  LTS Haskell 8.20


  Commit: 668c2c348b19ac48c532c1e358bbceb2fea1419b
  
https://github.com/NixOS/nixpkgs/commit/668c2c348b19ac48c532c1e358bbceb2fea1419b
  Author: Peter Simons 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  hackage2nix: disable broken hydra builds


  Commit: 298c3bdac0fcbbde0c43b8966f039cb915dd4deb
  
https://github.com/NixOS/nixpkgs/commit/298c3bdac0fcbbde0c43b8966f039cb915dd4deb
  Author: Peter Simons 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

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

This update was generated by hackage2nix v2.2.1-11-gb2cb3cb from Hackage 
revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/8860e9a3222d2a5f7b2b9e4950b4e6ff9652382c.


Compare: https://github.com/NixOS/nixpkgs/compare/3dea2941e0b3...298c3bdac0fc___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 69aa5f: nas: init at 1.9.4

2017-06-28 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 69aa5f5540d315b71e629ddb40ffb08cd9e39cf5
  
https://github.com/NixOS/nixpkgs/commit/69aa5f5540d315b71e629ddb40ffb08cd9e39cf5
  Author: gnidorah 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
A pkgs/servers/nas/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nas: init at 1.9.4


  Commit: 3dea2941e0b3af82d4e288deaa560f4b81c5573d
  
https://github.com/NixOS/nixpkgs/commit/3dea2941e0b3af82d4e288deaa560f4b81c5573d
  Author: Pascal Wittmann 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
A pkgs/servers/nas/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #26712 from gnidorah/master2

nas: init at 1.9.4


Compare: https://github.com/NixOS/nixpkgs/compare/32e492251b2e...3dea2941e0b3___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 32e492: systemd: Apply fix for CVE-2017-9445

2017-06-28 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 32e492251b2e4358a459d20ac4e8fdbc5841f112
  
https://github.com/NixOS/nixpkgs/commit/32e492251b2e4358a459d20ac4e8fdbc5841f112
  Author: Eelco Dolstra 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  systemd: Apply fix for CVE-2017-9445


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


[Nix-commits] [NixOS/nixpkgs] a2c748: systemd: Apply fix for CVE-2017-9445

2017-06-28 Thread Eelco Dolstra
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a2c7482319cb5384f518f318c2ecd5d64adba7d0
  
https://github.com/NixOS/nixpkgs/commit/a2c7482319cb5384f518f318c2ecd5d64adba7d0
  Author: Eelco Dolstra 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  systemd: Apply fix for CVE-2017-9445


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


[Nix-commits] [NixOS/nixpkgs] b7ccf2: rename webkitgtk24x -> webkitgtk24x-gtk3; webkitgt...

2017-06-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b7ccf27229d9479e5cea2f2d2c2b06477d9e3049
  
https://github.com/NixOS/nixpkgs/commit/b7ccf27229d9479e5cea2f2d2c2b06477d9e3049
  Author: Volth 
  Date:   2017-05-26 (Fri, 26 May 2017)

  Changed paths:
M pkgs/applications/editors/eclipse/build-eclipse.nix
M pkgs/applications/editors/eclipse/default.nix
M pkgs/applications/editors/emacs/default.nix
M pkgs/applications/networking/browsers/dwb/default.nix
M pkgs/applications/networking/mailreaders/astroid/default.nix
M pkgs/applications/networking/mailreaders/claws-mail/default.nix
M pkgs/applications/video/miro/default.nix
M pkgs/desktops/gnome-3/3.22/default.nix
M pkgs/development/haskell-modules/configuration-nix.nix
M pkgs/development/haskell-modules/hackage-packages.nix
M pkgs/development/libraries/wxwidgets/3.0/default.nix
M pkgs/tools/networking/mu/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  rename webkitgtk24x -> webkitgtk24x-gtk3; webkitgtk2 -> webkitgtk24x-gtk2


  Commit: 8a62a9b064ed52da5ab2fd9520cdd218ce4445cb
  
https://github.com/NixOS/nixpkgs/commit/8a62a9b064ed52da5ab2fd9520cdd218ce4445cb
  Author: Frederik Rietdijk 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/applications/editors/eclipse/build-eclipse.nix
M pkgs/applications/editors/eclipse/default.nix
M pkgs/applications/editors/emacs/default.nix
M pkgs/applications/networking/browsers/dwb/default.nix
M pkgs/applications/networking/mailreaders/astroid/default.nix
M pkgs/applications/networking/mailreaders/claws-mail/default.nix
M pkgs/applications/video/miro/default.nix
M pkgs/desktops/gnome-3/3.22/default.nix
M pkgs/development/haskell-modules/configuration-nix.nix
M pkgs/development/haskell-modules/hackage-packages.nix
M pkgs/development/libraries/wxwidgets/3.0/default.nix
M pkgs/tools/networking/mu/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #26125 from volth/webkitgtk-naming

rename webkitgtk24x⇒webkitgtk24x-gtk3; webkitgtk2⇒webkitgtk24x-gtk2


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


Re: [Nix-dev] okteta fix build

2017-06-28 Thread Joachim Schiele
but this creates a lot of more work for us!

look, we already are behind 390 PRs and working day/night and you would
probably be more helpful with a PR.

https://github.com/nixos/nixpkgs/pulls

that said, do whatever you feel is right. i'm not sure if the ML is the
best place to put patches as we don't have any workflow regarding that.
especially not if you put each patch into a single email and don't use
threads.

regards


On 27.06.2017 01:36, Karn Kallio wrote:
>
>> please provide your nice patches via a PR on github.com/nixos/nixpkgs
>> to 'master'
>>
>> if you are unsure about the workflow, please ask and we'll help you!
>> thanks for your work!
>>
> Thank you, but I will just post these patches here for anybody who
> wants to use them.

-- 
Joachim Schiele
nixcloud GmbH

015 20 4145 347

blog: http://lastlog.de/blog
wiki: http://lastlog.de/wiki
GPG: C11CFB9FFA7A5F4EEDCC59BCAC10E1AC6D8F75EE (here: 
https://lastlog.de/blog/about.html)



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


[Nix-commits] [NixOS/nixpkgs] a6cf63: network-manager: hostname option is deprecated

2017-06-28 Thread Rickard Nilsson
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a6cf6367e2abd9610da804286cc6c439d79717db
  
https://github.com/NixOS/nixpkgs/commit/a6cf6367e2abd9610da804286cc6c439d79717db
  Author: Rickard Nilsson 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  network-manager: hostname option is deprecated

>From log:
  [1498639184.8965] keyfile: 'hostname' option is deprecated and has no 
effect


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


[Nix-commits] [NixOS/nixpkgs] 55fc96: rustRegistry: 2017-06-25 -> 2017-06-27

2017-06-28 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55fc963122e865e673581881bc15a79c4f930dc7
  
https://github.com/NixOS/nixpkgs/commit/55fc963122e865e673581881bc15a79c4f930dc7
  Author: Stefan Lau 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  rustRegistry: 2017-06-25 -> 2017-06-27


  Commit: bd10a77c56ae32379d2b38d85390e91e95345fda
  
https://github.com/NixOS/nixpkgs/commit/bd10a77c56ae32379d2b38d85390e91e95345fda
  Author: Jörg Thalheim 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26908 from selaux/rustPackages-2017-06-27

rustRegistry: 2017-06-25 -> 2017-06-27


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


[Nix-commits] [NixOS/nixpkgs] 45f6bb: boost-build: update to version 2016.03

2017-06-28 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 45f6bb6ba5aad658f6799a632950e1e26f0052d6
  
https://github.com/NixOS/nixpkgs/commit/45f6bb6ba5aad658f6799a632950e1e26f0052d6
  Author: tkatchev 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  boost-build: update to version 2016.03


  Commit: 33adb080803dae5ab8f5cf62aa0e9dc25130fab2
  
https://github.com/NixOS/nixpkgs/commit/33adb080803dae5ab8f5cf62aa0e9dc25130fab2
  Author: Jörg Thalheim 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  boost-build: drop spurious version infix


  Commit: 5e044b9dc86b84053a3d6cf740764b39699226b6
  
https://github.com/NixOS/nixpkgs/commit/5e044b9dc86b84053a3d6cf740764b39699226b6
  Author: Jörg Thalheim 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26903 from ivan-tkatchev/pullrequest4

boost-build: update to version 2016.03


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


[Nix-commits] [NixOS/nixpkgs] 185611: python-gflags: 2.0 -> 3.1.1 (#26858)

2017-06-28 Thread Benjamin Staffin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1856119466211694ff15e20a8472ca68c4a3c4a6
  
https://github.com/NixOS/nixpkgs/commit/1856119466211694ff15e20a8472ca68c4a3c4a6
  Author: Benjamin Staffin 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  python-gflags: 2.0 -> 3.1.1 (#26858)

* python-gflags: 2.0 -> 3.1.1

* python-gflags: split out to new python-modules dir

* python-gflags: fix tests


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


[Nix-commits] [NixOS/nixpkgs] 6fd4c3: django-polymorphic: init at 1.2

2017-06-28 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6fd4c3956e6b799e371e94eb73adb8f90dac1af2
  
https://github.com/NixOS/nixpkgs/commit/6fd4c3956e6b799e371e94eb73adb8f90dac1af2
  Author: Langston Barrett 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

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

  Log Message:
  ---
  django-polymorphic: init at 1.2


  Commit: e93f222fd4d2c6197497db89ee6da06efb9694bf
  
https://github.com/NixOS/nixpkgs/commit/e93f222fd4d2c6197497db89ee6da06efb9694bf
  Author: Frederik Rietdijk 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26914 from siddharthist/django-polymorphism

django-polymorphic: init at 1.2


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


[Nix-commits] [NixOS/nixpkgs] 3dfa1d: google-cloud-sdk: 155.0.0 -> 159.0.0

2017-06-28 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3dfa1d228261ec2a00355fc4e0ebeeb5b6e14846
  
https://github.com/NixOS/nixpkgs/commit/3dfa1d228261ec2a00355fc4e0ebeeb5b6e14846
  Author: Diego Pontoriero 
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
M pkgs/tools/admin/google-cloud-sdk/default.nix

  Log Message:
  ---
  google-cloud-sdk: 155.0.0 -> 159.0.0


  Commit: fcf4f2f9ada4eb847a9bd543466d8bc6b87c41a9
  
https://github.com/NixOS/nixpkgs/commit/fcf4f2f9ada4eb847a9bd543466d8bc6b87c41a9
  Author: Jörg Thalheim 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
M pkgs/tools/admin/google-cloud-sdk/default.nix

  Log Message:
  ---
  Merge pull request #26918 from diegs/google-cloud-sdk

google-cloud-sdk: 155.0.0 -> 159.0.0


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


[Nix-commits] [NixOS/nixpkgs] f849eb: jetbrains.datagrip: 2017.1.4 -> 2017.1.5

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

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

  Log Message:
  ---
  jetbrains.datagrip: 2017.1.4 -> 2017.1.5


  Commit: ce8802729430c21dd4b437f8441f278a869e4a44
  
https://github.com/NixOS/nixpkgs/commit/ce8802729430c21dd4b437f8441f278a869e4a44
  Author: Jörg Thalheim 
  Date:   2017-06-28 (Wed, 28 Jun 2017)

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

  Log Message:
  ---
  jetbrains.gogland: 171.4694.35 -> 171.4694.61


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