Re: [Nix-dev] (no subject)

2017-07-03 Thread Alexey Shmalko
Stephan Sahm  writes:

> that should in fact not be the mistake, I followed the tutorial on 
> kwin-tiling step by step

From https://github.com/faho/kwin-tiling#installation:
> git clone https://github.com/faho/kwin-tiling.git
> cd kwin-tiling/
> plasmapkg2 --type kwinscript -i .

It very much looks like you have missed the next command:
cd kwin-tiling/

The issue does not look Nix-related, so if that does not help, I
recommend opening an issue/question at the kwin-tiling repo.


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


Re: [Nix-dev] (no subject)

2017-07-03 Thread Alexey Shmalko
Stephan Sahm  writes:

> $ plasmapkg2 --type kwinscript -i . 
>
> Package type "KWin/Script" not found No metadata file in package "/home/demo" 
> "/home/demo/" Error: Installation of /home/demo failed: No metadata file in 
> package: /home/demo

I am not a KWin user and have no idea what you're doing, but it looks
like you're running the command in your home directory and it expects to
be ran in another place. (Perhaps the root of the package you're trying
to install.)

Hope this helps,
Alexey


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] 7ef9a9: ddcutil: init at 0.8.2

2017-06-16 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7ef9a9ffc17048f725836c9e95b33213af680068
  
https://github.com/NixOS/nixpkgs/commit/7ef9a9ffc17048f725836c9e95b33213af680068
  Author: rnhmjoj <michelegueriniro...@me.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

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

  Log Message:
  ---
  ddcutil: init at 0.8.2


  Commit: b521296a4c17c096457f8bbfc30473b27c6ac6da
  
https://github.com/NixOS/nixpkgs/commit/b521296a4c17c096457f8bbfc30473b27c6ac6da
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

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

  Log Message:
  ---
  Merge pull request #26575 from rnhmjoj/ddcutil

ddcutil: init at 0.8.2


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


[Nix-commits] [NixOS/nixpkgs] 7a6738: Implement aria2 service for controlling a daemon v...

2017-04-28 Thread Alexey Shmalko
service


  Commit: a012b15f87ee5c181399af955beab8a437e675a2
  
https://github.com/NixOS/nixpkgs/commit/a012b15f87ee5c181399af955beab8a437e675a2
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
M nixos/modules/misc/ids.nix
A nixos/modules/services/networking/aria2.nix

  Log Message:
  ---
  Merge pull request #25181 from indiscipline/aria2.service

Implement aria2 service for controlling a daemon via rpc.


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


Re: [Nix-dev] [Help] Accidentally removed configuration.nix

2017-04-06 Thread Alexey Shmalko
ni...@vince.lol writes:

> Hi all, 
>
> I acidentally removed my /etc/nixos/configuration.nix is there any way I can 
> get it back? 

If you have enabled system.copySystemConfiguration option, you can find
your config at /var/run/current-system/configuration.nix

Though, the option is disabled by default, so it's unlikely that will help
you this time :(

Also, it only copies the main configuration file and not any included
files.

Regards,
Alexey


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


[Nix-commits] [NixOS/nixpkgs] 7a38b0: fvwm module: init; now fvwm can be used as an xser...

2017-04-06 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7a38b0858fbed43e80f84a91da821eaaf657c5d7
  
https://github.com/NixOS/nixpkgs/commit/7a38b0858fbed43e80f84a91da821eaaf657c5d7
  Author: Evan Danaher <git...@edanaher.net>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M nixos/modules/services/x11/window-managers/default.nix
A nixos/modules/services/x11/window-managers/fvwm.nix

  Log Message:
  ---
  fvwm module: init; now fvwm can be used as an xserver.windowManager


  Commit: b8e71f296941c91b9b5ffba67723ca02d524e5b7
  
https://github.com/NixOS/nixpkgs/commit/b8e71f296941c91b9b5ffba67723ca02d524e5b7
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M nixos/modules/services/x11/window-managers/default.nix
A nixos/modules/services/x11/window-managers/fvwm.nix

  Log Message:
  ---
  Merge pull request #24651 from edanaher/add-fvwm-window-manager

fvwm module: init; now fvwm can be used as an xserver.windowManager


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


[Nix-commits] [NixOS/nixpkgs] 84ffb2: source-han-sans: fix license from ASL2.0 to SIL Op...

2017-04-06 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 84ffb2d1d59b211f7a85f2ae8a94496f54a98c98
  
https://github.com/NixOS/nixpkgs/commit/84ffb2d1d59b211f7a85f2ae8a94496f54a98c98
  Author: taku0 <mxxouy6x3m_git...@tatapa.org>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/data/fonts/source-han-sans/default.nix

  Log Message:
  ---
  source-han-sans: fix license from ASL2.0 to SIL Open Font License.


  Commit: 0f9fd51b20c9d38a5f85851d41f08aa27486b09e
  
https://github.com/NixOS/nixpkgs/commit/0f9fd51b20c9d38a5f85851d41f08aa27486b09e
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pkgs/data/fonts/source-han-sans/default.nix

  Log Message:
  ---
  Merge pull request #24650 from taku0/source-han-sans-fix-license

source-han-sans: fix license from ASL2.0 to SIL Open Font License.


Compare: https://github.com/NixOS/nixpkgs/compare/0af3de05aec4...0f9fd51b20c9___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] bb8337: xfwm4-themes: init at 4.10.0

2017-04-06 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bb833702aacde5207eebb3d077a51cbb3304256b
  
https://github.com/NixOS/nixpkgs/commit/bb833702aacde5207eebb3d077a51cbb3304256b
  Author: Volth <vo...@webmaster.ms>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
A pkgs/desktops/xfce/art/xfwm4-themes.nix
M pkgs/desktops/xfce/default.nix

  Log Message:
  ---
  xfwm4-themes: init at 4.10.0


  Commit: 3dbe3eccbb794d8bd437e653a324d0d8252d62ed
  
https://github.com/NixOS/nixpkgs/commit/3dbe3eccbb794d8bd437e653a324d0d8252d62ed
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
A pkgs/desktops/xfce/art/xfwm4-themes.nix
M pkgs/desktops/xfce/default.nix

  Log Message:
  ---
  Merge pull request #24642 from volth/xfwm4-themes

xfwm4-themes: init at 4.10.0


Compare: https://github.com/NixOS/nixpkgs/compare/0a6a06346a3c...3dbe3eccbb79___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 4b7726: gammu: 1.33.0 -> 1.38.2

2017-04-06 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4b77264308179ac8cef61689c19a9d2e69561f5c
  
https://github.com/NixOS/nixpkgs/commit/4b77264308179ac8cef61689c19a9d2e69561f5c
  Author: Matt McHenry <git...@matt.mchenryfamily.org>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/applications/misc/gammu/bashcomp-dir.patch
M pkgs/applications/misc/gammu/default.nix
A pkgs/applications/misc/gammu/systemd.patch

  Log Message:
  ---
  gammu: 1.33.0 -> 1.38.2


  Commit: c4d80e43af476608ef51effb3da962fa11d9de64
  
https://github.com/NixOS/nixpkgs/commit/c4d80e43af476608ef51effb3da962fa11d9de64
  Author: Matt McHenry <git...@matt.mchenryfamily.org>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/applications/misc/gammu/default.nix

  Log Message:
  ---
  gammu: move pkgconfig and cmake to nativeBuildInputs


  Commit: 5b2d1784c248d8f99726812db297f26a9573632d
  
https://github.com/NixOS/nixpkgs/commit/5b2d1784c248d8f99726812db297f26a9573632d
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
M pkgs/applications/misc/gammu/bashcomp-dir.patch
M pkgs/applications/misc/gammu/default.nix
A pkgs/applications/misc/gammu/systemd.patch

  Log Message:
  ---
  Merge pull request #24582 from jerith666/gammu-1-37

gammu: 1.33.0 -> 1.38.2


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


[Nix-commits] [NixOS/nixpkgs] f14800: urbanterror: 4.3.1 -> 4.3.2

2017-04-05 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f1480038a4675f467b8d977e99cf57c28e08d0a5
  
https://github.com/NixOS/nixpkgs/commit/f1480038a4675f467b8d977e99cf57c28e08d0a5
  Author: Matthias Herrmann <matthias.mh.herrm...@googlemail.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

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

  Log Message:
  ---
  urbanterror: 4.3.1 -> 4.3.2


  Commit: c3df8bdd2869ecc4b73e05ad5d932b27f4a50e0a
  
https://github.com/NixOS/nixpkgs/commit/c3df8bdd2869ecc4b73e05ad5d932b27f4a50e0a
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24654 from 2chilled/master

urbanterror: 4.3.1 -> 4.3.2


Compare: https://github.com/NixOS/nixpkgs/compare/48bdd8612f98...c3df8bdd2869___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 55d123: transcrypt: 1.0.1 -> 1.0.2

2017-04-05 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55d1237c6bae4e7a32805f2bcf8c723475a0b282
  
https://github.com/NixOS/nixpkgs/commit/55d1237c6bae4e7a32805f2bcf8c723475a0b282
  Author: Aaron Bull Schaefer <aa...@elasticdog.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/transcrypt/default.nix

  Log Message:
  ---
  transcrypt: 1.0.1 -> 1.0.2


  Commit: 48bdd8612f981874824504dc188564c239ced4bf
  
https://github.com/NixOS/nixpkgs/commit/48bdd8612f981874824504dc188564c239ced4bf
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/applications/version-management/git-and-tools/transcrypt/default.nix

  Log Message:
  ---
  Merge pull request #24656 from elasticdog/transcrypt

transcrypt: 1.0.1 -> 1.0.2


Compare: https://github.com/NixOS/nixpkgs/compare/f04582cf2051...48bdd8612f98___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 89188e: docker-distribution: 2.5.1 -> 2.6.0

2017-04-05 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 89188e2972315e8fd555417dadf8a5646e92d81d
  
https://github.com/NixOS/nixpkgs/commit/89188e2972315e8fd555417dadf8a5646e92d81d
  Author: Tim Steinbach <t...@nequissimus.com>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

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

  Log Message:
  ---
  docker-distribution: 2.5.1 -> 2.6.0


  Commit: f04582cf2051d10817e4dc07dd2a664025529f06
  
https://github.com/NixOS/nixpkgs/commit/f04582cf2051d10817e4dc07dd2a664025529f06
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #24641 from NeQuissimus/docker-dist_2_6_0

docker-distribution: 2.5.1 -> 2.6.0


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


[Nix-commits] [NixOS/nixpkgs] 471626: scalafmt: 0.6.6 -> 0.6.7

2017-04-05 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 471626e6fba855dae35df7b79787a0da04d408b8
  
https://github.com/NixOS/nixpkgs/commit/471626e6fba855dae35df7b79787a0da04d408b8
  Author: Markus Hauck <markus1...@gmail.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/development/tools/scalafmt/default.nix

  Log Message:
  ---
  scalafmt: 0.6.6 -> 0.6.7

Updates scalafmt to 0.6.7


  Commit: c2555ad6ce3966ac7cdc42495368cde76a6e3554
  
https://github.com/NixOS/nixpkgs/commit/c2555ad6ce3966ac7cdc42495368cde76a6e3554
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/development/tools/scalafmt/default.nix

  Log Message:
  ---
  Merge pull request #24655 from markus1189/scalafmt-067

scalafmt: 0.6.6 -> 0.6.7


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


[Nix-commits] [NixOS/nixpkgs] 1ce34c: albert: 0.10.0 -> 0.10.2

2017-04-05 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1ce34c54588b7567eb680073ab9da1a3adc7aa87
  
https://github.com/NixOS/nixpkgs/commit/1ce34c54588b7567eb680073ab9da1a3adc7aa87
  Author: Pierre Radermecker <pier...@pi3r.be>
  Date:   2017-04-04 (Tue, 04 Apr 2017)

  Changed paths:
M pkgs/applications/misc/albert/default.nix

  Log Message:
  ---
  albert: 0.10.0 -> 0.10.2


  Commit: 8716698903508589042a3c941b729b4fa5e97d87
  
https://github.com/NixOS/nixpkgs/commit/8716698903508589042a3c941b729b4fa5e97d87
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
M pkgs/applications/misc/albert/default.nix

  Log Message:
  ---
  Merge pull request #24630 from PierreR/master

albert: 0.10.0 -> 0.10.2


Compare: https://github.com/NixOS/nixpkgs/compare/a6420e13a2ed...871669890350___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


Re: [Nix-dev] Banning people from the mailinglist?

2017-04-04 Thread Alexey Shmalko
I recommend reading You Are What You Write[1] and Difficult People[2]
chapters of Producing Open Source Software[3] by Karl Fogel. They
describe how to handle similar situations; banning people is extreme
measures, and most situations can be resolved without that.

[1]: http://producingoss.com/en/you-are-what-you-write.html
[2]: http://producingoss.com/en/difficult-people.html
[3]: http://producingoss.com/


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


Re: [Nix-dev] The Church of Suckless NixOS is looking for followers

2017-03-21 Thread Alexey Shmalko
Eelco Dolstra  writes:

> Hi,
>
> On 03/19/2017 12:10 PM, Jan Malakhovski wrote:
>
>> William Casarin  writes:
>> 
>>> I tried to run NixOS on my eeepc, it feels a lot more sluggish than when
>>> I used to run arch on it. I would love to see how this plays out, if
>>> only to have
>>> a smaller, lightweight version of NixOS to run on my pi's and eeepc.
>> 
>> For eeePC try disabling hardening. Seriously. 
>
> Hm, I wasn't aware hardening has a significant performance impact. Do you have
> more info on that?

Basically, most of hardening is inserting runtime checks into
application. (e.g., inserting buffer overflow checks.) So it takes some
additional CPU cycles to check.

Some hardenings also insert additional values on stack (e.g., canaries),
so application consumes more memory.

I could say, on modern desktop computers the performance penalty is
neglectable, but there are old hardware (where software is sluggish
already), embedde devices, and various cases when "performance matters."


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


Re: [Nix-dev] The Church of Suckless NixOS is looking for followers

2017-03-18 Thread Alexey Shmalko
Lukas Epple  writes:

> On Sat, Mar 18, 2017 at 11:20:00AM +, Jan Malakhovski wrote:
> Instead of wasting your time on a NixOS fork, just build an abstraction
> over *any* init/daemon management system (so atm systemd, openrc, runit,
> sinit, …) and get it into NixOS upstream for great good. Just looking at
> the wonderful abstraction NixOS has already given us, I am sure, that it
> is indeed possible to incorporate two very different approaches to Linx
> distribution architecture into NixOS.

I, too, would like to see that as an abstraction layer over any init
system, rather than a fork. This is pretty much achievable (Gentoo
supports many intialization systems) and needed (there was a discussion
of the bsd port already).

> PS: Also, if you indeed want to fork NixOS, it seems kinda inappropiate to
> advertise your fork 

Don't agree with that. It is perfectly OK to advertise the fork in the
main nixos channel. Otherwise, how would you receive any feedback or
support?


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


[Nix-commits] [NixOS/nixpkgs] 80dbc4: sqlitebrowser: 3.8.0 -> 3.9.1

2017-03-08 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 80dbc4df36a72401b08d944a1b0a42c78eb6147b
  
https://github.com/NixOS/nixpkgs/commit/80dbc4df36a72401b08d944a1b0a42c78eb6147b
  Author: Renaud <c0b...@users.noreply.github.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M pkgs/development/tools/database/sqlitebrowser/default.nix

  Log Message:
  ---
  sqlitebrowser: 3.8.0 -> 3.9.1

Now uses Qt5
The file CMakeLists.txt needs patching - known issue upstream


  Commit: c87ae41764461240f650d4b25e83edf21e7cf48d
  
https://github.com/NixOS/nixpkgs/commit/c87ae41764461240f650d4b25e83edf21e7cf48d
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
M pkgs/development/tools/database/sqlitebrowser/default.nix

  Log Message:
  ---
  Merge pull request #23654 from c0bw3b/pkg/sqlitebrowser

sqlitebrowser: 3.8.0 -> 3.9.1


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


Re: [Nix-dev] Qt and KDE updates

2017-03-01 Thread Alexey Shmalko
On 03/01/2017 08:41 PM, Vladimír Čunát wrote:
> On 03/01/2017 01:17 PM, Profpatsch wrote:
>> Better yet, build and expose the manuals of the current system
>> to the user locally.
>>
>> Offline all the docs \o/
> 
> But we do have that already for a long time:
> $ nixos-help

This command shows NixOS manual, not Nixpkgs one.





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


[Nix-commits] [NixOS/nixpkgs] 95ec60: bazel: Log test errors to stderr during checkPhase

2017-02-28 Thread Alexey Shmalko
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 95ec60a3f32af9866ef1712a8084c9f7dc050a6a
  
https://github.com/NixOS/nixpkgs/commit/95ec60a3f32af9866ef1712a8084c9f7dc050a6a
  Author: Benjamin Staffin <ben...@gmail.com>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  ---
  bazel: Log test errors to stderr during checkPhase

Otherwise it's difficult or impossible to retrieve them, particularly
from a hydra build.

(cherry picked from commit d348b80f318388045dc3306a35531b2a7b3b6c4c)


  Commit: b3418d5b220b5a946041717b1a9953b4681f1707
  
https://github.com/NixOS/nixpkgs/commit/b3418d5b220b5a946041717b1a9953b4681f1707
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  ---
  virtualbox: fix build

The issue was caused by upgrading `qt` from `qt56` to `qt57`, which
now requires C++11.

For more info, see https://github.com/NixOS/nixpkgs/issues/23257.

(cherry picked from commit 0d31a76813532a5a1a1d83b0f92c283206783f00)


Compare: https://github.com/NixOS/nixpkgs/compare/3433c1af017d...b3418d5b220b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0d31a7: virtualbox: fix build

2017-02-27 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0d31a76813532a5a1a1d83b0f92c283206783f00
  
https://github.com/NixOS/nixpkgs/commit/0d31a76813532a5a1a1d83b0f92c283206783f00
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-02-28 (Tue, 28 Feb 2017)

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

  Log Message:
  ---
  virtualbox: fix build

The issue was caused by upgrading `qt` from `qt56` to `qt57`, which
now requires C++11.

For more info, see https://github.com/NixOS/nixpkgs/issues/23257.


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


[Nix-commits] [NixOS/nixpkgs] 098000: zdbsp: init at 1.19

2017-02-11 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 09800030408183de089e7d852bfdd05c744924b7
  
https://github.com/NixOS/nixpkgs/commit/09800030408183de089e7d852bfdd05c744924b7
  Author: Ertugrul Söylemez <e...@posteo.de>
  Date:   2017-02-11 (Sat, 11 Feb 2017)

  Changed paths:
A pkgs/games/zdoom/zdbsp.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  zdbsp: init at 1.19


  Commit: 003a0609eed64a18579db06155fe86c83739a6e6
  
https://github.com/NixOS/nixpkgs/commit/003a0609eed64a18579db06155fe86c83739a6e6
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-02-11 (Sat, 11 Feb 2017)

  Changed paths:
A pkgs/games/zdoom/zdbsp.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #22604 from esoeylemez/add-zdbsp

zdbsp: init at 1.19


Compare: https://github.com/NixOS/nixpkgs/compare/13844f48139b...003a0609eed6___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 102e4e: ansicolor: init at 0.2.4

2017-02-05 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 102e4eed6f827347ff8e7c870e5adfef7c958aa7
  
https://github.com/NixOS/nixpkgs/commit/102e4eed6f827347ff8e7c870e5adfef7c958aa7
  Author: asildnes <ands...@gmail.com>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  ansicolor: init at 0.2.4


  Commit: 3bdfd756810461618372fdba6e75b9229f09f7cc
  
https://github.com/NixOS/nixpkgs/commit/3bdfd756810461618372fdba6e75b9229f09f7cc
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-02-05 (Sun, 05 Feb 2017)

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

  Log Message:
  ---
  Merge pull request #22462 from andsild/ansicolor

ansicolor: init at 0.2.4


Compare: https://github.com/NixOS/nixpkgs/compare/956c1fe3e867...3bdfd7568104___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] fda3ed: heroku: 3.43.12 -> 3.43.16

2017-02-01 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fda3edda4b538ee5fc7d9b5c392c9863fa0d5ab5
  
https://github.com/NixOS/nixpkgs/commit/fda3edda4b538ee5fc7d9b5c392c9863fa0d5ab5
  Author: Peter Hoeg <pe...@speartail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
M pkgs/development/tools/heroku/default.nix

  Log Message:
  ---
  heroku: 3.43.12 -> 3.43.16

This is the last version of the deprecated client but using the latest CLI.


  Commit: 7f3f30b78275593ab060055a85a7cdbc8bc15a20
  
https://github.com/NixOS/nixpkgs/commit/7f3f30b78275593ab060055a85a7cdbc8bc15a20
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
M pkgs/development/tools/heroku/default.nix

  Log Message:
  ---
  Merge pull request #22341 from peterhoeg/f/heroku

heroku: 3.43.12 -> 3.43.16


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


[Nix-commits] [NixOS/nixpkgs] f6e277: wmutils-opt: init at v1.0

2017-01-30 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f6e2772cd303e71125f47872a2998aba2d70aa4c
  
https://github.com/NixOS/nixpkgs/commit/f6e2772cd303e71125f47872a2998aba2d70aa4c
  Author: Adrian Pistol <vif...@tty.sh>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
M lib/maintainers.nix
A pkgs/tools/X11/wmutils-opt/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  wmutils-opt: init at v1.0


  Commit: 682e7a36434149afc1689354c900a6d53d6e6e8f
  
https://github.com/NixOS/nixpkgs/commit/682e7a36434149afc1689354c900a6d53d6e6e8f
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
M lib/maintainers.nix
A pkgs/tools/X11/wmutils-opt/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #22281 from vifino/master

wmutils-opt: init at v1.0


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


[Nix-commits] [NixOS/nixpkgs] e8df68: nomad: 0.4.1 -> 0.5.3

2017-01-30 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e8df68673ccc05ca617369a667cc0c1738444512
  
https://github.com/NixOS/nixpkgs/commit/e8df68673ccc05ca617369a667cc0c1738444512
  Author: Pradeep Chhetri <pradeep.chhetr...@gmail.com>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
M pkgs/applications/networking/cluster/nomad/default.nix

  Log Message:
  ---
  nomad: 0.4.1 -> 0.5.3


  Commit: 74881b6bbb9b763160f92ba1bf261b691da9111c
  
https://github.com/NixOS/nixpkgs/commit/74881b6bbb9b763160f92ba1bf261b691da9111c
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

  Changed paths:
M pkgs/applications/networking/cluster/nomad/default.nix

  Log Message:
  ---
  Merge pull request #22299 from pradeepchhetri/nomad

nomad: 0.4.1 -> 0.5.3


Compare: https://github.com/NixOS/nixpkgs/compare/df8195b60381...74881b6bbb9b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0ecde7: siji: init at 2016-05-14

2017-01-30 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0ecde73b9119de0e8274a3019d6a4c5a4ea7cfcd
  
https://github.com/NixOS/nixpkgs/commit/0ecde73b9119de0e8274a3019d6a4c5a4ea7cfcd
  Author: Lorenzo Manacorda <lore...@mailbox.org>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

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

  Log Message:
  ---
  siji: init at 2016-05-14


  Commit: 2dc87881b045ad02abe32c6c486e2b30fceb61de
  
https://github.com/NixOS/nixpkgs/commit/2dc87881b045ad02abe32c6c486e2b30fceb61de
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2017-01-30 (Mon, 30 Jan 2017)

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

  Log Message:
  ---
  Merge pull request #22283 from asymmetric/siji

siji: init at 2016-05-14


Compare: https://github.com/NixOS/nixpkgs/compare/92a3ecf4a30d...2dc87881b045___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 474b35: syncthing: 0.14.15 -> 0.14.17

2016-12-29 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 474b35994b5e3b0aa750504ff95bd868ab96ef72
  
https://github.com/NixOS/nixpkgs/commit/474b35994b5e3b0aa750504ff95bd868ab96ef72
  Author: Ioannis Koutras <ioannis.kout...@gmail.com>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

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

  Log Message:
  ---
  syncthing: 0.14.15 -> 0.14.17


  Commit: 87d5e27a3da0dfc4c791d319f365c48f4d472558
  
https://github.com/NixOS/nixpkgs/commit/87d5e27a3da0dfc4c791d319f365c48f4d472558
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-12-29 (Thu, 29 Dec 2016)

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

  Log Message:
  ---
  Merge pull request #21445 from jokogr/u/syncthing-0.14.16

syncthing: 0.14.15 -> 0.14.17


Compare: https://github.com/NixOS/nixpkgs/compare/9d03fe2dfbdc...87d5e27a3da0___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 90c762: bloaty: 2016.11.16 -> 2016.12.28

2016-12-29 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 90c762c5e101cc34e68aaddbb46b17391c3e23b0
  
https://github.com/NixOS/nixpkgs/commit/90c762c5e101cc34e68aaddbb46b17391c3e23b0
  Author: Will Dietz <w...@wdtz.org>
  Date:   2016-12-28 (Wed, 28 Dec 2016)

  Changed paths:
M pkgs/development/tools/bloaty/default.nix

  Log Message:
  ---
  bloaty: 2016.11.16 -> 2016.12.28


  Commit: cb6807859ff71469579713dcd986970fef8c82f2
  
https://github.com/NixOS/nixpkgs/commit/cb6807859ff71469579713dcd986970fef8c82f2
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-12-29 (Thu, 29 Dec 2016)

  Changed paths:
M pkgs/development/tools/bloaty/default.nix

  Log Message:
  ---
  Merge pull request #21472 from dtzWill/update/bloaty

bloaty: 2016.11.16 -> 2016.12.28


Compare: https://github.com/NixOS/nixpkgs/compare/774435d0aa2c...cb6807859ff7___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 54be55: hhpc: init at 0.3.1

2016-12-27 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 54be55f47c1cb56c4352208511fea80fef1b5db2
  
https://github.com/NixOS/nixpkgs/commit/54be55f47c1cb56c4352208511fea80fef1b5db2
  Author: Nicolò Balzarotti <another...@gmail.com>
  Date:   2016-12-26 (Mon, 26 Dec 2016)

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

  Log Message:
  ---
  hhpc: init at 0.3.1


  Commit: 35667f04741545ada3752e95d30567811ab68a60
  
https://github.com/NixOS/nixpkgs/commit/35667f04741545ada3752e95d30567811ab68a60
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-12-27 (Tue, 27 Dec 2016)

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

  Log Message:
  ---
  Merge pull request #21363 from nico202/hhpc

hhpc: init at 0.3.1


Compare: https://github.com/NixOS/nixpkgs/compare/cbb29a26a210...35667f047415___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b84530: keepass-keefox: 1.6.3 -> 1.6.4

2016-12-18 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b8453051b07239be537a68104838904b320c8109
  
https://github.com/NixOS/nixpkgs/commit/b8453051b07239be537a68104838904b320c8109
  Author: Marcin Janczyk <m...@dragonvr.pl>
  Date:   2016-12-18 (Sun, 18 Dec 2016)

  Changed paths:
M pkgs/applications/misc/keepass-plugins/keefox/default.nix

  Log Message:
  ---
  keepass-keefox: 1.6.3 -> 1.6.4


  Commit: d0f4249792389bc232bb266eb423d28ff9988746
  
https://github.com/NixOS/nixpkgs/commit/d0f4249792389bc232bb266eb423d28ff9988746
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-12-18 (Sun, 18 Dec 2016)

  Changed paths:
M pkgs/applications/misc/keepass-plugins/keefox/default.nix

  Log Message:
  ---
  Merge pull request #21259 from mjanczyk/update/keefox-1.6.4

keepass-keefox: 1.6.3 -> 1.6.4


Compare: https://github.com/NixOS/nixpkgs/compare/2b8566f55664...d0f424979238___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] d7afb8: secp256k1: 2016-05-30 -> 2016-11-27, more flags (#...

2016-12-07 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d7afb872cda9a94a1f19e328e376ed64aeacef1b
  
https://github.com/NixOS/nixpkgs/commit/d7afb872cda9a94a1f19e328e376ed64aeacef1b
  Author: Chris Martin <ch.mar...@gmail.com>
  Date:   2016-11-29 (Tue, 29 Nov 2016)

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

  Log Message:
  ---
  secp256k1: 2016-05-30 -> 2016-11-27, more flags (#18637)


  Commit: 1c50bdd928cec055d2ca842e2cf567aba2584efc
  
https://github.com/NixOS/nixpkgs/commit/1c50bdd928cec055d2ca842e2cf567aba2584efc
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-12-07 (Wed, 07 Dec 2016)

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

  Log Message:
  ---
  Merge pull request #18737 from chris-martin/secp256k1-flags

secp256k1: configure with more feature flags


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


[Nix-commits] [NixOS/nixpkgs] a0b7ce: bloaty: init at 2016.11.07

2016-11-18 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a0b7ce3ac6cf2fac4ba7ccde068058ec75583b73
  
https://github.com/NixOS/nixpkgs/commit/a0b7ce3ac6cf2fac4ba7ccde068058ec75583b73
  Author: Will Dietz <w...@wdtz.org>
  Date:   2016-11-17 (Thu, 17 Nov 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/development/tools/bloaty/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  bloaty: init at 2016.11.07


  Commit: 77847756f33b69c46fcdad272085cd8f91f59712
  
https://github.com/NixOS/nixpkgs/commit/77847756f33b69c46fcdad272085cd8f91f59712
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-11-18 (Fri, 18 Nov 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/development/tools/bloaty/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #20263 from dtzWill/feature/bloaty

bloaty: init at 2016.11.16


Compare: https://github.com/NixOS/nixpkgs/compare/80daa953c406...77847756f33b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 2350c5: protobuf: refactoring

2016-11-15 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2350c543f61259469af0594fe7800c067b258484
  
https://github.com/NixOS/nixpkgs/commit/2350c543f61259469af0594fe7800c067b258484
  Author: Antoine Eiche <l...@abesis.fr>
  Date:   2016-11-12 (Sat, 12 Nov 2016)

  Changed paths:
M pkgs/development/libraries/protobuf/3.0.0-beta-2.nix
M pkgs/development/libraries/protobuf/3.0.nix
A pkgs/development/libraries/protobuf/generic-v3.nix

  Log Message:
  ---
  protobuf: refactoring

Versions 3.x use a common derivation such as 2.x versions.


  Commit: 96042412d16fb297722b1f84308f50df13aa8545
  
https://github.com/NixOS/nixpkgs/commit/96042412d16fb297722b1f84308f50df13aa8545
  Author: Antoine Eiche <l...@abesis.fr>
  Date:   2016-11-12 (Sat, 12 Nov 2016)

  Changed paths:
A pkgs/development/libraries/protobuf/3.1.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  protobuf3_1: init at 3.1.0


  Commit: 1958f07c63ab0e51ee81cbaec2678e617c8ebfab
  
https://github.com/NixOS/nixpkgs/commit/1958f07c63ab0e51ee81cbaec2678e617c8ebfab
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
M pkgs/development/libraries/protobuf/3.0.0-beta-2.nix
M pkgs/development/libraries/protobuf/3.0.nix
A pkgs/development/libraries/protobuf/3.1.nix
A pkgs/development/libraries/protobuf/generic-v3.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #20291 from nlewo/master

Add protobuf 3.1.0


Compare: https://github.com/NixOS/nixpkgs/compare/afab1a948eef...1958f07c63ab___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 041214: singularity: init 2.2

2016-11-14 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 04121437bea46a74c71eaca507007a4e9c9ac20a
  
https://github.com/NixOS/nixpkgs/commit/04121437bea46a74c71eaca507007a4e9c9ac20a
  Author: Justin Bedo <c...@cua0.org>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/applications/virtualization/singularity/default.nix
A pkgs/build-support/singularity-tools/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  singularity: init 2.2


  Commit: 7f51891baa083254914358f782d3e1bed2727e55
  
https://github.com/NixOS/nixpkgs/commit/7f51891baa083254914358f782d3e1bed2727e55
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/applications/virtualization/singularity/default.nix
A pkgs/build-support/singularity-tools/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #20408 from jbedo/singularity

singularity: init 2.2


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


[Nix-commits] [NixOS/nixpkgs] 86f637: ocamlPackages.batteries: 2.5.2 -> 2.5.3

2016-11-14 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 86f63755f5cc2635a428c21a2f633a0f0bb32292
  
https://github.com/NixOS/nixpkgs/commit/86f63755f5cc2635a428c21a2f633a0f0bb32292
  Author: Vincent Laporte <vincent.lapo...@gmail.com>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

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

  Log Message:
  ---
  ocamlPackages.batteries: 2.5.2 -> 2.5.3


  Commit: bcd37fdef34c63ef32ec33a0482c2d6b2d297441
  
https://github.com/NixOS/nixpkgs/commit/bcd37fdef34c63ef32ec33a0482c2d6b2d297441
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-11-15 (Tue, 15 Nov 2016)

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

  Log Message:
  ---
  Merge pull request #20403 from vbgl/ocaml-batteries-253

ocamlPackages.batteries: 2.5.2 -> 2.5.3


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


[Nix-commits] [NixOS/nixpkgs] d4da4f: Geany: 1.28 -> 1.29

2016-11-13 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d4da4fa5f971e8afc543cc9ba6bcf66f945e464b
  
https://github.com/NixOS/nixpkgs/commit/d4da4fa5f971e8afc543cc9ba6bcf66f945e464b
  Author: Frank Lanitz <fr...@frank.uvena.de>
  Date:   2016-11-13 (Sun, 13 Nov 2016)

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

  Log Message:
  ---
  Geany: 1.28 -> 1.29


  Commit: 8e6f0f06734565b2aaf3e2514b95afac927f4481
  
https://github.com/NixOS/nixpkgs/commit/8e6f0f06734565b2aaf3e2514b95afac927f4481
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-11-13 (Sun, 13 Nov 2016)

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

  Log Message:
  ---
  Merge pull request #20389 from frlan/Update/Geany/1.29

Geany: 1.28 -> 1.29


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


[Nix-commits] [NixOS/nixpkgs] a50784: openssl: add custom build of 1.0.2 for steam

2016-11-10 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a50784b34e771aa4a6c5f4eeb8c25295c15e4ed4
  
https://github.com/NixOS/nixpkgs/commit/a50784b34e771aa4a6c5f4eeb8c25295c15e4ed4
  Author: David McFarland <corng...@gmail.com>
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/openssl-fix-cpuid_setup.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  openssl: add custom build of 1.0.2 for steam


  Commit: a120bad30cbd63019971e9d03edd82423131852c
  
https://github.com/NixOS/nixpkgs/commit/a120bad30cbd63019971e9d03edd82423131852c
  Author: David McFarland <corng...@gmail.com>
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
M pkgs/games/steam/runtime-wrapped.nix

  Log Message:
  ---
  steam: use custom openssl


  Commit: 7a301ee6b5d7c0f0656a10a5afa69bd696fb0707
  
https://github.com/NixOS/nixpkgs/commit/7a301ee6b5d7c0f0656a10a5afa69bd696fb0707
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-11-10 (Thu, 10 Nov 2016)

  Changed paths:
M pkgs/development/libraries/openssl/default.nix
A pkgs/development/libraries/openssl/openssl-fix-cpuid_setup.patch
M pkgs/games/steam/runtime-wrapped.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #20269 from corngood/steam-fix

steam: fix crash at startup with open source radeon drivers


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


[Nix-commits] [NixOS/nixpkgs] 4a7cf1: molly-guard: init at 0.6.3

2016-11-09 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4a7cf195a4d17fd1199098d71e9a735eae4fbd5b
  
https://github.com/NixOS/nixpkgs/commit/4a7cf195a4d17fd1199098d71e9a735eae4fbd5b
  Author: Tim Digel <tim.di...@active-group.de>
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/os-specific/linux/molly-guard/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  molly-guard: init at 0.6.3


  Commit: 32ab356c6d97ec70c6695517b57a39263d77cb95
  
https://github.com/NixOS/nixpkgs/commit/32ab356c6d97ec70c6695517b57a39263d77cb95
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-11-09 (Wed, 09 Nov 2016)

  Changed paths:
M lib/maintainers.nix
A pkgs/os-specific/linux/molly-guard/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #19942 from DerTim1/add-molly-guard

molly-guard: init at 0.6.3


Compare: https://github.com/NixOS/nixpkgs/compare/04d30023cfc5...32ab356c6d97___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 050015: cpp_ethereum: 1.2.9 -> 1.3.0

2016-10-03 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 05001557ca28261692319c20352c1b549ca047ae
  
https://github.com/NixOS/nixpkgs/commit/05001557ca28261692319c20352c1b549ca047ae
  Author: artuuge <artu...@gmail.com>
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
A pkgs/applications/misc/cpp-ethereum/default.nix
R pkgs/applications/misc/webthree-umbrella/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  cpp_ethereum: 1.2.9 -> 1.3.0


  Commit: 2ce23db2c81aa240df1789f1475967539fc8db90
  
https://github.com/NixOS/nixpkgs/commit/2ce23db2c81aa240df1789f1475967539fc8db90
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
A pkgs/applications/misc/cpp-ethereum/default.nix
R pkgs/applications/misc/webthree-umbrella/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #19009 from artuuge/cpp_ethereum

cpp_ethereum: 1.2.9 -> 1.3.0


Compare: https://github.com/NixOS/nixpkgs/compare/a76204bf67c0...2ce23db2c81a___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] a85931: emby: 3.0.7200 -> 3.0.7300

2016-10-03 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a859312e56b3fb2da8827938df6418f9fcc97815
  
https://github.com/NixOS/nixpkgs/commit/a859312e56b3fb2da8827938df6418f9fcc97815
  Author: Tristan Helmich <tristan.helm...@gmail.com>
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/servers/emby/default.nix

  Log Message:
  ---
  emby: 3.0.7200 -> 3.0.7300


  Commit: a76204bf67c0e24592a8f1b39e824c404fb82186
  
https://github.com/NixOS/nixpkgs/commit/a76204bf67c0e24592a8f1b39e824c404fb82186
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-10-03 (Mon, 03 Oct 2016)

  Changed paths:
M pkgs/servers/emby/default.nix

  Log Message:
  ---
  Merge pull request #19191 from mayflower/emby_3_0_7300

emby: 3.0.7200 -> 3.0.7300


Compare: https://github.com/NixOS/nixpkgs/compare/971f90339031...a76204bf67c0___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 4a3717: tiled: 0.16.1 -> 0.17.0

2016-10-01 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4a371795a687146df94a390b876f645553cf6665
  
https://github.com/NixOS/nixpkgs/commit/4a371795a687146df94a390b876f645553cf6665
  Author: Andrew Abbott <mirrexa...@mirrexagon.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

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

  Log Message:
  ---
  tiled: 0.16.1 -> 0.17.0


  Commit: 086b468845adc44d967464274c5d01e7896e23ab
  
https://github.com/NixOS/nixpkgs/commit/086b468845adc44d967464274c5d01e7896e23ab
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-10-01 (Sat, 01 Oct 2016)

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

  Log Message:
  ---
  Merge pull request #19097 from mirrexagon/mrxgn-update-tiled

tiled: 0.16.1 -> 0.17.0


Compare: https://github.com/NixOS/nixpkgs/compare/76b0efd42e2a...086b468845ad___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 7cf757: btfs: 2.11 -> 2.12

2016-09-30 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7cf75727344f55695ae62f0e19ea12bf5ba9af74
  
https://github.com/NixOS/nixpkgs/commit/7cf75727344f55695ae62f0e19ea12bf5ba9af74
  Author: rnhmjoj <michelegueriniro...@me.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

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

  Log Message:
  ---
  btfs: 2.11 -> 2.12


  Commit: 054fa9762def5021e141b63e3d1f87a2d425acef
  
https://github.com/NixOS/nixpkgs/commit/054fa9762def5021e141b63e3d1f87a2d425acef
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #19090 from rnhmjoj/btfs

btfs: 2.11 -> 2.12


Compare: https://github.com/NixOS/nixpkgs/compare/ebad5462a6cb...054fa9762def___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 55c3b1: albert: 0.8.10 -> 0.8.11

2016-09-30 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55c3b1e0caf7844a09592392bb429ce916ee0892
  
https://github.com/NixOS/nixpkgs/commit/55c3b1e0caf7844a09592392bb429ce916ee0892
  Author: Eric Sagnes <eric.sag...@gmail.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
M pkgs/applications/misc/albert/default.nix

  Log Message:
  ---
  albert: 0.8.10 -> 0.8.11


  Commit: ebad5462a6cbfa0863c2429a348c4d23a12a39cd
  
https://github.com/NixOS/nixpkgs/commit/ebad5462a6cbfa0863c2429a348c4d23a12a39cd
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-30 (Fri, 30 Sep 2016)

  Changed paths:
M pkgs/applications/misc/albert/default.nix

  Log Message:
  ---
  Merge pull request #19091 from ericsagnes/pkg-update/albert

albert: 0.8.10 -> 0.8.11


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


[Nix-commits] [NixOS/nixpkgs] 65b0cf: elasticsearch2: 2.3.4 -> 2.4.0

2016-09-29 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 65b0cfdb3d1555ad2f797b3da7d16cdffeb23743
  
https://github.com/NixOS/nixpkgs/commit/65b0cfdb3d1555ad2f797b3da7d16cdffeb23743
  Author: Rickard Nilsson <rickyn...@gmail.com>
  Date:   2016-09-27 (Tue, 27 Sep 2016)

  Changed paths:
M pkgs/servers/search/elasticsearch/2.x.nix

  Log Message:
  ---
  elasticsearch2: 2.3.4 -> 2.4.0


  Commit: 7d6224b09febffd4e554f35f52aaf89c7c976bb2
  
https://github.com/NixOS/nixpkgs/commit/7d6224b09febffd4e554f35f52aaf89c7c976bb2
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
M pkgs/servers/search/elasticsearch/2.x.nix

  Log Message:
  ---
  Merge pull request #19012 from rickynils/elasticsearch-2.4

elasticsearch2: 2.3.4 -> 2.4.0


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


[Nix-commits] [NixOS/nixpkgs] f9c8dc: bump flow version to 0.32

2016-09-29 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f9c8dceb11ea82b3e35733959ca519b5fd5b3e90
  
https://github.com/NixOS/nixpkgs/commit/f9c8dceb11ea82b3e35733959ca519b5fd5b3e90
  Author: Fatih Altinok <fa...@picussecurity.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
M pkgs/development/tools/analysis/flow/default.nix

  Log Message:
  ---
  bump flow version to 0.32


  Commit: 444710ddb81971037c8e244874e7f656c1510e8c
  
https://github.com/NixOS/nixpkgs/commit/444710ddb81971037c8e244874e7f656c1510e8c
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-29 (Thu, 29 Sep 2016)

  Changed paths:
M pkgs/development/tools/analysis/flow/default.nix

  Log Message:
  ---
  Merge pull request #19070 from frontsideair/flow-0.32

flow 0.30.0 -> 0.32.0


Compare: https://github.com/NixOS/nixpkgs/compare/26674a60b8dc...444710ddb819___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 4a4fd2: xsel: 1.2.0 -> git-2016-09-02

2016-09-27 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4a4fd2747cb37eb7cf82ff712745b5b7dd767cf9
  
https://github.com/NixOS/nixpkgs/commit/4a4fd2747cb37eb7cf82ff712745b5b7dd767cf9
  Author: Charles Strahan <char...@cstrahan.com>
  Date:   2016-09-21 (Wed, 21 Sep 2016)

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

  Log Message:
  ---
  xsel: 1.2.0 -> git-2016-09-02

The last xsel release was in 2008. Since then, a number of bugs have
been fixed. For example, pasting a large chunk of text (>4000 chars)
into chrome would cause the current tab to hang indefinitely.

A couple examples in the wild:

https://github.com/kfish/xsel/issues/14
https://github.com/kfish/xsel/issues/13
https://github.com/kfish/xsel/pull/16
https://bugs.chromium.org/p/chromium/issues/detail?id=515401
https://github.com/electron/electron/issues/3116
https://github.com/neovim/neovim/issues/4719


  Commit: 4dd6d9748c2070f5ca1c8e6a16c5e0c0f41bbaf9
  
https://github.com/NixOS/nixpkgs/commit/4dd6d9748c2070f5ca1c8e6a16c5e0c0f41bbaf9
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-28 (Wed, 28 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18774 from cstrahan/xsel-update

xsel: 1.2.0 -> git-2016-09-02


Compare: https://github.com/NixOS/nixpkgs/compare/f93c28ca6989...4dd6d9748c20___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 01f3e3: aria2: 1.26.1 -> 1.27.1

2016-09-22 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 01f3e331c502fc1cb54d3775bea4005a1650b657
  
https://github.com/NixOS/nixpkgs/commit/01f3e331c502fc1cb54d3775bea4005a1650b657
  Author: José Romildo Malaquias <malaqu...@gmail.com>
  Date:   2016-09-20 (Tue, 20 Sep 2016)

  Changed paths:
M pkgs/tools/networking/aria2/default.nix

  Log Message:
  ---
  aria2: 1.26.1 -> 1.27.1


  Commit: 124f25bc7d53c6c3314eb306501840d38047638d
  
https://github.com/NixOS/nixpkgs/commit/124f25bc7d53c6c3314eb306501840d38047638d
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-22 (Thu, 22 Sep 2016)

  Changed paths:
M pkgs/tools/networking/aria2/default.nix

  Log Message:
  ---
  Merge pull request #18794 from romildo/upd.aria2

aria2: 1.26.1 -> 1.27.1


Compare: https://github.com/NixOS/nixpkgs/compare/a28b8ec7713d...124f25bc7d53___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b0a1c0: powerdns: init at 4.0.1

2016-09-20 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0a1c0b343a037cd0f162a4e890a93f3c1cfe894
  
https://github.com/NixOS/nixpkgs/commit/b0a1c0b343a037cd0f162a4e890a93f3c1cfe894
  Author: Jörg Thalheim <jo...@higgsboson.tk>
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/networking/powerdns.nix
A pkgs/servers/dns/powerdns/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  powerdns: init at 4.0.1

fixes #18703


  Commit: 60cfc558be8e64ee0ce02509ff7e32f5dc67cf19
  
https://github.com/NixOS/nixpkgs/commit/60cfc558be8e64ee0ce02509ff7e32f5dc67cf19
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-20 (Tue, 20 Sep 2016)

  Changed paths:
M nixos/modules/module-list.nix
A nixos/modules/services/networking/powerdns.nix
A pkgs/servers/dns/powerdns/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #18718 from Mic92/powerdns

powerdns: init at 4.0.1


Compare: https://github.com/NixOS/nixpkgs/compare/631c54c7a60b...60cfc558be8e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0a42f9: awesome: fix LUA_PATH for luaModules

2016-09-20 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0a42f98eac520b3e72b4493bf4199c875f92acce
  
https://github.com/NixOS/nixpkgs/commit/0a42f98eac520b3e72b4493bf4199c875f92acce
  Author: Jörg Thalheim <jo...@higgsboson.tk>
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M nixos/modules/services/x11/window-managers/awesome.nix

  Log Message:
  ---
  awesome: fix LUA_PATH for luaModules

lua modules can be also within share/ within a package.
Previously only lib/ was included


  Commit: 631c54c7a60bfd6dd7d8401953dcd3adfa90b1d5
  
https://github.com/NixOS/nixpkgs/commit/631c54c7a60bfd6dd7d8401953dcd3adfa90b1d5
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-20 (Tue, 20 Sep 2016)

  Changed paths:
M nixos/modules/services/x11/window-managers/awesome.nix

  Log Message:
  ---
  Merge pull request #18693 from Mic92/awesome

awesome: fix LUA_PATH for luaModules


Compare: https://github.com/NixOS/nixpkgs/compare/a20a20f13632...631c54c7a60b___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 363976: bdf2psf: 1.147 -> 1.148

2016-09-19 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 363976941b290636488447a3977f2e46b1c18123
  
https://github.com/NixOS/nixpkgs/commit/363976941b290636488447a3977f2e46b1c18123
  Author: rnhmjoj <michelegueriniro...@me.com>
  Date:   2016-09-19 (Mon, 19 Sep 2016)

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

  Log Message:
  ---
  bdf2psf: 1.147 -> 1.148


  Commit: 930c682c535ef4ab2d1c85755668188de590c815
  
https://github.com/NixOS/nixpkgs/commit/930c682c535ef4ab2d1c85755668188de590c815
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-19 (Mon, 19 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18752 from rnhmjoj/bdf2psf

bdf2psf: 1.147 -> 1.148


Compare: https://github.com/NixOS/nixpkgs/compare/e9f2c781dca2...930c682c535e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ed02a7: pkcs11-helper: ??? git rev -> 1.11

2016-09-18 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ed02a770aef844fd4782e21685334d889e5ceffd
  
https://github.com/NixOS/nixpkgs/commit/ed02a770aef844fd4782e21685334d889e5ceffd
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

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

  Log Message:
  ---
  pkcs11-helper: ??? git rev -> 1.11


  Commit: ea1caf92725f72c8cb1a0f68c54fe7e6a6f41e8f
  
https://github.com/NixOS/nixpkgs/commit/ea1caf92725f72c8cb1a0f68c54fe7e6a6f41e8f
  Author: John Ericson <ericson2...@yahoo.com>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
M pkgs/tools/networking/openvpn/default.nix

  Log Message:
  ---
  openvpn: Optional pkcs11 support


  Commit: 19898d8284399fc9e297ad58eedba3f3abac8d9c
  
https://github.com/NixOS/nixpkgs/commit/19898d8284399fc9e297ad58eedba3f3abac8d9c
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-18 (Sun, 18 Sep 2016)

  Changed paths:
M pkgs/development/libraries/pkcs11helper/default.nix
M pkgs/tools/networking/openvpn/default.nix

  Log Message:
  ---
  Merge pull request #18650 from Ericson2314/openvpn-pkcs11

pkcs11-helper: git rev -> 1.11, openvpn w/ pkcs11-helper support


Compare: https://github.com/NixOS/nixpkgs/compare/01e44ac1f9af...19898d828439___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 24923b: Add myself to maintainers file

2016-09-17 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24923bae6e30a04c6f69d625d1588b75afc72734
  
https://github.com/NixOS/nixpkgs/commit/24923bae6e30a04c6f69d625d1588b75afc72734
  Author: Jon Banafato <j...@jonafato.com>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

  Changed paths:
M lib/maintainers.nix

  Log Message:
  ---
  Add myself to maintainers file


  Commit: 4e3872692a3370da662c40b3649784b7be9ba2db
  
https://github.com/NixOS/nixpkgs/commit/4e3872692a3370da662c40b3649784b7be9ba2db
  Author: Jon Banafato <j...@jonafato.com>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

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

  Log Message:
  ---
  corebird: init at 1.3.1

Corebird is a Twitter client for Linux.


  Commit: b88b5d9a0fc39d555d077476a7f66aed703ce0ef
  
https://github.com/NixOS/nixpkgs/commit/b88b5d9a0fc39d555d077476a7f66aed703ce0ef
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-17 (Sat, 17 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18651 from jonafato/init-corebird-1.3.1

corebird: init at 1.3.1


Compare: https://github.com/NixOS/nixpkgs/compare/92a7e574ef0c...b88b5d9a0fc3___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 351d34: google-chrome: use corresponding chromium version

2016-09-17 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 351d34ca3dde9688d18fb13066955d72c3efd3c6
  
https://github.com/NixOS/nixpkgs/commit/351d34ca3dde9688d18fb13066955d72c3efd3c6
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

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

  Log Message:
  ---
  google-chrome: use corresponding chromium version


  Commit: 92a7e574ef0cc3002f377246d73500d768e225ce
  
https://github.com/NixOS/nixpkgs/commit/92a7e574ef0cc3002f377246d73500d768e225ce
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-17 (Sat, 17 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18582 from rasendubi/google-chrome

google-chrome: use corresponding chromium version


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


[Nix-commits] [NixOS/nixpkgs] 6ace28: cheat: init at 2.1.26

2016-09-16 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6ace28610f6bb00d5419739e8af51989779d178c
  
https://github.com/NixOS/nixpkgs/commit/6ace28610f6bb00d5419739e8af51989779d178c
  Author: Jörg Thalheim <jo...@higgsboson.tk>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

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

  Log Message:
  ---
  cheat: init at 2.1.26


  Commit: 917bb9720bbfda6e67df431070d69f9a0e8536d7
  
https://github.com/NixOS/nixpkgs/commit/917bb9720bbfda6e67df431070d69f9a0e8536d7
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-16 (Fri, 16 Sep 2016)

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

  Log Message:
  ---
  Merge pull request #18554 from Mic92/cheat

cheat: init at 2.1.26


Compare: https://github.com/NixOS/nixpkgs/compare/dd7e73f586fe...917bb9720bbf___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] de5d64: cmocka: fix build for Darwin (#18448)

2016-09-09 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: de5d64eb2a489d1fcc91fadfad1a33b2f42b036b
  
https://github.com/NixOS/nixpkgs/commit/de5d64eb2a489d1fcc91fadfad1a33b2f42b036b
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-09 (Fri, 09 Sep 2016)

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

  Log Message:
  ---
  cmocka: fix build for Darwin (#18448)

See https://open.cryptomilk.org/issues/43 for upstream issue.


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


[Nix-commits] [NixOS/nixpkgs] f353c6: mcelog: add utillinux as dependency

2016-09-07 Thread Alexey Shmalko
  Branch: refs/heads/release-16.09
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f353c67cb8e5b6f0528dcb60cd8dc95895034f67
  
https://github.com/NixOS/nixpkgs/commit/f353c67cb8e5b6f0528dcb60cd8dc95895034f67
  Author: Bjørn Forsman <bjorn.fors...@gmail.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
M pkgs/os-specific/linux/mcelog/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  mcelog: add utillinux as dependency

Fixes this:

  $ sudo mcelog
  ...
  unknown-error-trigger: line 21: logger: command not found
  unknown-error-trigger: line 22: logger: command not found

(cherry picked from commit 2bf421d197564ce728f9636e237976f5590c71d8)


  Commit: 4721a689cd6adfeb75ef51581fbb66d9378507f2
  
https://github.com/NixOS/nixpkgs/commit/4721a689cd6adfeb75ef51581fbb66d9378507f2
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
M nixos/modules/services/networking/avahi-daemon.nix

  Log Message:
  ---
  avahi-daemon: remove default browse-domains

These domains are not actually default but examples. See
https://github.com/lathiat/avahi/blob/master/avahi-daemon/avahi-daemon.conf#L24
for default config.

(cherry picked from commit b7237abc08f10586fc4d87d65b10ad881e856b39)


Compare: https://github.com/NixOS/nixpkgs/compare/441fe73d56ef...4721a689cd6a___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] b7237a: avahi-daemon: remove default browse-domains

2016-09-07 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b7237abc08f10586fc4d87d65b10ad881e856b39
  
https://github.com/NixOS/nixpkgs/commit/b7237abc08f10586fc4d87d65b10ad881e856b39
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-09-07 (Wed, 07 Sep 2016)

  Changed paths:
M nixos/modules/services/networking/avahi-daemon.nix

  Log Message:
  ---
  avahi-daemon: remove default browse-domains

These domains are not actually default but examples. See
https://github.com/lathiat/avahi/blob/master/avahi-daemon/avahi-daemon.conf#L24
for default config.


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


Re: [Nix-dev] Unwanted, unannounced reboot

2016-08-31 Thread Alexey Shmalko
I've experienced spontaneous reboots too, though they only happen after I 
update my NixOS. This doesn't happen immediately but rather when I'm away from 
keyboard some time after.

On 08/30/2016 03:31 PM, Matthias Beyer wrote:
> Hi,
> 
> this is the third time I got a unwanted, unannounced reboot of my 
> Thinkpad X220. The device just went off and rebooted.
> 
> My logs:
> 
> Aug 30 13:16:23 yuu audit[27536]: SECCOMP auid=1000 uid=1000 gid=100 
> ses=1 pid=27536 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chromium"
>  sig=0 arch=c03e syscal
> Aug 30 13:16:23 yuu audit[27537]: SECCOMP auid=1000 uid=1000 gid=100 
> ses=1 pid=27537 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chromium"
>  sig=0 arch=c03e syscal
> Aug 30 13:16:23 yuu audit[27539]: SECCOMP auid=1000 uid=1000 gid=100 
> ses=1 pid=27539 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chromium"
>  sig=0 arch=c03e syscal
> Aug 30 13:16:23 yuu audit[27538]: SECCOMP auid=1000 uid=1000 gid=100 
> ses=1 pid=27538 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chromium"
>  sig=0 arch=c03e syscal
> Aug 30 13:16:23 yuu kernel: audit: type=1326 audit(1472555783.141:55627): 
> auid=1000 uid=1000 gid=100 ses=1 pid=27539 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chro
> Aug 30 13:16:23 yuu kernel: audit: type=1326 audit(1472555783.141:55628): 
> auid=1000 uid=1000 gid=100 ses=1 pid=27538 comm="chromium" 
> exe="/nix/store/28b56yiqshs8kvnha23vvwp0m4rlyyis-chromium-52.0.2743.116/libexec/chromium/chro
> -- Reboot --
> Aug 30 14:17:20 yuu systemd-journald[570]: Runtime journal 
> (/run/log/journal/) is 8.0M, max 398.4M, 390.4M free.
> Aug 30 14:17:21 yuu systemd-journald[570]: System journal 
> (/var/log/journal/) is 1.9G, max 4.0G, 2.0G free.
> Aug 30 14:17:21 yuu systemd-journald[570]: Time spent on flushing to /var 
> is 1.345ms for 2 entries.
> Aug 30 14:17:21 yuu kernel: Linux version 4.7.0 (nixbld@localhost) (gcc 
> version 5.4.0 (GCC) ) #1-NixOS SMP Sun Jul 24 19:23:50 UTC 2016
> 
> So, as you can see, there is no shutdown process (stopping processes,
> closing journal, etc).
> 
> What is this? How does this happen?
> 
> 
> 
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 



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


Re: [Nix-dev] Cross development for STM32

2016-08-26 Thread Alexey Shmalko
I usually produce raw binary file first:

$ arm-none-eabi-objcopy -O binary build/ch.elf ch.bin

and then flash that with openocd:

$ openocd -f openocd.cfg
poll
reset halt
flash probe 0
flash write_image erase ch.bin 0x0800
reset

Note this unlikely to work for you, as your device is probably different.

Check out my Makefile (flash target) and openocd scripts:
- https://github.com/rasendubi/bkernel/blob/master/Makefile#L70-L72
- https://github.com/rasendubi/bkernel/blob/master/openocd.cfg
- https://github.com/rasendubi/bkernel/blob/master/openocd.tcl

On 08/26/2016 03:55 PM, Tim Barbour wrote:
> Thank you Philip and Alexey.
> 
> I have tried gcc-arm-embedded as you suggested, and had no trouble building
> the ChibiOS UART demo for a Maple Mini board (I did have to change GPIOC_LED
> to GPIOB_LED; presumably the demo was written for a board with more LEDs).
> 
> $ file build/ch.elf 
> build/ch.elf: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), 
> statically linked, not stripped
> 
> $ arm-none-eabi-size build/ch.elf 
>textdata bss dec hex filename
>6880 416   20448   277446c60 build/ch.elf
> 
> I have yet to figure out how to get the code onto the board. Something like
> connecting to UART1 and starting the boot loader. I also have an stlink
> device, so openocd should work too, if necessary.
> 
> Tim
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 



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


Re: [Nix-dev] Cross development for STM32

2016-08-26 Thread Alexey Shmalko
It's really simple and doesn't consume much resources by itself. I was able to 
shrink it down to 16Kb flash and 264 _bytes_ RAM.

That's a simple command line interface, GPIO, LED-blinking, USART, timers. Most 
flash memory is used by Rust printing utilities and may be shrinked down by 
disabling logging and exception handling.

On 08/26/2016 04:09 PM, Tim Barbour wrote:
> On Fri, 26 Aug 2016 22:23:46 +1000,
> Alexey Shmalko wrote:
>> [...]
>> Resources you may check out:
>> - my kernel for STM32F4Discovery which is 100% Rust 
>> (https://github.com/rasendubi/bkernel).
> 
> Interesting. How large is your kernel ? Would it fit in a small STM32 (128k
> flash, 20k RAM) ?
> 
> Tim
> 



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


Re: [Nix-dev] Cross development for STM32

2016-08-26 Thread Alexey Shmalko
To get Rust running on STM32 you need a cross-compiler first. Basically, rustc 
is backed by llvm, so you shouldn't rebuild it. However, you should build 
libcore for your target architecture.

After that, you can compile your application. I've being doing bare-metal 
programming, so I haven't compiled many other libraries.

Resources you may check out:
- my kernel for STM32F4Discovery which is 100% Rust 
(https://github.com/rasendubi/bkernel).
- cross-compilation guide 
(https://spin.atomicobject.com/2015/02/20/rust-language-c-embedded/)
- zinc.rs project (https://zinc.rs/). Though, I haven't used it.
- stm32.rs (https://github.com/japaric/stm32.rs).
- Philipp Oppermann's blog series on writing an OS with Rust 
(http://os.phil-opp.com/), though it's x86.

Hope this helps

On 08/26/2016 11:43 AM, Moritz Ulrich wrote:
> 
> Rust on STM32 mostly. I'm quite familar with Rust and Nix, but not with
> the STM32 yet.
> 
> Alexey Shmalko <rasen.d...@gmail.com> writes:
> 
>> [ Unknown signature status ]
>> What part you're interested in? Nix, STM32, Rust?
>>
>> On 08/25/2016 03:41 PM, Moritz Ulrich wrote:
>>>
>>> Alexey Shmalko <rasen.d...@gmail.com> writes:
>>>
>>>> [ Unknown signature status ]
>>>> Hi!
>>>>
>>>> I was also doing some STM32 development (but with Rust).
>>>
>>> I'm very interested in this. Can you share any resources (where to
>>> start, any guides, etc.)?
>>>
>>
> 



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


Re: [Nix-dev] Cross development for STM32

2016-08-25 Thread Alexey Shmalko
What part you're interested in? Nix, STM32, Rust?

On 08/25/2016 03:41 PM, Moritz Ulrich wrote:
> 
> Alexey Shmalko <rasen.d...@gmail.com> writes:
> 
>> [ Unknown signature status ]
>> Hi!
>>
>> I was also doing some STM32 development (but with Rust).
> 
> I'm very interested in this. Can you share any resources (where to
> start, any guides, etc.)?
> 



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


Re: [Nix-dev] Cross development for STM32

2016-08-25 Thread Alexey Shmalko
Hi!

I was also doing some STM32 development (but with Rust).

My shell.nix[1] file is similar:

{ system ? builtins.currentSystem }:

let
  pkgs = import  { inherit system; };

  rust-nightly = pkgs.callPackage ./nix/rust-nightly {
date = "2016-05-28";
hash = "0f9rx672v97f5bn6mnb1dgyczyf5f8vcjp55yvasflvln1w64krv";
  };

in with pkgs; {
  bkernelEnv = stdenv.mkDerivation {
name = "bkernel";
buildInputs = [
  gnumake
  git
  rust-nightly
  gcc-arm-embedded
  minicom
  openocd
  expect
];
  };
}

[1]: https://github.com/rasendubi/bkernel/blob/master/shell.nix

On 08/25/2016 11:01 AM, Philip Potter wrote:
> Hi Tim,
> 
> I've been compiling some stuff for STM32 recently -- in particular,
> the micropython fork for the STM32-based TiLDA-Mk3 board [1][2]. I
> just had to install the gcc-arm-embedded package and I was able to
> start compiling code.
> 
> My shell.nix (for setting up a nix-shell development environment) was
> not particularly complicated:
> 
> let pkgs = import  {};
>   stdenv = pkgs.stdenv;
> in
> stdenv.mkDerivation {
>   name = "micropython-0.0.1";
>   buildInputs = with pkgs; [ git cmake python pythonPackages.pyusb
> pkgs.libusb1 gcc-arm-embedded ];
> }
> 
> With this, I was able to clone https://github.com/emfcamp/micropython
> and run `make -C stmhal BOARD=STM32L475_EMFBADGE` to build the .dfu
> file.
> 
> Phil
> 
> [1] https://badge.emfcamp.org/wiki/TiLDA_MK3
> [2] https://www.youtube.com/watch?v=sww4gJPse4o
> 
> On 25 August 2016 at 02:02, Tim Barbour  wrote:
>> I have some STM32 boards (e.g. Maple Mini) to play with. I am not trying to
>> port Nixos to them, because they are not really powerful enough to run Linux;
>> instead I plan to run ChibiOS/RT on them.
>>
>> I would appreciate suggestions as to a good way to setup an STM32
>> cross-development environment on Nixos, so that I can write software that 
>> will
>> run on (link with) ChibiOS/RT on the STM32 board.
>>
>> Tim
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 



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


[Nix-commits] [NixOS/nixpkgs] c66ca7: gdb-multitarget: add to all-packages (#17438)

2016-08-10 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c66ca712b9c4af60477b7582f73a14ab975ffda7
  
https://github.com/NixOS/nixpkgs/commit/c66ca712b9c4af60477b7582f73a14ab975ffda7
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-08-11 (Thu, 11 Aug 2016)

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

  Log Message:
  ---
  gdb-multitarget: add to all-packages (#17438)


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


[Nix-commits] [NixOS/nixpkgs] 61a5c2: cmocka: cross-compilation support (#17462)

2016-08-03 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 61a5c24209b66deaa6ebf6de5aa4dedbba89c597
  
https://github.com/NixOS/nixpkgs/commit/61a5c24209b66deaa6ebf6de5aa4dedbba89c597
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

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

  Log Message:
  ---
  cmocka: cross-compilation support (#17462)


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


[Nix-commits] [NixOS/nix] eef754: Set $MANPATH (#1005)

2016-07-29 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: eef754813f5a9d77ceeb0f10981d0a324967dc02
  
https://github.com/NixOS/nix/commit/eef754813f5a9d77ceeb0f10981d0a324967dc02
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M scripts/nix-profile.sh.in

  Log Message:
  ---
  Set $MANPATH (#1005)

Currently, man has issues finding man pages for Nix-installed
application (also, `nix-env --help` doesn't work). The issue is caused
by custom `$MANPATH` set by my system. That makes man use it instead of
searching in default location.

Either of next lines workaround the issue:
```sh
unset MANPATH

export MANPATH=$HOME/.nix-profile/share/man:$MANPATH
```

This patch adds the later line to the `nix-profile.sh` if user has
`MANPATH` set. (Not clearing `MANPATH` as that would be disrespect of
user's preferences.)

As a side-effect, host's man might find man pages installed by Nix.


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


Re: [Nix-dev] Requesting issue closing rights

2016-07-25 Thread Alexey Shmalko
I would also like to help with this, though I'm only active for a couple of 
months now.

https://github.com/rasendubi

Regards,
Alexey

On 07/25/2016 06:17 AM, Gopinath, Rahul wrote:
> I too would be glad to help if the community feels that I am ready for
> such a role. While I am fairly new, I hope that I have demonstrated my
> commitment, with my involvement in PRs and maintainership of a few
> packages.
> 
> https://github.com/vrthra
> 
> Rahul
> 
> On Sun, Jul 24, 2016 at 8:00 PM, Kevin Cox  wrote:
>> I see granting commit access fairly scary but I would appreciate being
>> granted it so that I can help organize the issues more effectively. I am the
>> maintainer of a couple of packages and have a number of merged PRs so
>> hopefully I have built up enough trust in the Nix community.
>>
>> https://github.com/kevincox
>>
>> Thanks, Kevin
>>
>>
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 



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


[Nix-commits] [NixOS/nixpkgs] a18abd: meson: 0.26.0 -> 0.32.0

2016-07-23 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a18abd2aa34c44d089790f381be9061aa4b3c48a
  
https://github.com/NixOS/nixpkgs/commit/a18abd2aa34c44d089790f381be9061aa4b3c48a
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-24 (Sun, 24 Jul 2016)

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

  Log Message:
  ---
  meson: 0.26.0 -> 0.32.0


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


Re: [Nix-dev] Skillset labels

2016-07-23 Thread Alexey Shmalko
- perl
- cross-compilation


On 07/23/2016 12:49 PM, Wout Mertens wrote:
> To better triage issues, it would be good to have labels that indicate the 
> skillset needed to work the issue. Here's a preliminary list, what is missing?
> 
>   * shell
>   * javascript
>   * python
>   * haskell
>   * ruby
>   * erlang
>   * c/c++
>   * vim
>   * emacs
>   * build toolchain
>   * darwin toolchain
>   * systemd config
>   * nixos core
>   * non-nixos install
> 
> Yes I said non-nixos is not a skillset, but it turns out it is :) I wish the 
> labels had extra descriptions.
> 
> 
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 



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


Re: [Nix-dev] Too many open issues

2016-07-22 Thread Alexey Shmalko
This one: https://www.codetriage.com/nixos/nixpkgs

On 07/22/2016 03:30 PM, Kevin Cox wrote:
> I'm not a huge fan of auto-closing issues based on just activity. The one 
> auto-close feature I do like is the `need info` tag when you need more from 
> the reporter. Then the issue is closed in a week or two if they don't respond.
> 
> The reason I don't like auto-closing issues is that it seems more like 
> fighting the symptom then the problem. Just because you close an issue 
> doesn't mean that it doesn't exist. I think a better way is to get more 
> triager to quickly put issues on the wishlist or find an assignee. Rather 
> then close it is probably better to have an "important" or tag of things that 
> should be looked at first (and maybe try to keep that close to zero). I see 
> little value to closing issues just because we don't want to work on them 
> right now.
> 
> It is really painful that only commiters can add tags because I would love to 
> help out with triaging more then just commenting (I think comments often have 
> low value because you can't filter on them).
> 
> One other thing that might help is I remember a service that would send a 
> couple of open issues to your inbox to help divide the load of triaging. I'm 
> going to see if I can find it again as it would probably be useful.
> 
> 
> 
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
> 



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


[Nix-commits] [NixOS/nixpkgs] 6e3137: gnuk: use gcc-arm-embedded 4.9

2016-07-19 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6e3137adca79e0ebf200aec7417fdf8a4836a97d
  
https://github.com/NixOS/nixpkgs/commit/6e3137adca79e0ebf200aec7417fdf8a4836a97d
  Author: Bjørn Forsman <bjorn.fors...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

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

  Log Message:
  ---
  gnuk: use gcc-arm-embedded 4.9

The default gcc-arm-embedded version will soon be 5.x, and that breaks
gnuk.


  Commit: d0de6344492e3f813c61d55b761af94d282f0d30
  
https://github.com/NixOS/nixpkgs/commit/d0de6344492e3f813c61d55b761af94d282f0d30
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

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

  Log Message:
  ---
  gcc-arm-embedded: 5.2 -> 5.4


  Commit: 486445169fec17d74a622475b957d23b5123a111
  
https://github.com/NixOS/nixpkgs/commit/486445169fec17d74a622475b957d23b5123a111
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

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

  Log Message:
  ---
  gcc-arm-embedded: change default 4.9 -> 5.4


  Commit: 34b5d283cd2a8bbc05b798599120e53024865f08
  
https://github.com/NixOS/nixpkgs/commit/34b5d283cd2a8bbc05b798599120e53024865f08
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
M pkgs/development/compilers/gcc-arm-embedded/default.nix

  Log Message:
  ---
  gcc-arm-embedded: update license

According to https://launchpad.net/gcc-arm-embedded:
> Licence:
> Simplified BSD Licence, GNU GPL v2, GNU GPL v3, GNU LGPL v2.1, GNU
> LGPL v3, MIT / X / Expat Licence


Compare: https://github.com/NixOS/nixpkgs/compare/c51b8dc22499...34b5d283cd2a___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 60d32f: planner: init at 0.14.6 (#17078)

2016-07-18 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 60d32ff6cca3a19d1fb1565b07d948c3de45779e
  
https://github.com/NixOS/nixpkgs/commit/60d32ff6cca3a19d1fb1565b07d948c3de45779e
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
A pkgs/applications/office/planner/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  planner: init at 0.14.6 (#17078)


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


[Nix-commits] [NixOS/nixpkgs] 0dee86: gnome-software: propogated -> propagated (#17086)

2016-07-18 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0dee86279d1aeeb8d9ca839355f5ff9d9d03819d
  
https://github.com/NixOS/nixpkgs/commit/0dee86279d1aeeb8d9ca839355f5ff9d9d03819d
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
M pkgs/desktops/gnome-3/3.18/misc/gnome-software/default.nix
M pkgs/desktops/gnome-3/3.20/core/gnome-software/default.nix

  Log Message:
  ---
  gnome-software: propogated -> propagated (#17086)


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


[Nix-commits] [NixOS/nixpkgs] 5eaeb9: qbittorrent: fix build

2016-07-15 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5eaeb97a4629cf81821fb02f607b92739d8c2a3f
  
https://github.com/NixOS/nixpkgs/commit/5eaeb97a4629cf81821fb02f607b92739d8c2a3f
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-15 (Fri, 15 Jul 2016)

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

  Log Message:
  ---
  qbittorrent: fix build


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


[Nix-commits] [NixOS/nixpkgs] 34fab1: gpsd: fix python dependencies

2016-07-10 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 34fab1a858ce6dbda86520ceb11f2cd3a31ba468
  
https://github.com/NixOS/nixpkgs/commit/34fab1a858ce6dbda86520ceb11f2cd3a31ba468
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
M pkgs/servers/gpsd/default.nix

  Log Message:
  ---
  gpsd: fix python dependencies

This fixes xgps and xgpsspeed executables.


  Commit: f6ae3d078ace109821de497fb4ca33cc8a1abdd8
  
https://github.com/NixOS/nixpkgs/commit/f6ae3d078ace109821de497fb4ca33cc8a1abdd8
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-10 (Sun, 10 Jul 2016)

  Changed paths:
M 
pkgs/servers/gpsd/0001-Import-LD_LIBRARY_PATH-to-allow-running-scons-check-.patch
A pkgs/servers/gpsd/0001-Use-pkgconfig-for-dbus-library.patch
M 
pkgs/servers/gpsd/0002-Import-XML_CATALOG_FILES-to-be-able-to-validate-the-.patch
M pkgs/servers/gpsd/default.nix

  Log Message:
  ---
  gpsd: 3.10 -> 3.16


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


[Nix-commits] [NixOS/nixpkgs] a5ee40: alarm-clock-applet: use default method for propaga...

2016-07-09 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a5ee403f5be449caeb3a5c668df178f04b5d4b5c
  
https://github.com/NixOS/nixpkgs/commit/a5ee403f5be449caeb3a5c668df178f04b5d4b5c
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-09 (Sat, 09 Jul 2016)

  Changed paths:
M pkgs/tools/misc/alarm-clock-applet/default.nix

  Log Message:
  ---
  alarm-clock-applet: use default method for propagating gstreamer (#16786)


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


[Nix-commits] [NixOS/nixpkgs] 0546a4: guake: add gconf to propagatedUserEnvPkgs

2016-07-05 Thread Alexey Shmalko
  Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0546a4aa57f657a50e726c2d3bd824be7084878d
  
https://github.com/NixOS/nixpkgs/commit/0546a4aa57f657a50e726c2d3bd824be7084878d
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-07-06 (Wed, 06 Jul 2016)

  Changed paths:
M pkgs/applications/misc/guake/default.nix

  Log Message:
  ---
  guake: add gconf to propagatedUserEnvPkgs

This fixes #15978.

(cherry picked from commit 2bd7855c46386776a9f9f5b3c1efea47bf44ee14)


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


Re: [Nix-dev] Devices in Calibre

2016-07-02 Thread Alexey Shmalko
Hi, Adam!

I have Calibre installed and it works fine for my Kindle.

I have my full NixOS configuration available at github[1]. Note that it's 
generated, so you may have better time reading the source[2].

I don't know what actually makes Calibre find the device, but things worth 
checking are:
- I don't have udisks2 enabled.
- I'm in "plugdev" group.

Hope this helps,
Alexey

[1]: https://github.com/rasendubi/dotfiles/blob/master/nixos/configuration.nix
[2]: https://github.com/rasendubi/dotfiles/blob/master/README.org




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


[Nix-commits] [NixOS/nixpkgs] b21329: zathura: Enable synctex support

2016-06-10 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b21329e0e04a7f7a6f37686f75ced7207750885e
  
https://github.com/NixOS/nixpkgs/commit/b21329e0e04a7f7a6f37686f75ced7207750885e
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-06-10 (Fri, 10 Jun 2016)

  Changed paths:
M pkgs/applications/misc/zathura/core/default.nix
M pkgs/applications/misc/zathura/default.nix

  Log Message:
  ---
  zathura: Enable synctex support

Closes #15984.
abbradar: list is not needed for lib.optional


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


[Nix-commits] [NixOS/nixpkgs] c68e82: aspell-dict-uk: init at 1.4.0-0 (#15846)

2016-05-31 Thread Alexey Shmalko
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c68e823029179a86531082dcdcfb2e820da5ddb9
  
https://github.com/NixOS/nixpkgs/commit/c68e823029179a86531082dcdcfb2e820da5ddb9
  Author: Alexey Shmalko <rasen.d...@gmail.com>
  Date:   2016-05-31 (Tue, 31 May 2016)

  Changed paths:
M pkgs/development/libraries/aspell/dictionaries.nix

  Log Message:
  ---
  aspell-dict-uk: init at 1.4.0-0 (#15846)


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