Re: [Nix-dev] recursiveUpdate for lists

2016-10-11 Thread Игорь Пашев
2016-10-11 16:44 GMT+03:00 Tomasz Czyż : > Basically I created simple wrapper function to create systemd services. > > The function produces something like > > { > my-service={ > requires=["service1.service"]; > }; > } > > I want to customize it after with

[Nix-commits] [NixOS/nixpkgs] 076239: timezone service: link localtime to /etc/zoneinfo ...

2016-10-11 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0762396d68a21f82eed7044f361764b573c7f3e0 https://github.com/NixOS/nixpkgs/commit/0762396d68a21f82eed7044f361764b573c7f3e0 Author: Nikolay Amiantov Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-dev] pass a text file on the internet through <>

2016-10-11 Thread stewart mackenzie
Greetings, In my nix code I make use of a <>, when executing the nix-build command I use `-I fractalide_user=https://keybase.io/iElectric/key.asc` (I chose iElectric cause it was convenient) [stewart@rivergod:~/dev/fractalide/fractalide]$ nix-build --argstr debug true --argstr cache

[Nix-commits] [NixOS/nixpkgs] 048e8d: ocamlPackages.ppx-variants-conv : add variantslib ...

2016-10-11 Thread regnat
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 048e8dbe8fe59a41479db2678e9767846a38a04e https://github.com/NixOS/nixpkgs/commit/048e8dbe8fe59a41479db2678e9767846a38a04e Author: regnat Date: 2016-10-11 (Tue, 11 Oct 2016) Changed

[Nix-commits] [NixOS/nixpkgs] c2b0f6: timezone service: link localtime to /etc/zoneinfo ...

2016-10-11 Thread Nikolay Amiantov
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: c2b0f628ba16095cf63190a6c18f0a0a4e974188 https://github.com/NixOS/nixpkgs/commit/c2b0f628ba16095cf63190a6c18f0a0a4e974188 Author: Nikolay Amiantov Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 5173cd: buildbot: 0.9.0rc3 -> 0.9.0rc4

2016-10-11 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5173cdb9cb155ed894595a05d83b06928ac05273 https://github.com/NixOS/nixpkgs/commit/5173cdb9cb155ed894595a05d83b06928ac05273 Author: Fernando J Pando Date: 2016-10-05 (Wed, 05

Re: [Nix-dev] pass a text file on the internet through <>

2016-10-11 Thread Moritz Ulrich
stewart mackenzie writes: > Surely one should be able to pass text files over this medium? Right now it's not, see the nix documentation: "If a path in the Nix search path starts with http:// or https://, it is interpreted as the URL of a tarball that will be downloaded

[Nix-dev] [Nix-Dev] Problem building Haskell-lts2.21 (ghc784)

2016-10-11 Thread Sergey Mironov
Hi. I have a problem while building Haskell packages for ghc-7.8.4. I am using the following expression: { config, pkgs, ... } : let mypkgs = a : with a ; [ cabal-install alex happy parsec optparse-applicative hasktags]; in { nixpkgs.config = { packageOverrides = pkgs: {

[Nix-commits] [NixOS/nixpkgs] ce73a3: grsecurity: 4.7.6-201609301918 -> 4.7.7-2016101019...

2016-10-11 Thread Joachim Fasting
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ce73a3ea0fd40ed8ff9cd875022851b0ddb8708f https://github.com/NixOS/nixpkgs/commit/ce73a3ea0fd40ed8ff9cd875022851b0ddb8708f Author: Joachim Fasting Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 53b270: aggregateModules: Preserve kernel's modules.{built...

2016-10-11 Thread Eelco Dolstra
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 53b27007ae891dc9410f60dd5a70a1fe392f456a https://github.com/NixOS/nixpkgs/commit/53b27007ae891dc9410f60dd5a70a1fe392f456a Author: Eelco Dolstra Date: 2016-10-11 (Tue, 11 Oct

[Nix-commits] [NixOS/nixpkgs] 072143: tasksh : 1.0.0 -> 1.1.0

2016-10-11 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 07214307431b25da66500902d6ec126aebebdcac https://github.com/NixOS/nixpkgs/commit/07214307431b25da66500902d6ec126aebebdcac Author: regnat Date: 2016-10-11 (Tue, 11 Oct 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 7b3073: svtplay-dl: 1.5 -> 1.6

2016-10-11 Thread Robert Helgesson
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7b3073e8fa6335a79f8f64ea72d879bc8fc3e53e https://github.com/NixOS/nixpkgs/commit/7b3073e8fa6335a79f8f64ea72d879bc8fc3e53e Author: Robert Helgesson Date: 2016-10-11 (Tue, 11 Oct 2016)

Re: [Nix-dev] recursiveUpdate for lists

2016-10-11 Thread Игорь Пашев
Something like https://github.com/NixOS/nixpkgs/blob/master/lib/types.nix#L117 ? I don't know what you are dealing with, but probably you could delegate it to modules. 2016-10-11 16:00 GMT+03:00 Tomasz Czyż : > Hi, > > I'm using recursiveUpdate to merge some attribute sets

[Nix-commits] [NixOS/nixpkgs] bbb2f6: tinc: 1.0.28 -> 1.0.29 (#19444)

2016-10-11 Thread Alexander Ried
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bbb2f64588f605c67d2c2977df8c44da76b47a76 https://github.com/NixOS/nixpkgs/commit/bbb2f64588f605c67d2c2977df8c44da76b47a76 Author: Alexander Ried Date: 2016-10-11 (Tue, 11 Oct 2016)

Re: [Nix-dev] recursiveUpdate for lists

2016-10-11 Thread Tomasz Czyż
Basically I created simple wrapper function to create systemd services. The function produces something like { my-service={ requires=["service1.service"]; }; } I want to customize it after with recursiveUpdate function, I want to merge it with { my-service={

[Nix-commits] [NixOS/nixpkgs] 354fd3: flashplayer: 11.2.202.635 -> 11.2.202.637

2016-10-11 Thread taku0
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 354fd3728952c229fee4f2924737c601d7ab4725 https://github.com/NixOS/nixpkgs/commit/354fd3728952c229fee4f2924737c601d7ab4725 Author: taku0 Date: 2016-10-11 (Tue, 11 Oct

[Nix-commits] [NixOS/nixpkgs] dfc947: libunistring: Don't propagate glibc

2016-10-11 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: dfc94720b88e7f2358fb08aae47881a00546dd94 https://github.com/NixOS/nixpkgs/commit/dfc94720b88e7f2358fb08aae47881a00546dd94 Author: Eelco Dolstra Date: 2016-10-11 (Tue, 11 Oct 2016)

Re: [Nix-dev] Convert sha1 from base64 into "normal" string

2016-10-11 Thread Игорь Пашев
Draft: # nix-instantiate --eval --expr 'import ./fromBase64.nix "kjOzmCPxyw0bPciMsGSh5q+bT9g=" == "9233b39823f1cb0d1b3dc88cb064a1e6af9b4fd8"' --show-trace true ./fromBase64.nix: strBase64: let inherit (builtins) concatStringsSep stringLength substring ; base64 = { # n=0; for l in

[Nix-commits] [NixOS/nixpkgs] b116f9: rust: 1.11.0 -> 1.12.0, cargo: 0.12.0 -> 0.13.0

2016-10-11 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b116f9b0cde682d08cab18a479f87e13bec58411 https://github.com/NixOS/nixpkgs/commit/b116f9b0cde682d08cab18a479f87e13bec58411 Author: Tim Steinbach Date: 2016-10-10 (Mon, 10 Oct 2016)

[Nix-dev] recursiveUpdate for lists

2016-10-11 Thread Tomasz Czyż
Hi, I'm using recursiveUpdate to merge some attribute sets to construct configurations. Does anyone know similar function but which also merges lists? recursiveUpdate just overrides list from the lastest attribute instead of merging (list it does for attributes). Tom

[Nix-commits] [NixOS/nixpkgs] 5e6c3b: flashplayer: 11.2.202.635 -> 11.2.202.637

2016-10-11 Thread Nikolay Amiantov
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5e6c3b9fdec81b36fca9df0530c0e9325b3e9f88 https://github.com/NixOS/nixpkgs/commit/5e6c3b9fdec81b36fca9df0530c0e9325b3e9f88 Author: taku0 Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] d36268: numix-icon-theme: 2016-06-10 -> 2016-10-05

2016-10-11 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d36268c47deb8690ee301c3d4c13861b5609efde https://github.com/NixOS/nixpkgs/commit/d36268c47deb8690ee301c3d4c13861b5609efde Author: Jascha Geerds Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 88f10a: aggregateModules: Preserve kernel's modules.{built...

2016-10-11 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 88f10ad40950d3134de0301cd226d768d765fd00 https://github.com/NixOS/nixpkgs/commit/88f10ad40950d3134de0301cd226d768d765fd00 Author: Eelco Dolstra Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 735c1c: fix unstable job evaluation

2016-10-11 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 735c1cacbd01af82ab06f786648dd7024b732666 https://github.com/NixOS/nixpkgs/commit/735c1cacbd01af82ab06f786648dd7024b732666 Author: Domen Kožar Date: 2016-10-11 (Tue, 11 Oct 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 67d22d: packet-python: init at 1.31

2016-10-11 Thread Daiderd Jordan
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 67d22db807154418dc7990f99d97cdb6c4de3c16 https://github.com/NixOS/nixpkgs/commit/67d22db807154418dc7990f99d97cdb6c4de3c16 Author: dipinhora Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 7aac81: boto: 2.41.0 -> 2.42.0

2016-10-11 Thread Daiderd Jordan
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7aac81d93aa0c733658f36252d6d173428d91653 https://github.com/NixOS/nixpkgs/commit/7aac81d93aa0c733658f36252d6d173428d91653 Author: dipinhora Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 464888: llvm-3.8: Fix lldb build failure due to insecure f...

2016-10-11 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 464888c28cfcf2bc46993eeb3a759bd959460313 https://github.com/NixOS/nixpkgs/commit/464888c28cfcf2bc46993eeb3a759bd959460313 Author: Will Dietz Date: 2016-08-30 (Tue, 30 Aug 2016)

Re: [Nix-dev] pass a text file on the internet through <>

2016-10-11 Thread stewart mackenzie
Yes you're right a separate arg should be used. Still the <> seems like a wonderful tool and limiting it just to tarballs seems a bit of a waste. ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nixpkgs] 44bc50: Add myself as maintainer

2016-10-11 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 44bc50ca159c4c0fb4327358f869c3c37f969204 https://github.com/NixOS/nixpkgs/commit/44bc50ca159c4c0fb4327358f869c3c37f969204 Author: David McFarland Date: 2016-09-28 (Wed, 28 Sep 2016)

[Nix-commits] [NixOS/nixpkgs] 83a8cb: openssh: apply patch to fix https://bugzilla.redha...

2016-10-11 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 83a8cb1dc2343c00ddc26caea51cf7fa30ca1fd1 https://github.com/NixOS/nixpkgs/commit/83a8cb1dc2343c00ddc26caea51cf7fa30ca1fd1 Author: Graham Christensen Date: 2016-10-06 (Thu, 06 Oct

Re: [Nix-dev] Great news for users of Node on NixOS

2016-10-11 Thread Alexandre Peyroux
Ouaou It looks a bit like Nixpkgs ;) 2016-10-11 19:22 GMT+02:00 Colin Putney : > https://code.facebook.com/posts/1840075619545360 > > ___ > nix-dev mailing list > nix-dev@lists.science.uu.nl >

[Nix-commits] [NixOS/nixpkgs] 9c44aa: gthumb: 3.4.3 -> 3.4.4

2016-10-11 Thread Tim Steinbach
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9c44aa664ed981100bd921dbc28620f00b2c66d9 https://github.com/NixOS/nixpkgs/commit/9c44aa664ed981100bd921dbc28620f00b2c66d9 Author: Alexander Ried Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-dev] Great news for users of Node on NixOS

2016-10-11 Thread Colin Putney
https://code.facebook.com/posts/1840075619545360 ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nixpkgs] 83c594: glib: 2.50.0 -> 2.50.1

2016-10-11 Thread Tim Steinbach
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 83c594fe38938108d3512294966c34af6cc73d9f https://github.com/NixOS/nixpkgs/commit/83c594fe38938108d3512294966c34af6cc73d9f Author: Alexander Ried Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 733c70: webkitgtk214x: reenable needed fix

2016-10-11 Thread Alexander Ried
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 733c706c91a83698ddd6c050dddf1d814bbd60bc https://github.com/NixOS/nixpkgs/commit/733c706c91a83698ddd6c050dddf1d814bbd60bc Author: Alexander Ried Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] bfc1ec: kde5.plasma: 5.8.0 -> 5.8.1

2016-10-11 Thread Thomas Tuegel
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bfc1ec2807f65cb83471ea983ff05da136ff2866 https://github.com/NixOS/nixpkgs/commit/bfc1ec2807f65cb83471ea983ff05da136ff2866 Author: Thomas Tuegel Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 2dd0f1: libsoup: 2.54.1 -> 2.56.0

2016-10-11 Thread Alexander Ried
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 2dd0f1f25413082de84c31326711e231f0b704ad https://github.com/NixOS/nixpkgs/commit/2dd0f1f25413082de84c31326711e231f0b704ad Author: Alexander Ried Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] e1ff6e: Merge #18861: add AMDGPU-PRO driver

2016-10-11 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: e1ff6e766d52e56f0192f0159642cc8d78874958 https://github.com/NixOS/nixpkgs/commit/e1ff6e766d52e56f0192f0159642cc8d78874958 Author: Vladimír Čunát Date: 2016-10-11 (Tue, 11 Oct

[Nix-commits] [NixOS/nixpkgs] 48388d: gimpPlugins.resynthesizer2: init at 2.0.1. A rewri...

2016-10-11 Thread Michael Raskin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 48388dde18f1a43aea04a63c21724c0bab065a29 https://github.com/NixOS/nixpkgs/commit/48388dde18f1a43aea04a63c21724c0bab065a29 Author: Michael Raskin <7c6f4...@mail.ru> Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] f23691: Merge #19297: openssh: apply patch to fix vulnerab...

2016-10-11 Thread Vladimír Čunát
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: f2369131cbd080106f244e6ef9f6fa20e3cc7302 https://github.com/NixOS/nixpkgs/commit/f2369131cbd080106f244e6ef9f6fa20e3cc7302 Author: Vladimír Čunát Date: 2016-10-11 (Tue, 11 Oct

Re: [Nix-dev] Convert sha1 from base64 into "normal" string

2016-10-11 Thread Игорь Пашев
Updated to fix padding https://gist.github.com/ip1981/35b660779ad6935338ca5d09bc2f9fca strBase64: let inherit (builtins) concatStringsSep genList stringLength substring trace ; base64 = { # n=0; for l in {A..Z} {a..z} {0..9} + /; do printf '"%s" = %2s; ' $l $n; (( n++ )); (( n % 8

[Nix-commits] [NixOS/nixpkgs] e228c8: libdrm: 2.4.70 -> 2.4.71

2016-10-11 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: e228c804ada2acbe614e8a4cb5b2105d4b1eed15 https://github.com/NixOS/nixpkgs/commit/e228c804ada2acbe614e8a4cb5b2105d4b1eed15 Author: Vladimír Čunát Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] f75529: xorg: security fixes #19234

2016-10-11 Thread Vladimír Čunát
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: f75529944374c3f0569035cf7641222b7fd7e98f https://github.com/NixOS/nixpkgs/commit/f75529944374c3f0569035cf7641222b7fd7e98f Author: Vladimír Čunát Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-dev] PoC: keys in XML files

2016-10-11 Thread Игорь Пашев
Most of Java apps use XML file to store configuration. The idea is to keep this interface instead of multiple yet limited number of options, complete set of which you may never know. Especially with plugins ;-) So if an app wants XML, it gets it. But since they may include secrets, we need to

Re: [Nix-dev] Convert sha1 from base64 into "normal" string

2016-10-11 Thread Игорь Пашев
You must be wondering why :-) https://github.com/zalora/nixsap/commit/592dee8bef92debede3724bf5ddbf8249c30c488 ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nixpkgs] 3229de: libhttpseverywhere: init at 0.1.0

2016-10-11 Thread Graham Christensen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 3229de5eb557fa71c5ebf0f3c933c7aa36368a70 https://github.com/NixOS/nixpkgs/commit/3229de5eb557fa71c5ebf0f3c933c7aa36368a70 Author: sternenseemann Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] da3684: nixos: make it easy to apply kernel patches

2016-10-11 Thread Charles Strahan
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: da36847d925058fd86f027b64cc712c57be11ad8 https://github.com/NixOS/nixpkgs/commit/da36847d925058fd86f027b64cc712c57be11ad8 Author: Charles Strahan Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 9748c2: pythonPackages.libtmux: 0.5.0 -> 0.6.0

2016-10-11 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 9748c2670a444eff5eec429c1021a4932146abc5 https://github.com/NixOS/nixpkgs/commit/9748c2670a444eff5eec429c1021a4932146abc5 Author: Jascha Geerds Date: 2016-10-11 (Tue, 11 Oct

[Nix-commits] [NixOS/nixpkgs] 289c7c: pythonPackages.libtmux: 0.5.0 -> 0.6.0

2016-10-11 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 289c7cfc6936b3de90fd4c1955fb926f00359014 https://github.com/NixOS/nixpkgs/commit/289c7cfc6936b3de90fd4c1955fb926f00359014 Author: Jascha Geerds Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 697dbb: mariadb: 10.1.17 -> 10.1.18

2016-10-11 Thread Graham Christensen
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 697dbb9741f4574c541cdbf63c295c20b323d658 https://github.com/NixOS/nixpkgs/commit/697dbb9741f4574c541cdbf63c295c20b323d658 Author: Tim Steinbach Date: 2016-10-09 (Sun, 09 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 550df4: nixos network: fix evaluation after #19128

2016-10-11 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 550df4dc47db5fb2f4911ef318ce941ba22da4f4 https://github.com/NixOS/nixpkgs/commit/550df4dc47db5fb2f4911ef318ce941ba22da4f4 Author: Jörg Thalheim Date: 2016-10-12 (Wed, 12 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 90947a: grsecurity: 4.7.6-201609301918 -> 4.7.7-2016101019...

2016-10-11 Thread Joachim Fasting
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 90947ad911890f542eb4a6a9cd38c029b526ab1e https://github.com/NixOS/nixpkgs/commit/90947ad911890f542eb4a6a9cd38c029b526ab1e Author: Joachim Fasting Date: 2016-10-12 (Wed, 12

[Nix-commits] [NixOS/nixpkgs] 464888: llvm-3.8: Fix lldb build failure due to insecure f...

2016-10-11 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 464888c28cfcf2bc46993eeb3a759bd959460313 https://github.com/NixOS/nixpkgs/commit/464888c28cfcf2bc46993eeb3a759bd959460313 Author: Will Dietz Date: 2016-08-30 (Tue, 30 Aug 2016) Changed

[Nix-commits] [NixOS/nixpkgs] 8a7cb5: pony-stable: init at 2016-10-10

2016-10-11 Thread Peter Simons
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8a7cb597aedf0ada6b514e6e1fe89cd919072a9f https://github.com/NixOS/nixpkgs/commit/8a7cb597aedf0ada6b514e6e1fe89cd919072a9f Author: dipinhora Date: 2016-10-11 (Tue, 11 Oct 2016)

[Nix-commits] [NixOS/nixpkgs] 56d033: ghcjs: revert "mark build as broken"

2016-10-11 Thread Peter Simons
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 56d033ac1b00a8b29bc29589312d2f5024656bd3 https://github.com/NixOS/nixpkgs/commit/56d033ac1b00a8b29bc29589312d2f5024656bd3 Author: Peter Simons Date: 2016-10-11 (Tue, 11 Oct 2016)