Re: [Nix-dev] The .nixpkgs/config.nix file and user configuration

2017-05-04 Thread Marc Weber
configuration.nix option nixpkgs.config is what ~/.nixpkgs/config.nix is for the user in case you missed it. Thus: nixpkgs.config.allowUnfree = true; nixpkgs.config.packageOverrides = p: .. You don't have to use config.nix if this is all you need. Marc Weber

Re: [Nix-dev] The .nixpkgs/config.nix file and user configuration

2017-05-04 Thread Nawal Husnoo
Using that repo, I have been able to reach what I was looking for: my system config uses configuration.nix, just for the system, and internet facing stuff, where I really want to follow the release channel to make sure I use the latest. For my user stuff, I now have a config.nix: $ cat

Re: [Nix-dev] The .nixpkgs/config.nix file and user configuration

2017-05-04 Thread John Ramsden
On Wed, May 3, 2017, at 10:33 PM, Kamil Chmielewski wrote: > Hi John, > you could find my https://github.com/kamilchm/.nixpkgs helpfull. > I use config.nix to manage user pacakges and dofiles and link them > into ~ with simple script > https://github.com/kamilchm/.nixpkgs/blob/master/install.sh>

[Nix-commits] [NixOS/nixpkgs] f27713: gdal: add GeoPDF support via poppler

2017-05-04 Thread Chris Hodapp
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f2771375222e399d3ec628ebd59e2dac501d7e4b https://github.com/NixOS/nixpkgs/commit/f2771375222e399d3ec628ebd59e2dac501d7e4b Author: Chris Hodapp Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] a9f054: dd-agent: Add default config files of dd-agent and...

2017-05-04 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a9f054c8348bf8cd7630cd99def2fd86d22c78bd https://github.com/NixOS/nixpkgs/commit/a9f054c8348bf8cd7630cd99def2fd86d22c78bd Author: Rob Vermaas Date: 2017-05-04 (Thu, 04 May 2017)

Re: [Nix-dev] The .nixpkgs/config.nix file and user configuration

2017-05-04 Thread Marc Weber
1) misc.* is best looked by using ctagsWrapped on nixpkgs then looking for misc. (or use grep) You'll find pkgs/misc/misc.nix: collection = {list, name} : runCommand "collection-${name}" {} '' mkdir -p $out/nix-support echo ${builtins.toString list} >

[Nix-commits] [NixOS/nixpkgs] 77c85b: dd-agent: Add default config files of dd-agent and...

2017-05-04 Thread Rob Vermaas
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 77c85b0ecbc1070d7adff31b339bede92e4193fa https://github.com/NixOS/nixpkgs/commit/77c85b0ecbc1070d7adff31b339bede92e4193fa Author: Rob Vermaas Date: 2017-05-04 (Thu, 04 May

Re: [Nix-dev] Need any mirror in Asia?

2017-05-04 Thread Karibu
Hi guys, Any idea about the RSYNC url I should use to do a mirror? Thanks On Tue, 2017-05-02 at 21:09 +0700, Karibu wrote: > Hehe no problem. > > Any mirror admin or dev to let me know the RSYNC url. > Thanks > > Kari > > On Tue, 2017-05-02 at 00:47 +0800, Wei Tang wrote: > > > > Hi Karibu,

[Nix-commits] [NixOS/nixpkgs] 7d3f1d: hydra: preHook -> shellHook

2017-05-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7d3f1d9c565727936597a368c5bf1fe9d4b8d3fd https://github.com/NixOS/nixpkgs/commit/7d3f1d9c565727936597a368c5bf1fe9d4b8d3fd Author: Eelco Dolstra Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-dev] NixOS on Pinebook?

2017-05-04 Thread Matthias Beyer
Hi! Has someone successfully got NixOS on a pinebook[0] running? [0]: https://www.pine64.org/?page_id=3707 -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Consider switching to free software. It adds value to your life. https://www.gnu.org/ signature.asc Description: PGP signature

[Nix-commits] [NixOS/nixpkgs] b7ed6e: man-pages: 4.09 -> 4.11

2017-05-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b7ed6ef9e1fd86929204d5ba9eb1377fe4aa7327 https://github.com/NixOS/nixpkgs/commit/b7ed6ef9e1fd86929204d5ba9eb1377fe4aa7327 Author: Eelco Dolstra Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/hydra] 8abc59: preHook -> shellHook

2017-05-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: 8abc595d1c95cc4adf9d1e81cdd1b187731c3de3 https://github.com/NixOS/hydra/commit/8abc595d1c95cc4adf9d1e81cdd1b187731c3de3 Author: Eelco Dolstra Date: 2017-05-04 (Thu, 04 May 2017)

Re: [Nix-dev] Need any mirror in Asia?

2017-05-04 Thread Eelco Dolstra
Hi, On 05/04/2017 02:43 PM, Domen Kožar wrote: > This is not Gentoo. Our infrastructure is hosted by Amazon S3 and globally > distributed over cloudflare CDN. s/cloudflare/cloudfront/ Actually not globally. The cache.nixos.org CloudFront distribution is enabled only for the US, Canada and

[Nix-commits] [NixOS/nixpkgs]

2017-05-04 Thread domenkozar
Branch: refs/heads/nixos-datadog-process-config Home: https://github.com/NixOS/nixpkgs ___ nix-commits mailing list nix-comm...@lists.science.uu.nl https://mailman.science.uu.nl/mailman/listinfo/nix-commits

[Nix-commits] [NixOS/nixpkgs] a983b6: nixos datadog module: add processConfig option

2017-05-04 Thread Domen Kožar
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: a983b6220d6b8b296ebea3f6206affb1aa42541f https://github.com/NixOS/nixpkgs/commit/a983b6220d6b8b296ebea3f6206affb1aa42541f Author: Domen Kožar Date: 2017-05-04 (Thu, 04 May 2017)

Re: [Nix-dev] Need any mirror in Asia?

2017-05-04 Thread Domen Kožar
This is not Gentoo. Our infrastructure is hosted by Amazon S3 and globally distributed over cloudflare CDN. On Thu, May 4, 2017 at 2:41 PM, Karibu wrote: > Hi guys, > > Any idea about the RSYNC url I should use to do a mirror? > > Thanks > > On Tue, 2017-05-02 at 21:09

[Nix-commits] [NixOS/nixpkgs] 14f5a3: nixos datadog module: add processConfig option

2017-05-04 Thread Domen Kožar
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 14f5a3d7602136b26e911b1c607a005a40a1e808 https://github.com/NixOS/nixpkgs/commit/14f5a3d7602136b26e911b1c607a005a40a1e808 Author: Domen Kožar Date: 2017-05-04 (Thu, 04 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] bf88c3: hydra: preHook -> shellHook

2017-05-04 Thread Eelco Dolstra
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: bf88c39cb7469e3ea47a0d2dfa66cd34de0711b3 https://github.com/NixOS/nixpkgs/commit/bf88c39cb7469e3ea47a0d2dfa66cd34de0711b3 Author: Eelco Dolstra Date: 2017-05-04 (Thu, 04 May

[Nix-commits] [NixOS/nixpkgs] 700d61: wrapFirefox: fix #25505 gtk3 file dialogs

2017-05-04 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 700d6186a30e9e8118a6b319f12cb5cfb9d086bd https://github.com/NixOS/nixpkgs/commit/700d6186a30e9e8118a6b319f12cb5cfb9d086bd Author: Vladimír Čunát Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] 4e8aea: thunderbird: fix missing icons

2017-05-04 Thread Vladimír Čunát
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4e8aea4339876b19c675011bfa586510fe4cfc7b https://github.com/NixOS/nixpkgs/commit/4e8aea4339876b19c675011bfa586510fe4cfc7b Author: Vladimír Čunát Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] 68c6e5: opencv3: Enable darwin build

2017-05-04 Thread Daiderd Jordan
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 68c6e5bc8baf87ac03ebe517298b920a7d2f0b9e https://github.com/NixOS/nixpkgs/commit/68c6e5bc8baf87ac03ebe517298b920a7d2f0b9e Author: Josef Kemetmueller Date: 2017-05-04 (Thu, 04

Re: [Nix-dev] The .nixpkgs/config.nix file and user configuration

2017-05-04 Thread John Ramsden
Oh I see, that clear things up a bit. On Wed, May 3, 2017, at 11:50 PM, Marc Weber wrote: > configuration.nix option nixpkgs.config is what ~/.nixpkgs/config.nix is > for the user in case you missed it. > > Thus: > > nixpkgs.config.allowUnfree = true; > nixpkgs.config.packageOverrides = p:

[Nix-commits] [NixOS/nixpkgs] 37a294: openshift: copy symlinks into $bin/bin

2017-05-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 37a2949ab4f81a1476b2bf104b0ef5da606bc0f1 https://github.com/NixOS/nixpkgs/commit/37a2949ab4f81a1476b2bf104b0ef5da606bc0f1 Author: Pascal Bach Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] d75ae6: smplayer: 17.3.0 -> 17.4.2

2017-05-04 Thread Vincent Laporte
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d75ae6dee98fd39d0fb14f8c175d238636f3d2db https://github.com/NixOS/nixpkgs/commit/d75ae6dee98fd39d0fb14f8c175d238636f3d2db Author: Vincent Laporte Date: 2017-05-04 (Thu, 04 May

[Nix-commits] [NixOS/nixpkgs] 31ad4e: perlPackages.RegexpGrammars: init at 1.045

2017-05-04 Thread Jörg Thalheim
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 31ad4e16579f169060449a90d4870efa7375fcb4 https://github.com/NixOS/nixpkgs/commit/31ad4e16579f169060449a90d4870efa7375fcb4 Author: zraexy Date: 2017-05-02 (Tue, 02 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] d95cd1: obs-studio: 18.0.1 -> 18.0.2

2017-05-04 Thread Cray Elliott
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d95cd1b24ea133435fa23f36e5492b937c8f42b4 https://github.com/NixOS/nixpkgs/commit/d95cd1b24ea133435fa23f36e5492b937c8f42b4 Author: Cray Elliott Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] 887058: emby: 3.2.12 -> 3.2.13.0

2017-05-04 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 887058766fec01cae993d58a70cd6389cd5b26fe https://github.com/NixOS/nixpkgs/commit/887058766fec01cae993d58a70cd6389cd5b26fe Author: Tristan Helmich Date: 2017-05-04 (Thu, 04 May

[Nix-commits] [NixOS/nixpkgs] 8283cc: prosody: 0.9.10 -> 0.9.12 (#24269) (#25394)

2017-05-04 Thread edanaher
Branch: refs/heads/release-17.03 Home: https://github.com/NixOS/nixpkgs Commit: 8283cc824b4415b5b36100accc01166bd9e5e08c https://github.com/NixOS/nixpkgs/commit/8283cc824b4415b5b36100accc01166bd9e5e08c Author: edanaher Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] 8adb26: pythonPackages.pytest-asyncio: enable only for pyt...

2017-05-04 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8adb26319f48eec7e8af65ac1b4b726d7bd715e4 https://github.com/NixOS/nixpkgs/commit/8adb26319f48eec7e8af65ac1b4b726d7bd715e4 Author: Lancelot SIX Date: 2017-05-03 (Wed, 03 May 2017)

Re: [Nix-dev] Need any mirror in Asia?

2017-05-04 Thread Karibu
Thanks for the prompt reply. So you don't need any mirror in Asia and no issue from the speed there I suppose. If one day, you will need one, you can count on me. Thanks Kari On Thu, 2017-05-04 at 14:43 +0200, Domen Kožar wrote: > This is not Gentoo. Our infrastructure is hosted by Amazon S3

[Nix-commits] [NixOS/nix] 2da6a4: nix dump-path: Add

2017-05-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: 2da6a424486e16b4b30e448a15a9b4a608df602d https://github.com/NixOS/nix/commit/2da6a424486e16b4b30e448a15a9b4a608df602d Author: Eelco Dolstra Date: 2017-05-04 (Thu, 04 May 2017) Changed

Re: [Nix-dev] Need any mirror in Asia?

2017-05-04 Thread Volth
Actually, there are regions with bad connectity to Amazon's Cloudfront. For example Russia, and, yes, Vietnam. There are few obstacles: 1. the distribution model is not rsync-friendly and not well suited for 3rd-party mirrors. 2. there is a team promising to solve the geo-distribution issue

[Nix-commits] [NixOS/nixpkgs] 77fba4: pythonPackages.pyproj: init at 1.9.5.1

2017-05-04 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 77fba4a112316b182ecf029d43e3bc2658a74ff9 https://github.com/NixOS/nixpkgs/commit/77fba4a112316b182ecf029d43e3bc2658a74ff9 Author: Frederik Rietdijk Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] e6cd9f: stalonetray: 0.8.1 -> 0.8.3

2017-05-04 Thread Michael Raskin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e6cd9fbc306e0a8f74a12e546db412c5eb1d790f https://github.com/NixOS/nixpkgs/commit/e6cd9fbc306e0a8f74a12e546db412c5eb1d790f Author: romildo Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] 2aeff6: pythonPackages.branca: init at 0.2.0

2017-05-04 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2aeff6c05cdd9623320446c81d0db7c0dfeaa85f https://github.com/NixOS/nixpkgs/commit/2aeff6c05cdd9623320446c81d0db7c0dfeaa85f Author: Frederik Rietdijk Date: 2017-05-04 (Thu, 04 May 2017)

Re: [Nix-dev] Suggestion: programs are *always* in the path

2017-05-04 Thread Jos van den Oever
On Monday 01 May 2017 14:23:38 Eelco Dolstra wrote: > Hi, > > On 05/01/2017 02:11 PM, Jörg Thalheim wrote: > > Unfortunately the sqlite database feeding command-not-found is almost > > empty at the moment, > > > > so this command is useless. > > What channel are you on? For the minimal channel,

Re: [Nix-dev] Suggestion: programs are *always* in the path

2017-05-04 Thread Eelco Dolstra
Hi, On 05/04/2017 05:00 PM, Jos van den Oever wrote: > This does not: > > NIX_AUTO_RUN=1 sqlite3 That's because sqlite3 is in multiple packages (sqlite and sqliteInteractive). NIX_AUTO_RUN only works if there is only one variant. Might be nice if it picked one according to some heuristic. --

[Nix-commits] [NixOS/nix] eba840: Linux sandbox: Use /build instead of /tmp as $TMPD...

2017-05-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: eba840c8a13b465ace90172ff76a0db2899ab11b https://github.com/NixOS/nix/commit/eba840c8a13b465ace90172ff76a0db2899ab11b Author: Eelco Dolstra Date: 2017-05-04 (Thu, 04 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] f3f38e: kicad: update to 4.0.6

2017-05-04 Thread Daniel Frank
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f3f38eccbb066521eb0f6fa022314ec08ad189be https://github.com/NixOS/nixpkgs/commit/f3f38eccbb066521eb0f6fa022314ec08ad189be Author: Daniel Frank Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] 33962a: stdenv: fix "grep: invalid range"

2017-05-04 Thread Jörg Thalheim
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 33962a4420cc908af5f64083a6bfe843dc0c7ecb https://github.com/NixOS/nixpkgs/commit/33962a4420cc908af5f64083a6bfe843dc0c7ecb Author: Linus Heckemann Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] d8fccd: libsmi: init at 0.5.0 (#25433)

2017-05-04 Thread pajowu
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d8fccd4ac571ac20069076380f89082205c0764e https://github.com/NixOS/nixpkgs/commit/d8fccd4ac571ac20069076380f89082205c0764e Author: pajowu Date: 2017-05-05 (Fri, 05 May

[Nix-commits] [NixOS/nixpkgs] cfd831: freerdp: 20170201 -> 20170502

2017-05-04 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cfd831437f9bccb18e50193838d45e8fba20c2b0 https://github.com/NixOS/nixpkgs/commit/cfd831437f9bccb18e50193838d45e8fba20c2b0 Author: Volth Date: 2017-05-02 (Tue, 02 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] f93d70: corebird: 1.4.2 -> 1.5

2017-05-04 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f93d70bc60c485f2e98db213f114d2e8316bafea https://github.com/NixOS/nixpkgs/commit/f93d70bc60c485f2e98db213f114d2e8316bafea Author: Jon Banafato Date: 2017-05-02 (Tue, 02 May 2017)

[Nix-commits] [NixOS/nixpkgs] 830669: xrdp: do not restart xrdp-sesman on nixos-rebuild

2017-05-04 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 830669ca05c41545679f452957baed18abc9a927 https://github.com/NixOS/nixpkgs/commit/830669ca05c41545679f452957baed18abc9a927 Author: Volth Date: 2017-05-02 (Tue, 02 May 2017) Changed

[Nix-commits] [NixOS/nixpkgs] 0de51e: connman-gtk: init at 1.1.1

2017-05-04 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0de51ef70e7e1a796a6eac883bf2a79bd8a28569 https://github.com/NixOS/nixpkgs/commit/0de51ef70e7e1a796a6eac883bf2a79bd8a28569 Author: romildo Date: 2017-05-02 (Tue, 02 May 2017)

Re: [Nix-dev] NixOS on Pinebook?

2017-05-04 Thread Matthew Bauer
Matthias Beyer writes: > Has someone successfully got NixOS on a pinebook[0] running? > > [0]: https://www.pine64.org/?page_id=3707 I haven't but it looks like a pretty good laptop! I just added my name to the queue. $99 is a pretty good price point. So, now that we have

[Nix-commits] [NixOS/nixpkgs] 85ea62: rdkafka: 2015-11-03 -> 0.9.5

2017-05-04 Thread Joachim F
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 85ea6249bbff5f5fb5d1dbc60ff84ced22480aa8 https://github.com/NixOS/nixpkgs/commit/85ea6249bbff5f5fb5d1dbc60ff84ced22480aa8 Author: Utku Demir Date: 2017-05-05 (Fri, 05 May 2017)

[Nix-commits] [NixOS/nixpkgs] d46e78: libseccomp: Fix RPATH

2017-05-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d46e78ed0f2e6debcb2184e349a2a7a1f45ac5c8 https://github.com/NixOS/nixpkgs/commit/d46e78ed0f2e6debcb2184e349a2a7a1f45ac5c8 Author: Eelco Dolstra Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] 5db271: pythonPackages.httpserver: init at 1.1.0

2017-05-04 Thread p...@pijul.org
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5db271c99a3313d36d72e008ad5db1335024de5e https://github.com/NixOS/nixpkgs/commit/5db271c99a3313d36d72e008ad5db1335024de5e Author: p...@pijul.org Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] 07b660: kubernetes-helm: 2.2.3 -> 2.3.1

2017-05-04 Thread Eelco Dolstra
Branch: refs/heads/staging Home: https://github.com/NixOS/nixpkgs Commit: 07b66093c91c14af33ede516293520f2b431973c https://github.com/NixOS/nixpkgs/commit/07b66093c91c14af33ede516293520f2b431973c Author: Benjamin Staffin Date: 2017-05-02 (Tue, 02 May 2017)

[Nix-commits] [NixOS/nixpkgs] 94d909: gimp: fix all plugins build

2017-05-04 Thread Michael Raskin
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 94d909adaf828079ec8ea673d7de8f34f1554a1a https://github.com/NixOS/nixpkgs/commit/94d909adaf828079ec8ea673d7de8f34f1554a1a Author: Alexander V. Nikolaev Date: 2017-05-01 (Mon, 01 May

[Nix-commits] [NixOS/nixpkgs] d53540: nixUnstable: 1.12pre5308_2f21d522 -> 1.12pre5344_e...

2017-05-04 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d53540dd3215e70bc8a23ec1b0d045d81737e7c4 https://github.com/NixOS/nixpkgs/commit/d53540dd3215e70bc8a23ec1b0d045d81737e7c4 Author: Eelco Dolstra Date: 2017-05-04 (Thu, 04 May 2017)

[Nix-commits] [NixOS/nixpkgs] 10abea: pythonPackages.PyLD: init at 0.7.2

2017-05-04 Thread Frederik Rietdijk
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 10abea9eccead7908f525f978ba1ad62ade03cda https://github.com/NixOS/nixpkgs/commit/10abea9eccead7908f525f978ba1ad62ade03cda Author: Albert Peschar Date: 2017-05-04 (Thu, 04 May 2017)