[Nix-dev] Current state about Android development on NixOS

2014-07-17 Thread Jascha Geerds
. Jascha Geerds -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Need help with virtualenv and python2.6

2014-08-20 Thread Jascha Geerds
multiarched, virtualenv should be fixed to include multiarch python locations. Thanks for your help! -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Need help with virtualenv and python2.6

2014-09-15 Thread Jascha Geerds
Any update on this topic? Same traceback occurs with vanilla virtualenv (and not virtualenvwrapper). -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Need help with virtualenv and python2.6

2014-09-15 Thread Jascha Geerds
ah, I've always created an environment with python27Packages.virtualenv (and not 2.6). I think this is a very stupid mistake by me... :-) -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl

[Nix-dev] Best way to install a bunch of old Python packages

2014-09-26 Thread Jascha Geerds
, is there a reason for separating these projects? Is there another alternative project to get the job done? -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] A few questions about Arm support and NixOS on a Chrome-book

2014-11-08 Thread Jascha Geerds
On Sat, Nov 8, 2014, at 11:43, Tim Barbour wrote: It would be really helpful if Hydra could do ARM builds, even just for the small channels (e.g. nixos-14.04-small). That would be great! -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list

Re: [Nix-dev] How do I chroot into my NixOS partition?

2014-12-16 Thread Jascha Geerds
On Tue, Dec 16, 2014, at 23:56, Luca Bruno wrote: No need for --chroot, it already uses /mnt. I think he would like to chroot into an existing NixOS installation. As far as I know nixos-install is only used for new installations -- Jascha Geerds j...@ekby.de

Re: [Nix-dev] NixOS 14.12 released

2014-12-31 Thread Jascha Geerds
Awesome! Thanks to everyone and especially Domen. -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] environment.allowedLicenses ?

2015-01-21 Thread Jascha Geerds
Hi, On Wed, Jan 21, 2015, at 20:56, Matthias Beyer wrote: Is this possible with Nix(OS)? If yes, would you guys like such a feature? If yes,... maybe I can implement it (with enough guidance, though)... Yes, I think this should be possible in Nix NixOS. Pretty good idea! -- Jascha Geerds

Re: [Nix-dev] KDE 5 testers wanted!

2015-01-29 Thread Jascha Geerds
into it. -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Please test Nix store auto-optimise

2015-04-24 Thread Jascha Geerds
|-- ode4f31a9b3119c2f6bb3b45c27c4cb33ff45a8f6e2 `-- oded31b843d1faf29e4d3e50c135d6539ac9fe77ffd 7 directories, 14 files -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Compiling Android tree with buildFHSUserEnv

2015-04-22 Thread Jascha Geerds
On Wed, Apr 22, 2015, at 18:46, James Cook wrote: [1]: http://pastebin.com/heqGBMzL Would be great if you put this snippet in our wiki -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl

Re: [Nix-dev] Hydra Queueing itself to Death

2015-04-20 Thread Jascha Geerds
On Mon, Apr 20, 2015, at 11:02, Moritz Ulrich wrote: There are now over 20 running evaluations with around 7000 unbuilt packages each in trunk-combined *alone*. The queue has grown to over 124.000. We have now 141.000. Does someone work on this issue? -- Jascha Geerds j...@ekby.de

Re: [Nix-dev] luks encrypted home stopped mounting after channel update

2015-05-20 Thread Jascha Geerds
Maybe related with https://github.com/NixOS/nixpkgs/issues/7859 ? -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] tests with meta section

2015-06-03 Thread Jascha Geerds
Great idea! -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] NixOS won't boot anymore in certain generations, don't know why (Stage-1 error)

2015-06-04 Thread Jascha Geerds
https://github.com/NixOS/nixpkgs/issues/7859 ? -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] UEFI Grub is not running, only gummiboot

2015-08-19 Thread Jascha Geerds
Here's my UEFI specific stuff: boot = { loader = { efi.canTouchEfiVariables = true; grub.enable = true; grub.efiSupport = true; grub.device = nodev; grub.version = 2; }; fileSystems./boot = { device = /dev/disk/by-label/efi; fsType = vfat;

Re: [Nix-dev] [mate-on-nixos] Huge updates on GitHub for Nixpkgs

2015-08-30 Thread Jascha Geerds
I prefer atomic commits (i.e. a series of small commits). ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] NixOS 15.09 released

2015-10-01 Thread Jascha Geerds
So awesome! I'm proud to be a (small) part of NixOS :-) -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Nix logo poll results

2015-09-27 Thread Jascha Geerds
Would be nice to release NixOS 15.09 with a new logo! :-) @edolstra: What are your thoughts? -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] NixOS-Wiki alternative. Was: What license does the content of the nixos wiki and the manuals have?

2015-09-25 Thread Jascha Geerds
There is also Pelican, a static site generator written in python. I don't know how it compares to Jekyll: http://blog.getpelican.com/ https://github.com/getpelican/pelican -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev

Re: [Nix-dev] Please help me with getting the Taskserver service running

2015-11-17 Thread Jascha Geerds
documented and seems to be quite buggy to me (the whole "taskd" command line). Did you play a bit with the "taskd" tool? It's not much fun :-( -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http

Re: [Nix-dev] NixOS/Nixpkgs repository labels

2015-11-22 Thread Jascha Geerds
This is a pretty good article about organizing issue tags: https://robinpowered.com/blog/best-practice-system-for-organizing-and-tagging-github-issues/ -- Jascha Geerds j...@ekby.de ___ nix-dev mailing list nix-dev@lists.science.uu.nl http

[Nix-commits] [NixOS/nixpkgs] c81584: hipchat: 4.0.1637 -> 4.0.1641

2016-05-26 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: c815844df9f96050105dd949f68653be9caafee8 https://github.com/NixOS/nixpkgs/commit/c815844df9f96050105dd949f68653be9caafee8 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-05-26 (Thu, 26 Ma

Re: [Nix-dev] Printing test failure preventing unstable channel update

2016-02-20 Thread Jascha Geerds
Unfortunately, I don't see any logs for the build ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-commits] [NixOS/nixpkgs] 02d668: hipchat: Add xdg_utils to rpath

2016-05-18 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 02d6680b5a00efe6f067381f3e9df694ec96f413 https://github.com/NixOS/nixpkgs/commit/02d6680b5a00efe6f067381f3e9df694ec96f413 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-05-18 (Wed, 18 Ma

[Nix-commits] [NixOS/nixpkgs] 31253b: hipchat: 4.0.1631 -> 4.0.1637

2016-05-18 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 31253b0c1bfdc0475ec4204c5b24446b7514b907 https://github.com/NixOS/nixpkgs/commit/31253b0c1bfdc0475ec4204c5b24446b7514b907 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-05-18 (Wed, 18 Ma

[Nix-commits] [NixOS/nixpkgs] 053df6: pythonPackages.kaptan: init at 0.5.8

2016-08-01 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 053df6076330e3cbcbb87f9a1b3646cab52be638 https://github.com/NixOS/nixpkgs/commit/053df6076330e3cbcbb87f9a1b3646cab52be638 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-08-01 (Mon, 01 Au

[Nix-commits] [NixOS/nixpkgs] eb92d1: rockbox_utility: use qt5 instead of qt4

2017-02-01 Thread Jascha Geerds
n 2017) Changed paths: M pkgs/tools/misc/rockbox-utility/default.nix Log Message: --- rockbox_utility: use qt5 instead of qt4 Commit: 09ac3909d9b7ec997eb3b0b61844d74e0a148e69 https://github.com/NixOS/nixpkgs/commit/09ac3909d9b7ec997eb3b0b61844d74e0a148e69 Author: Jascha

[Nix-commits] [NixOS/nixpkgs] 2aaa39: pythonPackages.docker: 1.10.6 -> 2.0.2

2017-02-01 Thread Jascha Geerds
Log Message: --- docker_compose: 1.9.0 -> 1.10.0 Commit: 888be22aee24face714654083e3c997212aa285a https://github.com/NixOS/nixpkgs/commit/888be22aee24face714654083e3c997212aa285a Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-02-02 (Thu, 02 Feb 2017) Changed paths: A

[Nix-commits] [NixOS/nixpkgs] ffb91c: docker_compose: Remove upper bound version limitat...

2017-02-05 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: ffb91cc6975127e9ddd073778b105189e52de28a https://github.com/NixOS/nixpkgs/commit/ffb91cc6975127e9ddd073778b105189e52de28a Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-02-05 (Sun, 05 Fe

[Nix-commits] [NixOS/nixpkgs] 8fe97d: terragrunt: 0.9.6 -> 0.9.9

2017-02-06 Thread Jascha Geerds
gs/commit/6b81954e9b45b12e3d2fc0534659c8a9bf91d748 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-02-06 (Mon, 06 Feb 2017) Changed paths: M pkgs/applications/networking/cluster/terragrunt/default.nix M pkgs/applications/networking/cluster/terragrunt/deps.nix

[Nix-commits] [NixOS/nixpkgs] 17af9e: terragrunt: 0.9.1 -> 0.9.3

2017-01-23 Thread Jascha Geerds
n 2017) Changed paths: M pkgs/applications/networking/cluster/terragrunt/default.nix Log Message: --- terragrunt: 0.9.1 -> 0.9.3 Commit: ebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145 https://github.com/NixOS/nixpkgs/commit/ebca0c5b1ce57194d1ec6c2d7e7b5e44bfb8e145 Autho

[Nix-commits] [NixOS/nixpkgs] 5213e6: terraform: 0.8.4 -> 0.8.5

2017-01-27 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 5213e6326cef7011ba777439737842365534fa81 https://github.com/NixOS/nixpkgs/commit/5213e6326cef7011ba777439737842365534fa81 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-01-28 (Sat, 28 Ja

[Nix-commits] [NixOS/nixpkgs] fb1358: gnome3.gnome_shell: Don't propagate python depende...

2017-02-22 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: fb13588a8e81ea83083bde977878bb04c97b0ad3 https://github.com/NixOS/nixpkgs/commit/fb13588a8e81ea83083bde977878bb04c97b0ad3 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-02-18 (Sat, 18 Fe

[Nix-commits] [NixOS/nixpkgs] aaa93d: numix-icon-theme: 2016-11-13 -> 2017-01-25

2017-02-24 Thread Jascha Geerds
b 2017) Changed paths: M pkgs/data/icons/numix-icon-theme/default.nix Log Message: --- numix-icon-theme: 2016-11-13 -> 2017-01-25 Commit: a49be4fcaf18044a90aa665bc8059c37ff1b66f1 https://github.com/NixOS/nixpkgs/commit/a49be4fcaf18044a90aa665bc8059c37ff1b66f1 Author: Jasc

[Nix-commits] [NixOS/nixpkgs] 11d867: idea-ultimate: 2016.3.3 -> 2016.3.4

2017-02-23 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 11d86725df24e6b05e8a9b2bdbcff92b09570ac7 https://github.com/NixOS/nixpkgs/commit/11d86725df24e6b05e8a9b2bdbcff92b09570ac7 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-02-23 (Thu, 23 Fe

Re: [Nix-dev] xwayland build

2017-02-12 Thread Jascha Geerds
On Sun, Feb 12, 2017, at 19:21, Karn Kallio wrote: > In the current master branch of the Nixpkgs the xwayland expression > does not build and announces an error because the XWAYLANDMODULES are > not found. The attached patch gives the modules to the build and fixes > this. Thanks! I applied your

[Nix-commits] [NixOS/nixpkgs] 8cef30: libtoxcore: init at 0.1.6 and move old versions aw...

2017-02-15 Thread Jascha Geerds
ssage: --- qtox: 1.5.0 -> 1.8.1 Commit: 900fc49013c83e39ed7b22260d15a616a939b32e https://github.com/NixOS/nixpkgs/commit/900fc49013c83e39ed7b22260d15a616a939b32e Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-02-15 (Wed, 15 Feb 2017) Changed paths: M pkgs/applications/networki

[Nix-commits] [NixOS/nixpkgs] 206bfb: hipchat: Add dependency to libtool

2016-09-08 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 206bfbb32f0454801282664f97be05d2c8b0e5cd https://github.com/NixOS/nixpkgs/commit/206bfbb32f0454801282664f97be05d2c8b0e5cd Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-09-08 (Thu,

[Nix-commits] [NixOS/nixpkgs] a1ff5e: hipchat: Add dependency to libtool

2016-09-08 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a1ff5e6e4ac80ebac739f6b3317b16eeb977db57 https://github.com/NixOS/nixpkgs/commit/a1ff5e6e4ac80ebac739f6b3317b16eeb977db57 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-09-08 (Thu, 08 Se

[Nix-commits] [NixOS/nixpkgs] 4bef63: tmuxp: Add dependency to pytest

2016-09-08 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4bef63d227f51004f8c8ee2859cd642121c2e8dc https://github.com/NixOS/nixpkgs/commit/4bef63d227f51004f8c8ee2859cd642121c2e8dc Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-09-08 (Thu, 08 Se

[Nix-commits] [NixOS/nixpkgs] 4cd5fb: tmuxp: Add dependency to pytest

2016-09-08 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 4cd5fbc5771ab7798d0010a27931fa8edb1684d9 https://github.com/NixOS/nixpkgs/commit/4cd5fbc5771ab7798d0010a27931fa8edb1684d9 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-09-08 (Thu,

[Nix-commits] [NixOS/nixpkgs] 074013: pytest-rerunfailures: init at 2.0.1

2016-09-10 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 074013bca596571a33852f18ff0f29c4578c347c https://github.com/NixOS/nixpkgs/commit/074013bca596571a33852f18ff0f29c4578c347c Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-09-10 (Sat,

[Nix-commits] [NixOS/nixpkgs] a514bf: pytest-rerunfailures: init at 2.0.1

2016-09-13 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: a514bf604c6098f47e09feb173e953ba3a3a13ff https://github.com/NixOS/nixpkgs/commit/a514bf604c6098f47e09feb173e953ba3a3a13ff Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-09-13 (Tue, 13 Se

[Nix-commits] [NixOS/nixpkgs] db127c: hipchat: 4.26.0.1657 -> 4.27.0.1658

2016-10-04 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: db127c0abab61bb0cf0ef71be5ad005de0831991 https://github.com/NixOS/nixpkgs/commit/db127c0abab61bb0cf0ef71be5ad005de0831991 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-04 (Tue,

[Nix-commits] [NixOS/nixpkgs] 0e540d: hipchat: 4.26.0.1657 -> 4.27.0.1658

2016-10-04 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 0e540d2113dc34bebf03fa35138796d526494bb0 https://github.com/NixOS/nixpkgs/commit/0e540d2113dc34bebf03fa35138796d526494bb0 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-04 (Tue, 04 Oc

[Nix-commits] [NixOS/nixpkgs] 7ca139: idea.pycharm-{community, professional}: 2016.2.2 ->...

2016-10-07 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7ca139c4b7f6be259962404054e0b3ef40c0494e https://github.com/NixOS/nixpkgs/commit/7ca139c4b7f6be259962404054e0b3ef40c0494e Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-07 (Fri, 07 Oc

Re: [Nix-dev] Gnome 3.22 hit master

2016-10-26 Thread Jascha Geerds
On Wed, Oct 26, 2016, at 17:01, Alexander Ried wrote: > GDM was finally updated from ancient 3.14 to current 3.22 and now uses > wayland instead of X for the login. After logging in, gnome-session will > likely still start a user X session for you (no more X running as root). These are really

[Nix-commits] [NixOS/nixpkgs] 43a91b: ansible: add dnspython dependency

2016-10-25 Thread Jascha Geerds
up-dig Commit: 70a7005fb14b0a7096d835932a57565c7be667cc https://github.com/NixOS/nixpkgs/commit/70a7005fb14b0a7096d835932a57565c7be667cc Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-25 (Tue, 25 Oct 2016) Changed paths: M pkgs/top-level/python-packages.nix

Re: [Nix-dev] Gnome 3.22 hit master

2016-10-26 Thread Jascha Geerds
On Wed, Oct 26, 2016, at 20:12, Alexander Ried wrote: > GDM defaults to wayland if it's available. Since our default is to build > the packages with wayland support, GDM will use it unless explicitly > configured not to. But you can still select a legacy (X server based) Gnome session inside GDM,

[Nix-commits] [NixOS/nixpkgs] 6de23f: gitAndTools.gitflow: 1.10.0 -> 1.10.2

2016-10-29 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 6de23f466ba40cbfc449014398bd6b75a2dd296d https://github.com/NixOS/nixpkgs/commit/6de23f466ba40cbfc449014398bd6b75a2dd296d Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-29 (Sat, 29 Oc

[Nix-commits] [NixOS/nixpkgs] 971ff3: gitAndTools.gitflow: 1.9.1 -> 1.10.0

2016-10-29 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 971ff3b931821e8b7f8eca5e1ba98a9115310d89 https://github.com/NixOS/nixpkgs/commit/971ff3b931821e8b7f8eca5e1ba98a9115310d89 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-29 (Sat,

[Nix-commits] [NixOS/nixpkgs] b49b60: hexchat: 2.12.1 -> 2.12.3

2016-10-29 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: b49b60b618db4733659e0bb8ba124e722c2ff403 https://github.com/NixOS/nixpkgs/commit/b49b60b618db4733659e0bb8ba124e722c2ff403 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-29 (Sat,

[Nix-commits] [NixOS/nixpkgs] bdf5c0: hexchat: 2.12.2 -> 2.12.3

2016-10-29 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bdf5c0ba758750d2fc65e08655329fbabafcf4f0 https://github.com/NixOS/nixpkgs/commit/bdf5c0ba758750d2fc65e08655329fbabafcf4f0 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-29 (Sat, 29 Oc

[Nix-commits] [NixOS/nixpkgs] b58da6: silver-searcher: 0.32.0 -> 0.33.0

2016-10-29 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: b58da6a6cae1200b5b23493428e64662957d129b https://github.com/NixOS/nixpkgs/commit/b58da6a6cae1200b5b23493428e64662957d129b Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-30 (Sun,

[Nix-commits] [NixOS/nixpkgs] f3ef08: emacsPackages.cask: 0.7.4 -> 0.8.1

2016-10-29 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: f3ef08c6c8233dc20c6e22778a731d6e69f9d67a https://github.com/NixOS/nixpkgs/commit/f3ef08c6c8233dc20c6e22778a731d6e69f9d67a Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-29 (Sat, 29 Oc

[Nix-commits] [NixOS/nixpkgs] 33397d: nano: Add myself as a maintainer

2016-10-29 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 33397d6f597332faefc36f143862e308ef7f1fec https://github.com/NixOS/nixpkgs/commit/33397d6f597332faefc36f143862e308ef7f1fec Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-29 (Sat, 29 Oc

[Nix-commits] [NixOS/nixpkgs] 9ca052: silver-searcher: 0.32.0 -> 0.33.0

2016-10-29 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9ca0521099ab44b65c763a200f741356b6073f33 https://github.com/NixOS/nixpkgs/commit/9ca0521099ab44b65c763a200f741356b6073f33 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-30 (Sun, 30 Oc

[Nix-commits] [NixOS/nixpkgs] 27e2cd: pythonPackages.docker_pycreds: init at 0.2.1

2016-11-09 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 27e2cd286ebf69d30a22b878fdac446039390d5f https://github.com/NixOS/nixpkgs/commit/27e2cd286ebf69d30a22b878fdac446039390d5f Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-11-09 (Wed, 09 No

[Nix-commits] [NixOS/nixpkgs] 13fbc6: numix-icon-theme-circle: 2016-09-27 -> 2016-11-10

2016-11-11 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 13fbc6ccd12113d2789bb445eb76a7cfd8d276ee https://github.com/NixOS/nixpkgs/commit/13fbc6ccd12113d2789bb445eb76a7cfd8d276ee Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-11-11 (Fri, 11 No

[Nix-commits] [NixOS/nixpkgs] e15fdb: hipchat: 4.27.0.1658 -> 4.28.0.1659

2016-11-11 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: e15fdbe9fca506d62fd6a725fbf11f38c73b1811 https://github.com/NixOS/nixpkgs/commit/e15fdbe9fca506d62fd6a725fbf11f38c73b1811 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-11-11 (Fri, 11 No

[Nix-commits] [NixOS/nixpkgs] 0ddba5: pythonPackages.ansible2: 2.1.2.0 -> 2.2.0.0

2016-11-04 Thread Jascha Geerds
04 Nov 2016) Changed paths: M pkgs/top-level/python-packages.nix Log Message: --- pythonPackages.ansible2: 2.1.2.0 -> 2.2.0.0 Commit: 73fff28e029d8ecef3947a87b3452891eba167f2 https://github.com/NixOS/nixpkgs/commit/73fff28e029d8ecef3947a87b3452891eba167f2 Autho

[Nix-commits] [NixOS/nixpkgs] 27bf1c: deis: Use Godeps workspace instead of deps.nix

2016-10-19 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 27bf1c0794e2a68f6c0ca42017b44e480619333a https://github.com/NixOS/nixpkgs/commit/27bf1c0794e2a68f6c0ca42017b44e480619333a Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-19 (Wed, 19 Oc

[Nix-commits] [NixOS/nixpkgs] 070a50: pythonPackages.ansible: Add myself as a maintainer

2016-10-19 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 070a504d5e094b9429519bcec779eb43f51859b5 https://github.com/NixOS/nixpkgs/commit/070a504d5e094b9429519bcec779eb43f51859b5 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-19 (Wed, 19 Oc

[Nix-commits] [NixOS/nixpkgs] 9803ad: fleet: Add myself as a maintainer

2016-10-19 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 9803ad85eb3d5e5d1baf883b948452a4c179af40 https://github.com/NixOS/nixpkgs/commit/9803ad85eb3d5e5d1baf883b948452a4c179af40 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-19 (Wed, 19 Oc

[Nix-commits] [NixOS/nixpkgs] 7bb75f: deisctl: init at 1.13.3

2016-10-19 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 7bb75fa887a21697a537a6b25eedf53eccc6c8ad https://github.com/NixOS/nixpkgs/commit/7bb75fa887a21697a537a6b25eedf53eccc6c8ad Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-19 (Wed, 19 Oc

Re: [Nix-dev] Proposal: Highly available security-specific trusted build infrastructure

2016-10-20 Thread Jascha Geerds
I'm also not sure if another Hydra instance would be the right way. On the other hand, I would appreciate more frequent (security) updates for NixOS 16.09. Currently, the channel stucks for over a week for whatever reason... Same applies for nixpkgs-unstable where tests randomly (?) fail too

[Nix-commits] [NixOS/nixpkgs] 61548a: pythonPackages.ansible2: Add netaddr dependency

2016-10-25 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 61548a0baa784e510ad253e46f993a3b5186a957 https://github.com/NixOS/nixpkgs/commit/61548a0baa784e510ad253e46f993a3b5186a957 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-25 (Tue, 25 Oc

[Nix-commits] [NixOS/nixpkgs] 25a7f1: fleet: 0.11.5 -> 0.11.8

2016-10-21 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 25a7f17a0fe15183feab97e1fb8e103bfba67768 https://github.com/NixOS/nixpkgs/commit/25a7f17a0fe15183feab97e1fb8e103bfba67768 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-21 (Fri,

[Nix-commits] [NixOS/nixpkgs] cf8362: fleet: 0.11.5 -> 0.11.8

2016-10-21 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cf8362ffeca1fa028cda5e4a4f93915c51d3e14f https://github.com/NixOS/nixpkgs/commit/cf8362ffeca1fa028cda5e4a4f93915c51d3e14f Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-19 (Wed, 19 Oc

[Nix-commits] [NixOS/nixpkgs] 6f5a70: aria2: 1.28.0 -> 1.29.0

2016-11-23 Thread Jascha Geerds
v 2016) Changed paths: M pkgs/tools/networking/aria2/default.nix Log Message: --- aria2: 1.28.0 -> 1.29.0 Commit: 79ea04c6c7d8e277f3ff958a9a4205bb6b406bf6 https://github.com/NixOS/nixpkgs/commit/79ea04c6c7d8e277f3ff958a9a4205bb6b406bf6 Author: Jascha Geerds <jas...@

[Nix-commits] [NixOS/nixpkgs] 4642c3: gnome-mines:update license to GPLv3

2016-11-25 Thread Jascha Geerds
Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-11-26 (Sat, 26 Nov 2016) Changed paths: M pkgs/desktops/gnome-3/3.22/games/gnome-mines/default.nix Log Message: --- Merge pull request #20707 from evfool/master gnome-mines: update license to GPLv3 Co

[Nix-commits] [NixOS/nixpkgs] 845f7d: gnome-calculator: update license to gpl3

2016-11-24 Thread Jascha Geerds
https://github.com/NixOS/nixpkgs/commit/531bd1f7da3071a127cc2f1ff64dc3fa61c5ebf6 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-11-24 (Thu, 24 Nov 2016) Changed paths: M pkgs/desktops/gnome-3/3.20/core/gnome-calculator/default.nix M pkgs/desktops/gnome-3/3.22/core/gnom

[Nix-commits] [NixOS/nixpkgs] fded2c: terraform: Add myself as a maintainer

2016-10-26 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: fded2ca9c6a0caf74679367658c621d7db5638af https://github.com/NixOS/nixpkgs/commit/fded2ca9c6a0caf74679367658c621d7db5638af Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-26 (Wed,

[Nix-commits] [NixOS/nixpkgs] 231d97: terraform: Add myself as a maintainer

2016-10-26 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 231d9737df607ee03d553294d262f58a8144f3eb https://github.com/NixOS/nixpkgs/commit/231d9737df607ee03d553294d262f58a8144f3eb Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-26 (Wed, 26 Oc

[Nix-commits] [NixOS/nixpkgs] 8855d6: terraform: 0.7.6 -> 0.7.7

2016-10-26 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 8855d6b3cadd589ee964168a3a78ac1b6f50ca8e https://github.com/NixOS/nixpkgs/commit/8855d6b3cadd589ee964168a3a78ac1b6f50ca8e Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-26 (Wed, 26 Oc

[Nix-commits] [NixOS/nixpkgs] 227384: keepassx2: 2.0.2 -> 2.0.3

2016-10-26 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2273849a85e49d3a1fe55d0cebb3377dddf6 https://github.com/NixOS/nixpkgs/commit/2273849a85e49d3a1fe55d0cebb3377dddf6 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-26 (Wed, 26 Oc

[Nix-commits] [NixOS/nixpkgs] ff6351: keepassx2: 2.0.2 -> 2.0.3

2016-10-26 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: ff63518f0e983befe7e77ed259047ff3b51de868 https://github.com/NixOS/nixpkgs/commit/ff63518f0e983befe7e77ed259047ff3b51de868 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-10-26 (Wed,

[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 <jas...@jgeerds.name> Date: 2016-10-11 (Tue, 11 Oc

[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 <jas...@jgeerds.name> Date: 2016-10-11 (Tue,

[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 <jas...@jgeerds.name> Date: 2016-10-11 (Tue, 11 Oc

[Nix-commits] [NixOS/nixpkgs] 87c227: pythonPackages.ansible2: 2.1.1.0 -> 2.2.0.0 (Fixes...

2016-12-10 Thread Jascha Geerds
Branch: refs/heads/release-16.09 Home: https://github.com/NixOS/nixpkgs Commit: 87c227f1eeb167e001c7f4d3fe157a6b22828db3 https://github.com/NixOS/nixpkgs/commit/87c227f1eeb167e001c7f4d3fe157a6b22828db3 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-12-10 (Sat,

[Nix-commits] [NixOS/nixpkgs] 2bcdc8: pythonPackages.virtualenvwrapper: Fix post install...

2016-12-15 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 2bcdc8c913a685fb39d7ef2c55af1072e1165575 https://github.com/NixOS/nixpkgs/commit/2bcdc8c913a685fb39d7ef2c55af1072e1165575 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-12-16 (Fri, 16 De

[Nix-commits] [NixOS/nixpkgs] 4af232: discord: Fix missing desktop entry (closes #21045)

2016-12-15 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: 4af2328e5cbf0835caf95e9a753f42c1d1d4592b https://github.com/NixOS/nixpkgs/commit/4af2328e5cbf0835caf95e9a753f42c1d1d4592b Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-12-15 (Thu, 15 De

[Nix-commits] [NixOS/nixpkgs] b94066: languagetool: init at 3.5

2016-12-15 Thread Jascha Geerds
val (cherry picked from commit 10217972014788ec4b756773c602b39e5e3b7e14) Commit: 6b44caaff43d28d894bb8fc29cfbd2e320716622 https://github.com/NixOS/nixpkgs/commit/6b44caaff43d28d894bb8fc29cfbd2e320716622 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-12-15 (Thu, 15 Dec 2016

[Nix-commits] [NixOS/nixpkgs] b44e52: languagetool: Add myself as a maintainer

2016-12-15 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: b44e52b1345f39932555b8bc3ecf8f35d50b319d https://github.com/NixOS/nixpkgs/commit/b44e52b1345f39932555b8bc3ecf8f35d50b319d Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-12-15 (Thu, 15 De

[Nix-commits] [NixOS/nixpkgs] b899b8: nano: 2.7.1 -> 2.7.2

2016-12-17 Thread Jascha Geerds
hanged paths: M pkgs/applications/editors/nano/default.nix Log Message: --- nano: 2.7.1 -> 2.7.2 Commit: 62c3d9ad0bc29961ad701fca3b039908ee20d4fb https://github.com/NixOS/nixpkgs/commit/62c3d9ad0bc29961ad701fca3b039908ee20d4fb Author: Jascha Geerds <jas...@

[Nix-commits] [NixOS/nixpkgs] bfc272: pythonPackages.docker: Fix build for python3

2016-12-01 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: bfc2721ebf08a414f0268e9f4913a563a6b86999 https://github.com/NixOS/nixpkgs/commit/bfc2721ebf08a414f0268e9f4913a563a6b86999 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-12-01 (Thu, 01 De

[Nix-commits] [NixOS/nixpkgs] cac53b: hipchat: 4.28.0.1659 -> 4.29.4.1662

2016-12-06 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: cac53b75a8a85394a132614f631196103693284f https://github.com/NixOS/nixpkgs/commit/cac53b75a8a85394a132614f631196103693284f Author: Jascha Geerds <jas...@jgeerds.name> Date: 2016-12-06 (Tue, 06 De

[Nix-commits] [NixOS/nixpkgs] 92be17: discord: paxmark to fix execution

2017-01-05 Thread Jascha Geerds
ithub.com/NixOS/nixpkgs/commit/40f9eb1f22f06dfb53fd8bb42146a71e12e4ca18 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-01-05 (Thu, 05 Jan 2017) Changed paths: M pkgs/applications/networking/instant-messengers/discord/default.nix Log Message: --- Merge pul

[Nix-commits] [NixOS/nixpkgs] 5c55d5: discord: 0.0.11 -> 0.0.13

2017-01-08 Thread Jascha Geerds
Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-01-08 (Sun, 08 Jan 2017) Log Message: --- Merge pull request #21756 from FaustXVI/update-discord discord: 0.0.11 -> 0.0.13 Compare: https://github.com/NixOS/nixpkgs/co

[Nix-commits] [NixOS/nixpkgs] 979a1a: numix-icon-theme: 2016-10-05 -> 2016-11-13

2016-12-07 Thread Jascha Geerds
c 2016) Changed paths: M pkgs/data/icons/numix-icon-theme/default.nix Log Message: --- numix-icon-theme: 2016-10-05 -> 2016-11-13 Commit: f5bd003b27ac9332457397d0924cd8caaa0e4292 https://github.com/NixOS/nixpkgs/commit/f5bd003b27ac9332457397d0924cd8caaa0e4292 Author: Jasc

[Nix-commits] [NixOS/nixpkgs] d4e2cb: miredo: Improve service description

2017-05-18 Thread Jascha Geerds
Branch: refs/heads/master Home: https://github.com/NixOS/nixpkgs Commit: d4e2cbd5c95a05b591f8a71ebd3336aaf0892ef3 https://github.com/NixOS/nixpkgs/commit/d4e2cbd5c95a05b591f8a71ebd3336aaf0892ef3 Author: Jascha Geerds <jas...@jgeerds.name> Date: 2017-05-18 (Thu, 18 Ma