[Nix-commits] [NixOS/nixpkgs] d08c71: pythonPackages.cffi: 1.9.1 -> 1.10.0

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

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

  Log Message:
  ---
  pythonPackages.cffi: 1.9.1 -> 1.10.0


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


[Nix-commits] [NixOS/nixpkgs] da5bc7: nginx: Add Shibboleth Module

2017-05-01 Thread Benjamin Staffin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: da5bc79469702b5ed1401444b6329ab1d6e20b0b
  
https://github.com/NixOS/nixpkgs/commit/da5bc79469702b5ed1401444b6329ab1d6e20b0b
  Author: jammerful 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/servers/http/nginx/modules.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  nginx: Add Shibboleth Module

Also add nginxShibboleth package


  Commit: a027f103a0022d4e77d199fc139bb65ab14e278f
  
https://github.com/NixOS/nixpkgs/commit/a027f103a0022d4e77d199fc139bb65ab14e278f
  Author: Benjamin Staffin 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/servers/http/nginx/modules.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25423 from jammerful/shibboleth

nginx: Add Shibboleth Module


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


[Nix-commits] [NixOS/nixpkgs] 207a0a: Add linux 4.11

2017-05-01 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 207a0af06a22f5c209b58477a2bcd27069b0d1cc
  
https://github.com/NixOS/nixpkgs/commit/207a0af06a22f5c209b58477a2bcd27069b0d1cc
  Author: Shea Levy 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/os-specific/linux/kernel/linux-4.11.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Add linux 4.11


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


[Nix-commits] [NixOS/nixpkgs] 4aab5c: Add linux 4.11

2017-05-01 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4aab5c57987af2dbf8b93fe30d5859a4a56d1aca
  
https://github.com/NixOS/nixpkgs/commit/4aab5c57987af2dbf8b93fe30d5859a4a56d1aca
  Author: Shea Levy 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/os-specific/linux/kernel/linux-4.11.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Add linux 4.11

(cherry picked from commit 207a0af06a22f5c209b58477a2bcd27069b0d1cc)


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


[Nix-commits] [NixOS/nixpkgs] bf64f9: python-pytestcov: add missing dependencies

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bf64f96e7f6cd5eee8beb5281398fe8ec7ebdc9f
  
https://github.com/NixOS/nixpkgs/commit/bf64f96e7f6cd5eee8beb5281398fe8ec7ebdc9f
  Author: Daiderd Jordan 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  python-pytestcov: add missing dependencies


  Commit: 74686d6c8ca46e6ef358c20301585d792c3e1127
  
https://github.com/NixOS/nixpkgs/commit/74686d6c8ca46e6ef358c20301585d792c3e1127
  Author: Daiderd Jordan 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  python-dogpile-cache: fix darwin build and add missing test dependencies


  Commit: 4099450beaf2e010973c5ad7cc0ea01f05fb5d04
  
https://github.com/NixOS/nixpkgs/commit/4099450beaf2e010973c5ad7cc0ea01f05fb5d04
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-02 (Tue, 02 May 2017)

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

  Log Message:
  ---
  Merge pull request #25414 from LnL7/darwin-nox

nox: fix darwin build


Compare: https://github.com/NixOS/nixpkgs/compare/9f2bbf65af24...4099450beaf2___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 4cb63d: haskellSrc2nix: preferLocalBuild and use unwrapped...

2017-05-01 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 4cb63d4edd0ff6b5f3d4e69337020c77724fb1e6
  
https://github.com/NixOS/nixpkgs/commit/4cb63d4edd0ff6b5f3d4e69337020c77724fb1e6
  Author: Shea Levy 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  haskellSrc2nix: preferLocalBuild and use unwrapped cabal2nix.

No need to download bazaar etc...

(cherry picked from commit 9f2bbf65af24e11451f40ac91e87accd3d16411e)


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


[Nix-commits] [NixOS/nixpkgs] 9f2bbf: haskellSrc2nix: preferLocalBuild and use unwrapped...

2017-05-01 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9f2bbf65af24e11451f40ac91e87accd3d16411e
  
https://github.com/NixOS/nixpkgs/commit/9f2bbf65af24e11451f40ac91e87accd3d16411e
  Author: Shea Levy 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/haskell-modules/make-package-set.nix

  Log Message:
  ---
  haskellSrc2nix: preferLocalBuild and use unwrapped cabal2nix.

No need to download bazaar etc...


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


[Nix-commits] [NixOS/nixpkgs] 234b1c: rst2html5: init at 1.9.3

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 234b1cf794c1f0f85e7d7f0353d8bd98c47f6ce5
  
https://github.com/NixOS/nixpkgs/commit/234b1cf794c1f0f85e7d7f0353d8bd98c47f6ce5
  Author: AndersonTorres 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

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

  Log Message:
  ---
  rst2html5: init at 1.9.3

Converts ReSTructuredtext (.rst) to (X)HTML5


  Commit: 4a87eae13c65b590d4e346b526b6e070f23dbaab
  
https://github.com/NixOS/nixpkgs/commit/4a87eae13c65b590d4e346b526b6e070f23dbaab
  Author: AndersonTorres 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/tools/text/rst2html5/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  rst2html5: put its expression in a separate file

As recommended by @7c6f434c and @FRidh, rst2html5 now resides
in its proper file.


  Commit: a5f436814a2f6197172abced752df7cb26c63b1d
  
https://github.com/NixOS/nixpkgs/commit/a5f436814a2f6197172abced752df7cb26c63b1d
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/tools/text/rst2html5/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/python-packages.nix

  Log Message:
  ---
  Merge pull request #21017 from AndersonTorres/rst2html5

rst2html5: init at 1.9.3


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


[Nix-commits] [NixOS/nixpkgs] 764465: desmume: fix mesa+osmesa

2017-05-01 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7644651e6203e645ef4c6fe4f37dd2f76c5f4e40
  
https://github.com/NixOS/nixpkgs/commit/7644651e6203e645ef4c6fe4f37dd2f76c5f4e40
  Author: Vladimír Čunát 
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
M pkgs/misc/emulators/desmume/default.nix

  Log Message:
  ---
  desmume: fix mesa+osmesa

It builds fine, but some better testing should be done before merging.


  Commit: 30c0a2ca2e9194c8b28d1bf4f5b7b51cb5b63d7e
  
https://github.com/NixOS/nixpkgs/commit/30c0a2ca2e9194c8b28d1bf4f5b7b51cb5b63d7e
  Author: Vladimír Čunát 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  libplist: drop libxml2 dependency

The announcement for 2.0.0 claims it isn't needed anymore,
and it seems true.


  Commit: f1ed43c14e3d8d66e97a5a145221da9ecb8e4ec4
  
https://github.com/NixOS/nixpkgs/commit/f1ed43c14e3d8d66e97a5a145221da9ecb8e4ec4
  Author: Vladimír Čunát 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/misc/emulators/desmume/default.nix

  Log Message:
  ---
  Merge #24949: desmume: fix mesa+osmesa


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


[Nix-commits] [NixOS/nixpkgs] 7ae9c8: unifi: 5.4.14 -> 5.5.11

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7ae9c8ab5e5645b18b056611b0f72366b6ef1501
  
https://github.com/NixOS/nixpkgs/commit/7ae9c8ab5e5645b18b056611b0f72366b6ef1501
  Author: Marius Bergmann 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  unifi: 5.4.14 -> 5.5.11


  Commit: 28809cec9b48f9f10200404b33542349a00ee94f
  
https://github.com/NixOS/nixpkgs/commit/28809cec9b48f9f10200404b33542349a00ee94f
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25409 from mbrgm/upgrade-unifi

unifi: 5.4.14 -> 5.5.11


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


[Nix-commits] [NixOS/nixpkgs] 82a1c3: xfce4-screenshooter: add glib_networking dependenc...

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 82a1c372af62209f3a4528db274945668b58edd3
  
https://github.com/NixOS/nixpkgs/commit/82a1c372af62209f3a4528db274945668b58edd3
  Author: Volth 
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M pkgs/desktops/xfce/applications/xfce4-screenshooter.nix

  Log Message:
  ---
  xfce4-screenshooter: add glib_networking dependency


  Commit: f3eb5950a26b5dd1ddef0f0fdfb43869260baa0a
  
https://github.com/NixOS/nixpkgs/commit/f3eb5950a26b5dd1ddef0f0fdfb43869260baa0a
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/desktops/xfce/applications/xfce4-screenshooter.nix

  Log Message:
  ---
  xfce4-screenshooter: use wrapGAppsHook instead of makeWrapper


  Commit: 59c699e9b93818f643b4faa423596aecd60437ee
  
https://github.com/NixOS/nixpkgs/commit/59c699e9b93818f643b4faa423596aecd60437ee
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/desktops/xfce/applications/xfce4-screenshooter.nix

  Log Message:
  ---
  Merge pull request #25331 from volth/xfce4-screenshooter-glib-networking

xfce4-screenshooter: add glib_networking dependency


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


[Nix-commits] [NixOS/nixpkgs] f4289c: qtinstaller: init at 2.0.3; adapted from expressio...

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f4289c8b19b7e79479457b670741f5f85efc460a
  
https://github.com/NixOS/nixpkgs/commit/f4289c8b19b7e79479457b670741f5f85efc460a
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  qtinstaller: init at 2.0.3; adapted from expression by @spacefrogg

See #23620


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


[Nix-commits] [NixOS/nixpkgs] f6e612: programs.zsh.syntax-highlighting: support custom h...

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f6e612bb8f75b1dc8516339a08c9edd4c05d0964
  
https://github.com/NixOS/nixpkgs/commit/f6e612bb8f75b1dc8516339a08c9edd4c05d0964
  Author: Maximilian Bosch 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/programs/zsh/zsh-syntax-highlighting.nix

  Log Message:
  ---
  programs.zsh.syntax-highlighting: support custom highlighting patterns

see 
https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/pattern.md
for further reference.


  Commit: 4c576fd9469201a866e06db91251e9e710bf82fe
  
https://github.com/NixOS/nixpkgs/commit/4c576fd9469201a866e06db91251e9e710bf82fe
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/programs/zsh/zsh-syntax-highlighting.nix

  Log Message:
  ---
  Merge pull request #25323 from Ma27/zsh/support-pattern-highlighters

programs.zsh.syntax-highlighting: support custom highlighting patterns


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


[Nix-commits] [NixOS/nixpkgs] 239d35: openshift: 1.3.2 -> 1.5.0

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 239d35208002fab892ce2d912c8adeaf05e49992
  
https://github.com/NixOS/nixpkgs/commit/239d35208002fab892ce2d912c8adeaf05e49992
  Author: Pascal Bach 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

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

  Log Message:
  ---
  openshift: 1.3.2 -> 1.5.0


  Commit: 878a1662d7350f8d35516d1df92ba938fb6349e9
  
https://github.com/NixOS/nixpkgs/commit/878a1662d7350f8d35516d1df92ba938fb6349e9
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  openshift: use buildGoPackage


  Commit: b99007de810c3fc03615367dde23fda6e4719574
  
https://github.com/NixOS/nixpkgs/commit/b99007de810c3fc03615367dde23fda6e4719574
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25369 from bachp/openshift-1.5.0

openshift: 1.3.2 -> 1.5.0


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


[Nix-commits] [NixOS/nixpkgs] de3c1f: glfw: fix the install name id on darwin

2017-05-01 Thread Daiderd Jordan
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: de3c1f0dc936fc6b4dea1f0a13f15c3e1618
  
https://github.com/NixOS/nixpkgs/commit/de3c1f0dc936fc6b4dea1f0a13f15c3e1618
  Author: Anthony Cowley 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/libraries/glfw/3.x.nix

  Log Message:
  ---
  glfw: fix the install name id on darwin

Also change platforms to ‘unix‘.


  Commit: 1046723ff683bfceded808aaa65d0b3699260f65
  
https://github.com/NixOS/nixpkgs/commit/1046723ff683bfceded808aaa65d0b3699260f65
  Author: Daiderd Jordan 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/libraries/glfw/3.x.nix

  Log Message:
  ---
  Merge pull request #25308 from acowley/glfw-id

glfw: fix the install name id on darwin


Compare: https://github.com/NixOS/nixpkgs/compare/95f6bece8811...1046723ff683___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] ab8bcd: pytestcov: 2.3.1 -> 2.4.0

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ab8bcd05f6fa970f7364a1fe3c51a74bdb5d225f
  
https://github.com/NixOS/nixpkgs/commit/ab8bcd05f6fa970f7364a1fe3c51a74bdb5d225f
  Author: Johannes Bornhold 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

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

  Log Message:
  ---
  pytestcov: 2.3.1 -> 2.4.0


  Commit: 3c65b4ac9a727d22bdf1f49221ad738005a1113a
  
https://github.com/NixOS/nixpkgs/commit/3c65b4ac9a727d22bdf1f49221ad738005a1113a
  Author: Johannes Bornhold 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

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

  Log Message:
  ---
  freezegun: 0.3.5 -> 0.3.8


  Commit: a189f8cc0fb1d676c8e5de9b81c2b1feb189b726
  
https://github.com/NixOS/nixpkgs/commit/a189f8cc0fb1d676c8e5de9b81c2b1feb189b726
  Author: Johannes Bornhold 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

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

  Log Message:
  ---
  pytest_xdist: 1.8 -> 1.14


  Commit: 2dd351114635c19e5ba6a62a7b201dee0d35e0f9
  
https://github.com/NixOS/nixpkgs/commit/2dd351114635c19e5ba6a62a7b201dee0d35e0f9
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #24827 from johbo/trytond-dependencies

Trytond dependencies updates


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


[Nix-commits] [NixOS/nixpkgs] 95f6be: wpa_supplicant: upgrade to qt5

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 95f6bece881174561a5684bf6f66cd30b63ccdba
  
https://github.com/NixOS/nixpkgs/commit/95f6bece881174561a5684bf6f66cd30b63ccdba
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/os-specific/linux/wpa_supplicant/gui.nix
R pkgs/os-specific/linux/wpa_supplicant/remove_inkscape.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  wpa_supplicant: upgrade to qt5

also inkscape removal patch, as it introduced a bug: #25320
fixes #25320 #25325


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


[Nix-commits] [NixOS/nixpkgs] cb026b: swift: Fix sha256, I think upstream moved the rele...

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: cb026b1b656149cc1e4409b9bd271ea68fce74e6
  
https://github.com/NixOS/nixpkgs/commit/cb026b1b656149cc1e4409b9bd271ea68fce74e6
  Author: Will Dietz 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  swift: Fix sha256, I think upstream moved the release tag?

If this happens again we can target the particular commit
but hopefully it's a one-time thing.


  Commit: cb9f60ba8f99db3701a15f6d043ccc574ddea64c
  
https://github.com/NixOS/nixpkgs/commit/cb9f60ba8f99db3701a15f6d043ccc574ddea64c
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25403 from dtzWill/fix/swift-3.1.1-sha256-changed

swift: Fix sha256, I think upstream moved the release tag?


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


[Nix-dev] YouCompleteMe (ycmd) server cannot be started: Library not loaded: @loader_path/libclang.dylib

2017-05-01 Thread Ben Zhang
Hi all,

A while ago, my YouCompleteMe vim plugin stopped working. The client log file 
says that it cannot connect to the server, and the server log file shows the 
following:

> 2017-05-01 14:48:42,343 - ERROR - 
> dlopen(/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so,
>  2): Library not loaded: @loader_path/libclang.dylib
>   Referenced from: 
> /nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>   Reason: image not found
> Traceback (most recent call last):
>   File 
> "/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/server_utils.py",
>  line 95, in CompatibleWithCurrentCore
>     ycm_core = ImportCore()
>   File 
> "/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/server_utils.py",
>  line 87, in ImportCore
>     import ycm_core as ycm_core
> ImportError: 
> dlopen(/nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycmd/../ycm_core.so,
>  2): Library not loaded: @loader_path/libclang.dylib
>   Referenced from: 
> /nix/store/qih75i2liq4n59y5d025z52bfvia81p3-ycmd-2017-03-27/lib/ycmd/ycm_core.so
>   Reason: image not found

Has anyone experienced a similar problem before?

Thanks,

Ben

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


[Nix-commits] [NixOS/nixpkgs] 3e31f2: dolphin-emu: include more dependencies

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3e31f2a6450541a7088eef2c196f7198297163e2
  
https://github.com/NixOS/nixpkgs/commit/3e31f2a6450541a7088eef2c196f7198297163e2
  Author: Linus Heckemann 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
M pkgs/misc/emulators/dolphin-emu/default.nix

  Log Message:
  ---
  dolphin-emu: include more dependencies

Previously, dolphin would build against vendored copies of the
libraries (shipped in source code form). This would result both
in a longer build (wxWidgets takes a while to build!) and in
bulkier binaries that wouldn't share libraries with others,
along with using fixed versions of curl and mbedtls which may
be left with unpatched security vulnerabilities.


  Commit: ef91b6d3e91b2200de9c0e758b0412252934bdb5
  
https://github.com/NixOS/nixpkgs/commit/ef91b6d3e91b2200de9c0e758b0412252934bdb5
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/misc/emulators/dolphin-emu/default.nix

  Log Message:
  ---
  Merge pull request #25344 from lheckemann/dolphin-deps

dolphin-emu: include more dependencies


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


[Nix-commits] [NixOS/nixpkgs] b9447d: gnome3.aisleriot: fix build failure.

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b9447df8797e0ad2af2277766607fe05d3a83efb
  
https://github.com/NixOS/nixpkgs/commit/b9447df8797e0ad2af2277766607fe05d3a83efb
  Author: Piotr Bogdan 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
M pkgs/desktops/gnome-3/3.22/games/aisleriot/default.nix

  Log Message:
  ---
  gnome3.aisleriot: fix build failure.

Fixes #25313.


  Commit: cb186efb64c525e39ae4fced226294c12d06
  
https://github.com/NixOS/nixpkgs/commit/cb186efb64c525e39ae4fced226294c12d06
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/desktops/gnome-3/3.22/games/aisleriot/default.nix

  Log Message:
  ---
  Merge pull request #25359 from pbogdan/aisleriot-fix-build-failure

gnome3.aisleriot: fix build failure.


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


[Nix-commits] [NixOS/nixpkgs] fb7693: Merge pull request #25279 from LnL7/libplist-2.0.0

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: fb76933b82a462aad1ca902e20161afd8ab796b2
  
https://github.com/NixOS/nixpkgs/commit/fb76933b82a462aad1ca902e20161afd8ab796b2
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/libraries/libplist/default.nix
R pkgs/development/libraries/libplist/swig.patch

  Log Message:
  ---
  Merge pull request #25279 from LnL7/libplist-2.0.0

libplist: 1.12 -> 2.0.0
(cherry picked from commit 63e3711ee53e9a14e41fe301da057d83ed7d5851)
It fixes security issues.


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


[Nix-commits] [NixOS/nixpkgs] 064882: pants13-pre: 1.3.0.dev13 -> 1.3.0.dev19

2017-05-01 Thread Daniel Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 064882e52ab3e5c96e8c9bd1495228ed84b83a10
  
https://github.com/NixOS/nixpkgs/commit/064882e52ab3e5c96e8c9bd1495228ed84b83a10
  Author: Brendan Miller 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  pants13-pre: 1.3.0.dev13 -> 1.3.0.dev19

Pulling in the latest dev release from pants to get the latest bug fixes
and features.

Implements NixOS/nixpkgs#25401


  Commit: 1de27d461c6a1bd1d8efdd742192951a4921f15f
  
https://github.com/NixOS/nixpkgs/commit/1de27d461c6a1bd1d8efdd742192951a4921f15f
  Author: Daniel Peebles 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25402 from bhmiller/master

pants13-pre: 1.3.0.dev13 -> 1.3.0.dev19


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


[Nix-commits] [NixOS/nixpkgs] d39c0f: nixos manual: add a note about "nofail" FS option

2017-05-01 Thread Vladimír Čunát
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d39c0f265e21b1c4175a21f7bd5baba73d1d9270
  
https://github.com/NixOS/nixpkgs/commit/d39c0f265e21b1c4175a21f7bd5baba73d1d9270
  Author: Vladimír Čunát 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/doc/manual/configuration/file-systems.xml

  Log Message:
  ---
  nixos manual: add a note about "nofail" FS option

Close #1858, as I think the points have been well resolved.

(cherry picked from commit eb4792a03f2206616cdfcf42d476b5cb0254e320)
This docs change fully applies to 17.03, too.


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


[Nix-commits] [NixOS/nixpkgs] f3a05a: stdenv: disable checkMeta by default until issues ...

2017-05-01 Thread Dan Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f3a05a0fb36bc63ce00e47859b0fea4914eb482c
  
https://github.com/NixOS/nixpkgs/commit/f3a05a0fb36bc63ce00e47859b0fea4914eb482c
  Author: Dan Peebles 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/stdenv/generic/default.nix

  Log Message:
  ---
  stdenv: disable checkMeta by default until issues resolved

https://github.com/NixOS/nixpkgs/pull/25304#issuecomment-298385426


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


[Nix-commits] [NixOS/nixpkgs] f9429c: perlPackages.WebServiceLinode: init at 0.28

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f9429cc7f8b5e7f7a3c00616e41ce15f04c7ae1f
  
https://github.com/NixOS/nixpkgs/commit/f9429cc7f8b5e7f7a3c00616e41ce15f04c7ae1f
  Author: Andrew R. M 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  perlPackages.WebServiceLinode: init at 0.28


  Commit: 61668b036a39f04ce033eec775ac17a93a1e8d73
  
https://github.com/NixOS/nixpkgs/commit/61668b036a39f04ce033eec775ac17a93a1e8d73
  Author: Andrew R. M 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/tools/virtualization/linode-cli/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  linode-cli: init at 1.4.7


  Commit: 208fa65256f9c7c732a3e15685727ae5e0b9516d
  
https://github.com/NixOS/nixpkgs/commit/208fa65256f9c7c732a3e15685727ae5e0b9516d
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/tools/virtualization/linode-cli/default.nix
M pkgs/top-level/all-packages.nix
M pkgs/top-level/perl-packages.nix

  Log Message:
  ---
  Merge pull request #23080 from nixy/init/linode-cli

linode-cli: init at 1.4.7


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


[Nix-commits] [NixOS/nixpkgs] 87a450: Adding networkmanager_dmenu

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 87a450e4669ca22ff35d2abe031a48900989b82b
  
https://github.com/NixOS/nixpkgs/commit/87a450e4669ca22ff35d2abe031a48900989b82b
  Author: Jens Grunert 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Adding networkmanager_dmenu


  Commit: 4c6d267ae88868abe79a60d5d65bdf7ba1770a0b
  
https://github.com/NixOS/nixpkgs/commit/4c6d267ae88868abe79a60d5d65bdf7ba1770a0b
  Author: Jens Binkert 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M lib/maintainers.nix
M pkgs/tools/networking/networkmanager_dmenu/default.nix

  Log Message:
  ---
  networkmanager_dmenu: init at unstable-2017-04-13


  Commit: ee790bf944c35536ecf4c9736131d8a22df7a6c6
  
https://github.com/NixOS/nixpkgs/commit/ee790bf944c35536ecf4c9736131d8a22df7a6c6
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #23321 from jensbin/networkmanager_dmenu

networkmanager_dmenu: init at unstable-2017-04-13


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


[Nix-commits] [NixOS/nixpkgs] 9b2d4a: apache-httpd: Add 'extensions' config option

2017-05-01 Thread goibhniu
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9b2d4a9fce1e1f001160f812f26494144d36d775
  
https://github.com/NixOS/nixpkgs/commit/9b2d4a9fce1e1f001160f812f26494144d36d775
  Author: Svein Ove Aas 
  Date:   2017-01-28 (Sat, 28 Jan 2017)

  Changed paths:
M nixos/modules/services/web-servers/apache-httpd/mediawiki.nix

  Log Message:
  ---
  apache-httpd: Add 'extensions' config option


  Commit: 248a06695f5882206275a2cc2518ffb5746404f3
  
https://github.com/NixOS/nixpkgs/commit/248a06695f5882206275a2cc2518ffb5746404f3
  Author: goibhniu 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/services/web-servers/apache-httpd/mediawiki.nix

  Log Message:
  ---
  Merge pull request #22236 from Baughn/mediawiki

apache-httpd: Add 'extensions' config option for mediawiki


Compare: https://github.com/NixOS/nixpkgs/compare/63e3711ee53e...248a06695f58___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


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

2017-05-01 Thread Benno Fünfstück
I believe https://github.com/NixOS/nixos-channel-scripts/issues/13 breaks
the sqlite database, since only a few NARs have listings in the old format.

Eelco Dolstra  schrieb am Mo., 1. Mai 2017 um
14:23 Uhr:

> Hi,
>
> On 05/01/2017 02:11 PM, Jörg Thalheim wrote:
>
> > Unfortunately the sqlite database feeding command-not-found is almost
> empty at the moment,
> >
> > so this command is useless.
>
> What channel are you on? For the minimal channel, the database contains
> only a
> handful of packages, but the regular channel has a pretty extensive
> database:
>
> $ sqlite3
> /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite
> 'select count(*) from Programs'
> 49351
>
> --
> Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 56ac9a: libplist: 1.12 -> 2.0.0

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 56ac9ae5da13d8276131f50e69edc32c2635fdf9
  
https://github.com/NixOS/nixpkgs/commit/56ac9ae5da13d8276131f50e69edc32c2635fdf9
  Author: Daiderd Jordan 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
M pkgs/development/libraries/libplist/default.nix
R pkgs/development/libraries/libplist/swig.patch

  Log Message:
  ---
  libplist: 1.12 -> 2.0.0


  Commit: 63e3711ee53e9a14e41fe301da057d83ed7d5851
  
https://github.com/NixOS/nixpkgs/commit/63e3711ee53e9a14e41fe301da057d83ed7d5851
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/libraries/libplist/default.nix
R pkgs/development/libraries/libplist/swig.patch

  Log Message:
  ---
  Merge pull request #25279 from LnL7/libplist-2.0.0

libplist: 1.12 -> 2.0.0


Compare: https://github.com/NixOS/nixpkgs/compare/8972abbfc9a2...63e3711ee53e___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 7fb36c: keras: 1.2.2 -> 2.0.3

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 7fb36cd6817550eb45e569d4f4e2dafd4ff7954a
  
https://github.com/NixOS/nixpkgs/commit/7fb36cd6817550eb45e569d4f4e2dafd4ff7954a
  Author: Jean-Philippe Bernardy 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M pkgs/development/python-modules/keras/default.nix

  Log Message:
  ---
  keras: 1.2.2 -> 2.0.3


  Commit: 8972abbfc9a2f70737af2d6aceebe6d8414c1ea7
  
https://github.com/NixOS/nixpkgs/commit/8972abbfc9a2f70737af2d6aceebe6d8414c1ea7
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/python-modules/keras/default.nix

  Log Message:
  ---
  Merge pull request #25239 from jyp/keras2

keras: 1.2.2 -> 2.0.3


Compare: https://github.com/NixOS/nixpkgs/compare/008bd1136377...8972abbfc9a2___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 698d1b: fcitx-configtool: 0.4.8 -> 0.4.9

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 698d1bdd10502c78a352860be4dcb1211c280946
  
https://github.com/NixOS/nixpkgs/commit/698d1bdd10502c78a352860be4dcb1211c280946
  Author: Eric Sagnes 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M pkgs/tools/inputmethods/fcitx/fcitx-configtool.nix

  Log Message:
  ---
  fcitx-configtool: 0.4.8 -> 0.4.9


  Commit: a08f5c77051c98ff52fa7cec6b027b7c8c8a8659
  
https://github.com/NixOS/nixpkgs/commit/a08f5c77051c98ff52fa7cec6b027b7c8c8a8659
  Author: Eric Sagnes 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix

  Log Message:
  ---
  fcitx-qt5: 1.0.5 -> 1.1.0


  Commit: 54d05a5700fa6ee27999701720a60bb375511c87
  
https://github.com/NixOS/nixpkgs/commit/54d05a5700fa6ee27999701720a60bb375511c87
  Author: Eric Sagnes 
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  fcitx-engines.mozc: 2.17.2313.102.1 -> 2.18.2612.102.1


  Commit: 008bd113637725b27a495e0a7d250fb513fc3530
  
https://github.com/NixOS/nixpkgs/commit/008bd113637725b27a495e0a7d250fb513fc3530
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/tools/inputmethods/fcitx-engines/fcitx-mozc/default.nix
M pkgs/tools/inputmethods/fcitx/fcitx-configtool.nix
M pkgs/tools/inputmethods/fcitx/fcitx-qt5.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25237 from ericsagnes/pkg-update/fcitx-related

fcitx-engines.mozc: 2.17.2313.102.1 -> 2.18.2612.102.1 and other minor fcitx 
packages updates


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


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

2017-05-01 Thread Wei Tang
Hi Karibu,

I live in Hong Kong, and I would definitely appreciate a mirror in Asia.

-- Wei

Karibu writes:

> Hi guys,
> I am the admin of the Vietnamese mirror (and blog) freedif.org
> (mirror.freedif.org)
>
> I have some spare bandwidth and space and would like to support your
> project.
>
> Do you need a mirror in Vietnam (no problem to support neighbourhood
> countries)
>
> Thanks
>
> Kari
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] e9adf3: Fix parsing @args.rsp compiler arguments

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e9adf383e685bdb9812111fa8ec50450b16cfb11
  
https://github.com/NixOS/nixpkgs/commit/e9adf383e685bdb9812111fa8ec50450b16cfb11
  Author: Orivej Desh 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/build-support/cc-wrapper/utils.sh

  Log Message:
  ---
  Fix parsing @args.rsp compiler arguments


  Commit: f3b45f83b55b6c5847967dfeaeae521e83af2225
  
https://github.com/NixOS/nixpkgs/commit/f3b45f83b55b6c5847967dfeaeae521e83af2225
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/build-support/cc-wrapper/utils.sh

  Log Message:
  ---
  Merge pull request #25205 from orivej/rsp

Fix parsing @args.rsp compiler arguments


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


[Nix-dev] Need any mirror in Asia?

2017-05-01 Thread Karibu
Hi guys,
I am the admin of the Vietnamese mirror (and blog) freedif.org
(mirror.freedif.org)

I have some spare bandwidth and space and would like to support your
project.

Do you need a mirror in Vietnam (no problem to support neighbourhood
countries)

Thanks

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


[Nix-commits] [NixOS/nixpkgs] c677f5: abcde: specify perl runtime dependencies for abcde...

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c677f51524ac65eadf107229957ea96cb5707ca3
  
https://github.com/NixOS/nixpkgs/commit/c677f51524ac65eadf107229957ea96cb5707ca3
  Author: laMudri 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
M pkgs/applications/audio/abcde/default.nix

  Log Message:
  ---
  abcde: specify perl runtime dependencies for abcde-musicbrainz-tool


  Commit: d2bd8c4482679543743301271914155cea31e10d
  
https://github.com/NixOS/nixpkgs/commit/d2bd8c4482679543743301271914155cea31e10d
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/applications/audio/abcde/default.nix

  Log Message:
  ---
  abcde: simplify wrapper code


  Commit: 0c0519bd3bab3bc5bdb2440e9cea69b4e233d693
  
https://github.com/NixOS/nixpkgs/commit/0c0519bd3bab3bc5bdb2440e9cea69b4e233d693
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/applications/audio/abcde/default.nix

  Log Message:
  ---
  Merge pull request #25362 from laMudri/abcde-musicbrainz

abcde: specify perl runtime dependencies for abcde-musicbrainz-tool


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


[Nix-commits] [NixOS/nixpkgs] 3539f2: hugo: 0.20.5 -> 0.20.6 (#25327)

2017-05-01 Thread Yann Hodique
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3539f23aee42c9fed43dead84244ea2021bbf0d6
  
https://github.com/NixOS/nixpkgs/commit/3539f23aee42c9fed43dead84244ea2021bbf0d6
  Author: Yann Hodique 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  hugo: 0.20.5 -> 0.20.6 (#25327)


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


[Nix-commits] [NixOS/nixpkgs] 55e334: curl: 7.53.1 -> 7.54.0

2017-05-01 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 55e334e62a5ae40f15f8d9c2384af988cef8d4b3
  
https://github.com/NixOS/nixpkgs/commit/55e334e62a5ae40f15f8d9c2384af988cef8d4b3
  Author: Tim Steinbach 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  ---
  curl: 7.53.1 -> 7.54.0


  Commit: 8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f
  
https://github.com/NixOS/nixpkgs/commit/8328e3d3a6dc511f3ac962e4ca74f96d29ab1c5f
  Author: John Ericson 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
M pkgs/development/libraries/glibc/common.nix

  Log Message:
  ---
  glibc: Remove hack around long-fixed bug

https://sourceware.org/bugzilla/show_bug.cgi?id=411 was solved in 2012.


  Commit: 7c859a4bdc5dfd578d48e3331381ea4403aad4af
  
https://github.com/NixOS/nixpkgs/commit/7c859a4bdc5dfd578d48e3331381ea4403aad4af
  Author: Eelco Dolstra 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M pkgs/development/libraries/glibc/common.nix

  Log Message:
  ---
  Merge pull request #25226 from Ericson2314/glibc-bug-gone

glibc: Remove hack around long-fixed bug


  Commit: 719417985473eabd0f3c6e1f0083b77c86ed4749
  
https://github.com/NixOS/nixpkgs/commit/719417985473eabd0f3c6e1f0083b77c86ed4749
  Author: Tuomas Tynkkynen 
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
M pkgs/shells/bash/4.4.nix

  Log Message:
  ---
  bash: Remove unnecessary 'Makefile.inc' that is keeping reference to 
bootstrap-tools

The file is an example makefile for developing bash plugins, and
contains stuff like:


example:example.o
$(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ example.o 
$(SHOBJ_LIBS)


So no package is really going to depend on that, and it's making the
.dev output keep a reference to the bootstrap tools. Just nuke it.


  Commit: 68d7c42247809e873fe982e4d1038b89ab9fa8db
  
https://github.com/NixOS/nixpkgs/commit/68d7c42247809e873fe982e4d1038b89ab9fa8db
  Author: Tim Steinbach 
  Date:   2017-04-27 (Thu, 27 Apr 2017)

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

  Log Message:
  ---
  Merge pull request #25024 from NeQuissimus/staging_curl_7_54_0

curl: 7.53.1 -> 7.54.0 (staging)


  Commit: 934ed02750b77f8f687fb8f6e4c75d52e843519d
  
https://github.com/NixOS/nixpkgs/commit/934ed02750b77f8f687fb8f6e4c75d52e843519d
  Author: David Grayson 
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M pkgs/development/tools/build-managers/cmake/search-path-3.2.patch

  Log Message:
  ---
  cmake: Prevent it from looking for packages in /
when cross-compiling for Windows.


  Commit: 8e3ed3248291d70637c3fc29b5314d2300b33a13
  
https://github.com/NixOS/nixpkgs/commit/8e3ed3248291d70637c3fc29b5314d2300b33a13
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-04-29 (Sat, 29 Apr 2017)

  Changed paths:
M pkgs/development/tools/build-managers/cmake/search-path-3.2.patch

  Log Message:
  ---
  Merge pull request #25330 from DavidEGrayson/pr_staging_cmake

cmake: Prevent it from looking for packages in / when cross-compiling for 
Windows.


  Commit: b8463e97b63ebd5fa05c14e9f9c52edc9274e753
  
https://github.com/NixOS/nixpkgs/commit/b8463e97b63ebd5fa05c14e9f9c52edc9274e753
  Author: David Izquierdo 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

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

  Log Message:
  ---
  pythonPackages.markupsafe: 0.23 -> 1.0


  Commit: 9860e77f79a7a54bb8f5dcbe15f44490c9d5edb6
  
https://github.com/NixOS/nixpkgs/commit/9860e77f79a7a54bb8f5dcbe15f44490c9d5edb6
  Author: Vladimír Čunát 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
M lib/maintainers.nix
M lib/systems/doubles.nix
M lib/systems/parse.nix
M lib/trivial.nix
M nixos/doc/manual/administration/imperative-containers.xml
M nixos/doc/manual/configuration/file-systems.xml
M nixos/doc/manual/installation/installing-usb.xml
M nixos/modules/installer/tools/nix-fallback-paths.nix
M nixos/modules/misc/extra-arguments.nix
M nixos/modules/misc/ids.nix
M nixos/modules/misc/nixpkgs.nix
M nixos/modules/module-list.nix
M nixos/modules/profiles/hardened.nix
M nixos/modules/programs/command-not-found/command-not-found.nix
M nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
M nixos/modules/security/grsecurity.nix
M nixos/modules/security/grsecurity.xml
A nixos/modules/security/lock-kernel-modules.nix
M nixos/modules/services/continuous-integration/hydra/default.nix
M nixos/modules/services/hardware/amd-hybrid-graphics.nix
M nixos/modules/services/misc/jackett.nix
M 

[Nix-commits] [NixOS/nixpkgs] ab55c0: json-c: 0.12 -> 0.12.1

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ab55c0c2c229c10ddb110b57d92b8663138d1d94
  
https://github.com/NixOS/nixpkgs/commit/ab55c0c2c229c10ddb110b57d92b8663138d1d94
  Author: Armijn Hemel 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/libraries/json-c/default.nix

  Log Message:
  ---
  json-c: 0.12 -> 0.12.1


  Commit: 6d57c280c6ffde27d7fed7c86d62446491ec8bcc
  
https://github.com/NixOS/nixpkgs/commit/6d57c280c6ffde27d7fed7c86d62446491ec8bcc
  Author: Armijn Hemel 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
R pkgs/development/libraries/json-c/unused-variable.patch

  Log Message:
  ---
  remove no longer needed patch


  Commit: 27b7e2f7dae0ab57746320e1900f3175ad7f2847
  
https://github.com/NixOS/nixpkgs/commit/27b7e2f7dae0ab57746320e1900f3175ad7f2847
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/libraries/json-c/default.nix
R pkgs/development/libraries/json-c/unused-variable.patch

  Log Message:
  ---
  Merge pull request #25392 from armijnhemel/json-c

json-c: 0.12 -> 0.12.1


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


[Nix-commits] [NixOS/nixpkgs] 0ffe14: ffmpeg: remove darwin patch

2017-05-01 Thread Vladimír Čunát
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0ffe146ed3b3c3b5fb97594649057e21cc3f0152
  
https://github.com/NixOS/nixpkgs/commit/0ffe146ed3b3c3b5fb97594649057e21cc3f0152
  Author: Daiderd Jordan 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/libraries/ffmpeg/3.3.nix
R pkgs/development/libraries/ffmpeg/sdk_detection.patch

  Log Message:
  ---
  ffmpeg: remove darwin patch


  Commit: ba4fd61630f9ed1693c097699d4c9872eab22845
  
https://github.com/NixOS/nixpkgs/commit/ba4fd61630f9ed1693c097699d4c9872eab22845
  Author: Vladimír Čunát 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/libraries/ffmpeg/3.3.nix
R pkgs/development/libraries/ffmpeg/sdk_detection.patch

  Log Message:
  ---
  Merge #25382: ffmpeg: remove darwin patch


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


[Nix-commits] [NixOS/nixpkgs] 8a1707: nixBufferBuilders: Add haskellMonoRepo builder

2017-05-01 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8a1707ad0d26013bf6014a01831a3af2a506fa14
  
https://github.com/NixOS/nixpkgs/commit/8a1707ad0d26013bf6014a01831a3af2a506fa14
  Author: Shea Levy 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/build-support/emacs/buffer.nix

  Log Message:
  ---
  nixBufferBuilders: Add haskellMonoRepo builder


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


[Nix-commits] [NixOS/nixpkgs] d7743d: nixBufferBuilders: Add haskellMonoRepo builder

2017-05-01 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d7743d1eb8dc7f0819c626a3eaff71647a045510
  
https://github.com/NixOS/nixpkgs/commit/d7743d1eb8dc7f0819c626a3eaff71647a045510
  Author: Shea Levy 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/build-support/emacs/buffer.nix

  Log Message:
  ---
  nixBufferBuilders: Add haskellMonoRepo builder

(cherry picked from commit 8a1707ad0d26013bf6014a01831a3af2a506fa14)


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


[Nix-commits] [NixOS/nixpkgs] e0d182: adapta-gtk-theme: 3.89.1.66 -> 3.90.0.125

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e0d18259939f1fe1a25b08b4922c3f798df53aa5
  
https://github.com/NixOS/nixpkgs/commit/e0d18259939f1fe1a25b08b4922c3f798df53aa5
  Author: romildo 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

  Changed paths:
M pkgs/misc/themes/adapta/default.nix

  Log Message:
  ---
  adapta-gtk-theme: 3.89.1.66 -> 3.90.0.125


  Commit: b2c304eccdb3e9488e50112dcf73da91a43e10e7
  
https://github.com/NixOS/nixpkgs/commit/b2c304eccdb3e9488e50112dcf73da91a43e10e7
  Author: romildo 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/misc/themes/adapta/default.nix

  Log Message:
  ---
  adapta-gtk-theme: replace maintainer


  Commit: ecd2a344685f97bee836753ccc98e910a8014573
  
https://github.com/NixOS/nixpkgs/commit/ecd2a344685f97bee836753ccc98e910a8014573
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/misc/themes/adapta/default.nix

  Log Message:
  ---
  Merge pull request #25361 from romildo/upd.adapta

adapta-gtk-theme: 3.89.1.66 -> 3.90.0.125


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


[Nix-commits] [NixOS/nixpkgs] 6fc51d: django_hijack: reduce hackishness of overrides

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6fc51d1d7f5a6d763bf7be39e0274051f3275b3a
  
https://github.com/NixOS/nixpkgs/commit/6fc51d1d7f5a6d763bf7be39e0274051f3275b3a
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  django_hijack: reduce hackishness of overrides


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


[Nix-commits] [NixOS/nixpkgs] f87e4c: vivaldi: 1.8.770.56-1 -> 1.9.818.44-1 (#25345)

2017-05-01 Thread José Romildo Malaquias
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f87e4c9f53925603a73a8ec1070dbcd743bedfd2
  
https://github.com/NixOS/nixpkgs/commit/f87e4c9f53925603a73a8ec1070dbcd743bedfd2
  Author: José Romildo Malaquias 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/applications/networking/browsers/vivaldi/default.nix

  Log Message:
  ---
  vivaldi: 1.8.770.56-1 -> 1.9.818.44-1 (#25345)


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


[Nix-commits] [NixOS/nixpkgs] 88fe71: qbittorrent: 3.3.11 -> 3.3.12 (#25350)

2017-05-01 Thread José Romildo Malaquias
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 88fe719e64e7d642bde4d203f4a50a80d6cc3905
  
https://github.com/NixOS/nixpkgs/commit/88fe719e64e7d642bde4d203f4a50a80d6cc3905
  Author: José Romildo Malaquias 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/applications/networking/p2p/qbittorrent/default.nix

  Log Message:
  ---
  qbittorrent: 3.3.11 -> 3.3.12 (#25350)


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


[Nix-commits] [NixOS/nixpkgs] 2c6bff: jetbrains.clion: 2017.1 -> 2017.1.1 (#25347)

2017-05-01 Thread José Romildo Malaquias
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2c6bff552238298d90144c65cd9fac987cf7bdd8
  
https://github.com/NixOS/nixpkgs/commit/2c6bff552238298d90144c65cd9fac987cf7bdd8
  Author: José Romildo Malaquias 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  jetbrains.clion: 2017.1 -> 2017.1.1 (#25347)


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


[Nix-commits] [NixOS/nixpkgs] 8a9588: e17gtk: 3.22.0 -> 3.22.1 (#25305)

2017-05-01 Thread José Romildo Malaquias
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8a95889eaf44b4c162002f76a2dfe976e28743c6
  
https://github.com/NixOS/nixpkgs/commit/8a95889eaf44b4c162002f76a2dfe976e28743c6
  Author: José Romildo Malaquias 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/misc/themes/e17gtk/default.nix

  Log Message:
  ---
  e17gtk: 3.22.0 -> 3.22.1 (#25305)


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


[Nix-commits] [NixOS/nixpkgs] 9a5916: tarsnap service: add 'verbose' config option (#253...

2017-05-01 Thread Renzo Carbonara
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9a5916dc478c4d3f3d191a98b537eb31c2f22311
  
https://github.com/NixOS/nixpkgs/commit/9a5916dc478c4d3f3d191a98b537eb31c2f22311
  Author: Renzo Carbonara 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/services/backup/tarsnap.nix

  Log Message:
  ---
  tarsnap service: add 'verbose' config option (#25353)


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


[Nix-commits] [NixOS/nixpkgs] fb3392: albert: 0.10.2 -> 0.11.1

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

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

  Log Message:
  ---
  albert: 0.10.2 -> 0.11.1


  Commit: b69d04c79807e54340ebe1ce84731c21bf9df276
  
https://github.com/NixOS/nixpkgs/commit/b69d04c79807e54340ebe1ce84731c21bf9df276
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  albert: fix build


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


[Nix-commits] [NixOS/nixpkgs] 75690a: Add haskellPathsInDir lib function

2017-05-01 Thread Shea Levy
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 75690abf3c60fafc9a36260d7edf318cf5e657dd
  
https://github.com/NixOS/nixpkgs/commit/75690abf3c60fafc9a36260d7edf318cf5e657dd
  Author: Shea Levy 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M lib/filesystem.nix

  Log Message:
  ---
  Add haskellPathsInDir lib function

(cherry picked from commit d1afc718f816dddaf22881c026d3163efa3e2470)


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


[Nix-commits] [NixOS/nixpkgs] d1afc7: Add haskellPathsInDir lib function

2017-05-01 Thread Shea Levy
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d1afc718f816dddaf22881c026d3163efa3e2470
  
https://github.com/NixOS/nixpkgs/commit/d1afc718f816dddaf22881c026d3163efa3e2470
  Author: Shea Levy 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M lib/filesystem.nix

  Log Message:
  ---
  Add haskellPathsInDir lib function


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


[Nix-commits] [NixOS/nixpkgs] 821190: gnomeExtensions.dash-to-dock: init at version v57

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 8211903825f21f5f3161d65ffbb910b7fd70924a
  
https://github.com/NixOS/nixpkgs/commit/8211903825f21f5f3161d65ffbb910b7fd70924a
  Author: Emanuele Peruffo 
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
A pkgs/desktops/gnome-3/extensions/dash-to-dock/default.nix
A pkgs/desktops/gnome-3/extensions/dash-to-dock/fix-paths.patch
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  gnomeExtensions.dash-to-dock: init at version v57
I needed this extensions and wanted to share it with everyone.
I also created the new group called pkgs.gnomeExtensions.


  Commit: c1bc3012bb66793e88de1c2e3b2ddaa5e6af59ec
  
https://github.com/NixOS/nixpkgs/commit/c1bc3012bb66793e88de1c2e3b2ddaa5e6af59ec
  Author: Emanuele Peruffo 
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M pkgs/desktops/gnome-3/extensions/dash-to-dock/default.nix
R pkgs/desktops/gnome-3/extensions/dash-to-dock/fix-paths.patch

  Log Message:
  ---
  gnomeExtensions.dash-to-dock: refactor
Using makeFlags instead of patching Makefile


  Commit: a53fb88d33917e052e7239392be67f10821713e2
  
https://github.com/NixOS/nixpkgs/commit/a53fb88d33917e052e7239392be67f10821713e2
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/desktops/gnome-3/extensions/dash-to-dock/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25170 from emanueleperuffo/dash-to-dock

gnomeExtensions.dash-to-dock: init at version v57


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


[Nix-commits] [NixOS/nixpkgs] df7d1f: makemkv: 1.10.4 -> 1.10.5

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: df7d1fccca3423f19119047a323a4a9d492c945a
  
https://github.com/NixOS/nixpkgs/commit/df7d1fccca3423f19119047a323a4a9d492c945a
  Author: Jonathan Rudenberg 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

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

  Log Message:
  ---
  makemkv: 1.10.4 -> 1.10.5


  Commit: d58c6a473089e25d29d545cd3897506e56bc1324
  
https://github.com/NixOS/nixpkgs/commit/d58c6a473089e25d29d545cd3897506e56bc1324
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25364 from titanous/update-makemkv

makemkv: 1.10.4 -> 1.10.5


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


[Nix-commits] [NixOS/nixpkgs] 361314: nixos-prepare-root: force symlink at /run

2017-05-01 Thread Daniel Peebles
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 361314ca71a6ebab92b1450519f47fd4abd7d228
  
https://github.com/NixOS/nixpkgs/commit/361314ca71a6ebab92b1450519f47fd4abd7d228
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/installer/tools/nixos-prepare-root.sh

  Log Message:
  ---
  nixos-prepare-root: force symlink at /run

Otherwise a reinstall will fail.


  Commit: daf16b5679e4c371afe76e5ebe672fb68bb60dfe
  
https://github.com/NixOS/nixpkgs/commit/daf16b5679e4c371afe76e5ebe672fb68bb60dfe
  Author: Daniel Peebles 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/installer/tools/nixos-prepare-root.sh

  Log Message:
  ---
  Merge pull request #25391 from Mic92/nixos-prepare-root

nixos-prepare-root: force symlink at /run


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


[Nix-commits] [NixOS/nixpkgs] bf427b: ups: fix config generation

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: bf427b9bae819dd47f606081409f3583c6faf571
  
https://github.com/NixOS/nixpkgs/commit/bf427b9bae819dd47f606081409f3583c6faf571
  Author: Tad Fisher 
  Date:   2017-04-23 (Sun, 23 Apr 2017)

  Changed paths:
M nixos/modules/services/monitoring/ups.nix

  Log Message:
  ---
  ups: fix config generation


  Commit: 3ecaf3b4b54048f2ff8b7049337175396d8229bc
  
https://github.com/NixOS/nixpkgs/commit/3ecaf3b4b54048f2ff8b7049337175396d8229bc
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/services/monitoring/ups.nix

  Log Message:
  ---
  Merge pull request #25168 from tadfisher/ups-fix

ups: fix config generation


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


[Nix-commits] [NixOS/nixpkgs] 0e7b60: abc-verifier: Add http url scheme to abc homepage

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0e7b608ab08f22f80060c418f5fd0f4c671dfec7
  
https://github.com/NixOS/nixpkgs/commit/0e7b608ab08f22f80060c418f5fd0f4c671dfec7
  Author: Mario Rodas 
  Date:   2017-04-23 (Sun, 23 Apr 2017)

  Changed paths:
M pkgs/applications/science/logic/abc/default.nix

  Log Message:
  ---
  abc-verifier: Add http url scheme to abc homepage


  Commit: 5ffed5898c2663862a43b6996cb6f0465a69c8f3
  
https://github.com/NixOS/nixpkgs/commit/5ffed5898c2663862a43b6996cb6f0465a69c8f3
  Author: Mario Rodas 
  Date:   2017-04-23 (Sun, 23 Apr 2017)

  Changed paths:
M pkgs/applications/window-managers/dwm/default.nix

  Log Message:
  ---
  dwm: Add http url scheme to dwm homepage


  Commit: bebb14ebad22540d14dbb3f3d4047d73ebd610bc
  
https://github.com/NixOS/nixpkgs/commit/bebb14ebad22540d14dbb3f3d4047d73ebd610bc
  Author: Mario Rodas 
  Date:   2017-04-23 (Sun, 23 Apr 2017)

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

  Log Message:
  ---
  osmctools: Use a list for homepage instead of multi-line string


  Commit: 41475012eb69dae640994067f4c22082f06491bb
  
https://github.com/NixOS/nixpkgs/commit/41475012eb69dae640994067f4c22082f06491bb
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/applications/misc/osmctools/default.nix
M pkgs/applications/science/logic/abc/default.nix
M pkgs/applications/window-managers/dwm/default.nix

  Log Message:
  ---
  Merge pull request #25164 from marsam/master

Homogenize abc-verifier, dwm, osmctools homepages


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


[Nix-commits] [NixOS/nixpkgs] 5b0dcf: atop: 2.2-3 -> 2.3.0

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 5b0dcf95a078c129882153f76821d83bcbec335c
  
https://github.com/NixOS/nixpkgs/commit/5b0dcf95a078c129882153f76821d83bcbec335c
  Author: Armijn Hemel 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  atop: 2.2-3 -> 2.3.0


  Commit: e82070382a37ef7fb6f57b9d10fcc056dba2cd02
  
https://github.com/NixOS/nixpkgs/commit/e82070382a37ef7fb6f57b9d10fcc056dba2cd02
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25386 from armijnhemel/atop

atop: 2.2-3 -> 2.3.0


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


[Nix-commits] [NixOS/nixpkgs] 47d352: pythonPackages.django_compat: restore access to bu...

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 47d352fd28d6c920b859064ffe46896288720320
  
https://github.com/NixOS/nixpkgs/commit/47d352fd28d6c920b859064ffe46896288720320
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  pythonPackages.django_compat: restore access to buildPythonPackage override


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


[Nix-commits] [NixOS/nixpkgs] 47c8ee: hydra: 2017-03-21 -> 2017-04-26

2017-05-01 Thread Domen Kožar
  Branch: refs/heads/hydra-2017-04-26
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 47c8ee6daea8dd2d3ca5b0683bd4273955ff0973
  
https://github.com/NixOS/nixpkgs/commit/47c8ee6daea8dd2d3ca5b0683bd4273955ff0973
  Author: Domen Kožar 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/tools/misc/hydra/default.nix

  Log Message:
  ---
  hydra: 2017-03-21 -> 2017-04-26


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


[Nix-commits] [NixOS/nixpkgs] ae8788: simp_le: 0.1.1 -> 0.2.0

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: ae878851f2bb167f8fdfbdd694115ad2afb89d47
  
https://github.com/NixOS/nixpkgs/commit/ae878851f2bb167f8fdfbdd694115ad2afb89d47
  Author: jeaye 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
M pkgs/tools/admin/simp_le/default.nix

  Log Message:
  ---
  simp_le: 0.1.1 -> 0.2.0

The release is here:
https://github.com/zenhack/simp_le/releases/tag/0.2.0

This is needed, since the existing package is broken. See this
https://github.com/kuba/simp_le/issues/120 for reference.


  Commit: 8a4bb1beb65d6ccb606a7ae7c18f3026d3878e30
  
https://github.com/NixOS/nixpkgs/commit/8a4bb1beb65d6ccb606a7ae7c18f3026d3878e30
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/tools/admin/simp_le/default.nix

  Log Message:
  ---
  Merge pull request #25130 from jeaye/simp_le-0.2.0

simp_le: 0.1.1 -> 0.2.0


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


[Nix-commits] [NixOS/nixpkgs] b0c391: Init madlang at 2.3.0.3

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b0c3910972f760c0cece27d50ae28c5f15287e50
  
https://github.com/NixOS/nixpkgs/commit/b0c3910972f760c0cece27d50ae28c5f15287e50
  Author: Vanessa McHale 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

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

  Log Message:
  ---
  Init madlang at 2.3.0.3


  Commit: b8dab3a0dd3bc6c64725d4d85954fe09c6636c50
  
https://github.com/NixOS/nixpkgs/commit/b8dab3a0dd3bc6c64725d4d85954fe09c6636c50
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25123 from vmchale/master

madlang: init at 2.3.0.3


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


[Nix-commits] [NixOS/nixpkgs] 02682e: ocamlPackages.ocaml_lwt: use buildOcaml

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 02682e509389a6de23a2614da3b43abebf45a4f2
  
https://github.com/NixOS/nixpkgs/commit/02682e509389a6de23a2614da3b43abebf45a4f2
  Author: Patrick Mahoney 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

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

  Log Message:
  ---
  ocamlPackages.ocaml_lwt: use buildOcaml

This adds the shared objects setup hook to prepare
CAML_LD_LIBRARY_PATH.


  Commit: d27e250627dd2f03e1436410c69b49f6463874ca
  
https://github.com/NixOS/nixpkgs/commit/d27e250627dd2f03e1436410c69b49f6463874ca
  Author: Patrick Mahoney 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

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

  Log Message:
  ---
  ocamlPackages.lambdaTerm: use buildOcaml

This adds the shared objects setup hook to prepare
CAML_LD_LIBRARY_PATH.


  Commit: 1a7586ce24598c03c2ab823e74e5e2413b450cdf
  
https://github.com/NixOS/nixpkgs/commit/1a7586ce24598c03c2ab823e74e5e2413b450cdf
  Author: Patrick Mahoney 
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M pkgs/development/tools/ocaml/utop/default.nix

  Log Message:
  ---
  ocamlPackages.utop: fix environment variables

In the wrapper scripts, both OCAMLPATH and CAML_LD_LIBRARY_PATH where
being created with a trailing literal $OCAMLPATH, rather than the
expanded version. Thus if, for example, ocamlPackages.core was present
in OCAMLPATH prior to running utop, the wrapper script would set the
variable to $utop_dependencies:'$OCAMLPATH', and when using utop to
open Core.Std, the following error was reported:

findlib: [WARNING] cannot read directory $OCAMLPATH: No such file
or directory

This patch fixes the quoting issue, and further refactors the build to
use standard wrapProgram helper, and uses an "inner derivation" to
re-use the setupHook machinery of buildOCaml and findlib instead of
manually specifying the OCAMLPATH required for utop along with
transitive dependencies.


  Commit: 9ae5487b196ed3ec442aff504839dc8fff1aa36b
  
https://github.com/NixOS/nixpkgs/commit/9ae5487b196ed3ec442aff504839dc8fff1aa36b
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M doc/cross-compilation.xml
M doc/languages-frameworks/ruby.xml
M doc/multiple-output.xml
M lib/customisation.nix
M lib/licenses.nix
M lib/maintainers.nix
M lib/systems/doubles.nix
M lib/systems/parse.nix
M lib/systems/platforms.nix
M lib/trivial.nix
M nixos/doc/manual/administration/imperative-containers.xml
M nixos/doc/manual/configuration/file-systems.xml
M nixos/doc/manual/installation/installing-usb.xml
M nixos/doc/manual/release-notes/rl-1709.xml
M nixos/lib/make-disk-image.nix
M nixos/maintainers/scripts/ec2/amazon-image.nix
M nixos/modules/config/i18n.nix
M nixos/modules/installer/tools/nix-fallback-paths.nix
M nixos/modules/installer/tools/nixos-prepare-root.sh
M nixos/modules/misc/extra-arguments.nix
M nixos/modules/misc/ids.nix
M nixos/modules/misc/nixpkgs.nix
M nixos/modules/module-list.nix
A nixos/modules/profiles/hardened.nix
A nixos/modules/programs/browserpass.nix
M nixos/modules/programs/command-not-found/command-not-found.nix
M nixos/modules/programs/environment.nix
A nixos/modules/programs/qt5ct.nix
A nixos/modules/programs/zsh/oh-my-zsh.nix
A nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
M nixos/modules/programs/zsh/zsh.nix
M nixos/modules/rename.nix
M nixos/modules/security/grsecurity.nix
M nixos/modules/security/grsecurity.xml
A nixos/modules/security/lock-kernel-modules.nix
M nixos/modules/services/backup/znapzend.nix
M nixos/modules/services/continuous-integration/hydra/default.nix
A nixos/modules/services/databases/clickhouse.nix
M nixos/modules/services/hardware/amd-hybrid-graphics.nix
M nixos/modules/services/misc/gogs.nix
M nixos/modules/services/misc/jackett.nix
M nixos/modules/services/misc/plex.nix
M nixos/modules/services/misc/radarr.nix
M nixos/modules/services/misc/sonarr.nix
M nixos/modules/services/monitoring/cadvisor.nix
M nixos/modules/services/monitoring/graphite.nix
M nixos/modules/services/monitoring/longview.nix
M nixos/modules/services/monitoring/munin.nix
A nixos/modules/services/networking/aria2.nix
M nixos/modules/services/networking/avahi-daemon.nix
M nixos/modules/services/networking/i2pd.nix
M nixos/modules/services/networking/networkmanager.nix
M nixos/modules/services/networking/radicale.nix
A nixos/modules/services/networking/xrdp.nix
M nixos/modules/services/scheduling/fcron.nix
A nixos/modules/services/security/sshguard.nix
M nixos/modules/services/web-apps/atlassian/confluence.nix
M 

[Nix-commits] [NixOS/nixpkgs] b53844: tvheadend: 4.0.8 -> 4.2.1

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b538448f399cb73500e82d155b647b0ea700e1ae
  
https://github.com/NixOS/nixpkgs/commit/b538448f399cb73500e82d155b647b0ea700e1ae
  Author: Simon Vandel Sillesen 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

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

  Log Message:
  ---
  tvheadend: 4.0.8 -> 4.2.1


  Commit: 69250aa4ee246b9657fdf8c48be2c55e7804ed88
  
https://github.com/NixOS/nixpkgs/commit/69250aa4ee246b9657fdf8c48be2c55e7804ed88
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25121 from simonvandel/tvheadend-421

tvheadend: 4.0.8 -> 4.2.1


Compare: https://github.com/NixOS/nixpkgs/compare/49c419cf3eef...69250aa4ee24___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] eedc67: cubicle: init at 1.0.2

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: eedc6799b6b775ba1c11902fbdf271e96883ff6c
  
https://github.com/NixOS/nixpkgs/commit/eedc6799b6b775ba1c11902fbdf271e96883ff6c
  Author: lucas8 
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
A pkgs/applications/science/logic/cubicle/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  cubicle: init at 1.0.2


  Commit: 49c419cf3eef64d4679a8503a5812e28e0ceb458
  
https://github.com/NixOS/nixpkgs/commit/49c419cf3eef64d4679a8503a5812e28e0ceb458
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/applications/science/logic/cubicle/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25117 from lucas8/cubicle

cubicle: init at 1.0.2


Compare: https://github.com/NixOS/nixpkgs/compare/938fbf6873b6...49c419cf3eef___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0c9512: gogs service: fix encoding of secret key

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0c9512d263145800206db5aa49a53bd42a9b8a27
  
https://github.com/NixOS/nixpkgs/commit/0c9512d263145800206db5aa49a53bd42a9b8a27
  Author: Rodney Lorrimar 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
M nixos/modules/services/misc/gogs.nix

  Log Message:
  ---
  gogs service: fix encoding of secret key

I was getting a secret key like this:

  [security]
  SECRET_KEY = 7X

Use coreutils base64 instead to get the full 256 bits of randomness.


  Commit: 79d52bc26cda44ea0e7d947cdc032b7eed9ee959
  
https://github.com/NixOS/nixpkgs/commit/79d52bc26cda44ea0e7d947cdc032b7eed9ee959
  Author: Rodney Lorrimar 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
M nixos/modules/services/misc/gogs.nix

  Log Message:
  ---
  gogs service: don't copy database password to nix store

Relevant to #24288


  Commit: cfa1faa37c808f0a63093b1af8e03b6624b68872
  
https://github.com/NixOS/nixpkgs/commit/cfa1faa37c808f0a63093b1af8e03b6624b68872
  Author: Rodney Lorrimar 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
M nixos/modules/services/misc/gogs.nix

  Log Message:
  ---
  gogs service: chmod 440 config file

Directory which contains the config file /var/lib/gogs already
has mode 700 but users are liable to change these things.


  Commit: 0e90a05a526be87ecf8c3d8d3849bd42d1cd4539
  
https://github.com/NixOS/nixpkgs/commit/0e90a05a526be87ecf8c3d8d3849bd42d1cd4539
  Author: Rodney Lorrimar 
  Date:   2017-04-23 (Sun, 23 Apr 2017)

  Changed paths:
M nixos/modules/services/misc/gogs.nix

  Log Message:
  ---
  gogs service: generate the secret key only once, then reuse


  Commit: ced172010ac7ddee063a55c67da4cd6b443d02cb
  
https://github.com/NixOS/nixpkgs/commit/ced172010ac7ddee063a55c67da4cd6b443d02cb
  Author: Rodney Lorrimar 
  Date:   2017-04-23 (Sun, 23 Apr 2017)

  Changed paths:
M nixos/modules/services/misc/gogs.nix

  Log Message:
  ---
  gogs service: add option for enabling "secure" cookies


  Commit: 036e0f114a83da8b90c620677d14fc8d0e05f64d
  
https://github.com/NixOS/nixpkgs/commit/036e0f114a83da8b90c620677d14fc8d0e05f64d
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/services/misc/gogs.nix

  Log Message:
  ---
  gogs: improve cookieSecure documentation


  Commit: 938fbf6873b66787373bc95512d943ba51c2c9b3
  
https://github.com/NixOS/nixpkgs/commit/938fbf6873b66787373bc95512d943ba51c2c9b3
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/services/misc/gogs.nix

  Log Message:
  ---
  Merge pull request #25116 from rvl/gogs

Gogs service password handling improvements


Compare: https://github.com/NixOS/nixpkgs/compare/9eeaa70dd1a8...938fbf6873b6___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


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

2017-05-01 Thread Eelco Dolstra
Hi,

On 05/01/2017 02:11 PM, Jörg Thalheim wrote:

> Unfortunately the sqlite database feeding command-not-found is almost empty 
> at the moment,
> 
> so this command is useless.

What channel are you on? For the minimal channel, the database contains only a
handful of packages, but the regular channel has a pretty extensive database:

$ sqlite3 /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite
'select count(*) from Programs'
49351

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 610570: gdal: Add SQLite & Spatialite support

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 610570e9792f2fb495f248700134673a57859e53
  
https://github.com/NixOS/nixpkgs/commit/610570e9792f2fb495f248700134673a57859e53
  Author: Chris Hodapp 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

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

  Log Message:
  ---
  gdal: Add SQLite & Spatialite support


  Commit: 9eeaa70dd1a80b310e59301908d6abe0f0f5ce73
  
https://github.com/NixOS/nixpkgs/commit/9eeaa70dd1a80b310e59301908d6abe0f0f5ce73
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25114 from Hodapp87/gdal_sqlite

gdal: Add optional SQLite & Spatialite support


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


[Nix-commits] [NixOS/nixpkgs] e5652b: planner: 0.14.6 -> 20170429

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: e5652b843604929748c35b6f876e4f8046eaa615
  
https://github.com/NixOS/nixpkgs/commit/e5652b843604929748c35b6f876e4f8046eaa615
  Author: Andrew Miloradovsky 
  Date:   2017-04-29 (Sat, 29 Apr 2017)

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

  Log Message:
  ---
  planner: 0.14.6 -> 20170429

Many improvements were performed during the last 5+ years,
since the release: mostly minor fixes but *a lot* of them!

Plus, corrected and expanded the meta a little bit.


  Commit: c9a378a3e8e1d584c698e270032169185142a618
  
https://github.com/NixOS/nixpkgs/commit/c9a378a3e8e1d584c698e270032169185142a618
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25109 from amiloradovsky/planner

planner: 0.14.6 -> 20170429


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


[Nix-commits] [NixOS/nixpkgs] 04a43f: guvcview: 2.0.4 -> 2.0.5

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 04a43fdb90856bd69b202945fa29ec78dca339a2
  
https://github.com/NixOS/nixpkgs/commit/04a43fdb90856bd69b202945fa29ec78dca339a2
  Author: Armijn Hemel 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

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

  Log Message:
  ---
  guvcview: 2.0.4 -> 2.0.5


  Commit: 9c391353339ed2f7f4633eaa0aad29f311f8
  
https://github.com/NixOS/nixpkgs/commit/9c391353339ed2f7f4633eaa0aad29f311f8
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25107 from armijnhemel/guvcview

guvcview: 2.0.4 -> 2.0.5


Compare: https://github.com/NixOS/nixpkgs/compare/968fc6c7cbd9...9c391353___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] Success: Hydra job nixpkgs:trunk:tarball on x86_64-linux

2017-05-01 Thread Hydra Build Daemon
Hi,

The status of Hydra job ‘nixpkgs:trunk:tarball’ (on x86_64-linux) has changed 
from "Failed" to "Success".  For details, see

  https://hydra.nixos.org/build/52179217

This may be due to 96 commits by Armijn Hemel , Benjamin 
Staffin , Changlin Li , Daiderd Jordan 
, Frederik Rietdijk , Joachim Fasting 
, Kranium Gikos Mendoza , Lancelot SIX 
, Louis Taylor , Matthew Bauer 
, Michael Raskin <7c6f4...@mail.ru>, Peter Marheine 
, Roman Kuznetsov , Thomas Tuegel 
, Tim Steinbach , Vladimír Čunát 
, Volth , obadz , 
rht , romildo  or zraexy 
.

Yay!

Regards,

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


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

2017-05-01 Thread Jörg Thalheim
Unfortunately the sqlite database feeding command-not-found is almost empty at 
the moment,

so this command is useless.


On 2017-05-01 12:05, Eelco Dolstra wrote:
> Hi,
>
> On 05/01/2017 11:55 AM, regiv...@gmail.com wrote:
>
>> If you enter a command, you want to run it.
>>
>> If the corresponding program is not installed, the command is a symbolic 
>> link to
>> a script that says:
>>
>> _ download the program and its dependencies,
>> _ install it,
>> _ run it.
> On NixOS, you can already do something like that by setting $NIX_AUTO_RUN to 
> 1.
>
> E.g.
>
> $ export NIX_AUTO_RUN=1
>
> $ gphoto2 --version
> these paths will be fetched (1.44 MiB download, 8.20 MiB unpacked):
>   /nix/store/3a7xm6l9ysvf6igk9g9nsc0w9kxpscb0-libgphoto2-2.5.12
>   /nix/store/7fhspkpiylqi4lifqn6k2lvjhkw1llsv-gphoto2-2.5.8
> ...
> gphoto2 2.5.8
>
> This only works if the programs database
> /nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite exists. 
> Also
> it doesn't work if a command has multiple alternatives.
>

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


[Nix-commits] [NixOS/nixpkgs] 636789: robomongo: refactor

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 636789c1a91357ab09722d59a095e91a3cb19b3a
  
https://github.com/NixOS/nixpkgs/commit/636789c1a91357ab09722d59a095e91a3cb19b3a
  Author: Emanuele Peruffo 
  Date:   2017-04-22 (Sat, 22 Apr 2017)

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

  Log Message:
  ---
  robomongo: refactor
This revision leaves all robomongo's files under .../sw/lib/robomongo
instead of polluting .../sw/lib with static qt libraries


  Commit: 1f80c7f837edfe15d0d0d2aa1c93715c6a850a38
  
https://github.com/NixOS/nixpkgs/commit/1f80c7f837edfe15d0d0d2aa1c93715c6a850a38
  Author: Emanuele Peruffo 
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
M doc/cross-compilation.xml
M doc/languages-frameworks/ruby.xml
M doc/multiple-output.xml
M lib/maintainers.nix
M nixos/lib/make-disk-image.nix
M nixos/maintainers/scripts/ec2/amazon-image.nix
M nixos/modules/installer/tools/nixos-prepare-root.sh
M nixos/modules/module-list.nix
A nixos/modules/profiles/hardened.nix
A nixos/modules/programs/zsh/oh-my-zsh.nix
A nixos/modules/programs/zsh/zsh-syntax-highlighting.nix
M nixos/modules/programs/zsh/zsh.nix
M nixos/modules/rename.nix
M nixos/modules/services/scheduling/fcron.nix
M nixos/modules/services/x11/display-managers/default.nix
M nixos/modules/services/x11/display-managers/slim.nix
M nixos/release-combined.nix
M nixos/release.nix
M nixos/tests/misc.nix
A nixos/tests/slim.nix
M pkgs/applications/display-managers/slim/default.nix
A pkgs/applications/display-managers/slim/no-logfile.patch
M pkgs/applications/graphics/tesseract/default.nix
M pkgs/applications/misc/girara/default.nix
M pkgs/applications/misc/wordnet/default.nix
M pkgs/applications/networking/browsers/firefox-bin/default.nix
M pkgs/applications/networking/browsers/firefox-bin/sources.nix
M pkgs/applications/networking/browsers/firefox/default.nix
M pkgs/applications/networking/instant-messengers/dino/default.nix
M pkgs/applications/networking/instant-messengers/franz/default.nix
M pkgs/applications/networking/instant-messengers/rambox/default.nix
M pkgs/applications/networking/ipfs/default.nix
M pkgs/applications/networking/irc/weechat/default.nix
M pkgs/applications/networking/mailreaders/sylpheed/default.nix
M pkgs/applications/networking/mailreaders/thunderbird/default.nix
M pkgs/applications/office/antiword/default.nix
A pkgs/applications/office/mytetra/default.nix
M pkgs/applications/science/electronics/fritzing/default.nix
M pkgs/applications/video/dvdauthor/default.nix
M pkgs/applications/video/mpv/default.nix
M pkgs/applications/virtualization/OVMF/default.nix
M pkgs/applications/virtualization/qemu/default.nix
M pkgs/applications/virtualization/qemu/no-etc-install.patch
A pkgs/data/fonts/emacs-all-the-icons-fonts/default.nix
M pkgs/desktops/gnome-3/3.22/core/dconf/default.nix
M pkgs/desktops/gnome-3/3.22/core/vte/default.nix
M pkgs/development/compilers/colm/default.nix
M pkgs/development/compilers/halvm/2.4.0.nix
M pkgs/development/compilers/ponyc/default.nix
M pkgs/development/coq-modules/QuickChick/default.nix
M pkgs/development/libraries/curlcpp/default.nix
M pkgs/development/libraries/exempi/default.nix
M pkgs/development/libraries/gstreamer/good/default.nix
M pkgs/development/libraries/hunspell/default.nix
M pkgs/development/libraries/kde-frameworks/extra-cmake-modules/default.nix
M pkgs/development/libraries/libconfig/default.nix
M pkgs/development/libraries/libconfuse/default.nix
M pkgs/development/libraries/libdiscid/default.nix
M pkgs/development/libraries/libdvdread/default.nix
M pkgs/development/libraries/libfm/default.nix
M pkgs/development/libraries/libgtop/default.nix
M pkgs/development/libraries/libinfinity/default.nix
M pkgs/development/libraries/liblo/default.nix
M pkgs/development/libraries/menu-cache/default.nix
M pkgs/development/libraries/opencv/default.nix
M pkgs/development/libraries/qtstyleplugins/default.nix
M pkgs/development/libraries/qtwebkit-plugins/default.nix
M pkgs/development/libraries/qwt/6_qt4.nix
M pkgs/development/libraries/zimg/default.nix
M pkgs/development/node-packages/README.md
A pkgs/development/python-modules/pyspread/default.nix
M pkgs/development/python-modules/wxPython/3.0.nix
M pkgs/development/ruby-modules/bundix/default.nix
M pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
M pkgs/development/tools/continuous-integration/gitlab-runner/v1.nix
M pkgs/development/tools/parsing/antlr/3.4.nix
M pkgs/games/mudlet/libs.patch
M pkgs/misc/emulators/wine/sources.nix
M pkgs/misc/vim-plugins/default.nix
M 

[Nix-commits] [NixOS/nixpkgs] 927328: swift: 3.1 -> 3.1.1

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 927328635344481702a98abd4995a0911e3bb530
  
https://github.com/NixOS/nixpkgs/commit/927328635344481702a98abd4995a0911e3bb530
  Author: Will Dietz 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

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

  Log Message:
  ---
  swift: 3.1 -> 3.1.1


  Commit: 7900a0162a2c4e81f0cb8cd7a2e6194250e37cb4
  
https://github.com/NixOS/nixpkgs/commit/7900a0162a2c4e81f0cb8cd7a2e6194250e37cb4
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25088 from dtzWill/update/swift-3.1.1

swift: 3.1 -> 3.1.1


Compare: https://github.com/NixOS/nixpkgs/compare/833cae0113ba...7900a0162a2c___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 0b8017: imlib2: 1.4.9 -> 1.4.10

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 0b80179b033d9c69a9a968b1a609eb3d7ce0e1ce
  
https://github.com/NixOS/nixpkgs/commit/0b80179b033d9c69a9a968b1a609eb3d7ce0e1ce
  Author: romildo 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

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

  Log Message:
  ---
  imlib2: 1.4.9 -> 1.4.10


  Commit: 833cae0113ba93a64d4fab0d0cef6d694ad10eb9
  
https://github.com/NixOS/nixpkgs/commit/833cae0113ba93a64d4fab0d0cef6d694ad10eb9
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25085 from romildo/upd.imlib2

imlib2: 1.4.9 -> 1.4.10


Compare: https://github.com/NixOS/nixpkgs/compare/619039c04af4...833cae0113ba___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] 9e83dd: rainbowstream: 1.3.6 -> 1.3.7

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9e83dddfccf98de47fb676d71ec5fed17a551b44
  
https://github.com/NixOS/nixpkgs/commit/9e83dddfccf98de47fb676d71ec5fed17a551b44
  Author: Eric Sagnes 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

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

  Log Message:
  ---
  rainbowstream: 1.3.6 -> 1.3.7


  Commit: ee7ec319dd26cc0d53cbc8f3e5c64320e49f33da
  
https://github.com/NixOS/nixpkgs/commit/ee7ec319dd26cc0d53cbc8f3e5c64320e49f33da
  Author: Eric Sagnes 
  Date:   2017-04-21 (Fri, 21 Apr 2017)

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

  Log Message:
  ---
  rainbowstream: add top-level attribute


  Commit: 619039c04af4639d439ce53d704c89d88382c61c
  
https://github.com/NixOS/nixpkgs/commit/619039c04af4639d439ce53d704c89d88382c61c
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25078 from ericsagnes/pkg-update/rainbowstream

rainbowstream 1.3.6 -> 1.3.7 & top-level attribute


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


[Nix-commits] [NixOS/nixpkgs] 3b7395: platforms: add scaleway-c1 (armv7 sans NEON)

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3b7395683c6c2d58432c6a3a383f24b511eb
  
https://github.com/NixOS/nixpkgs/commit/3b7395683c6c2d58432c6a3a383f24b511eb
  Author: Eric Litak 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M lib/systems/platforms.nix
M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  ---
  platforms: add scaleway-c1 (armv7 sans NEON)


  Commit: c3eca1f8dc19b27a6c0b55f24f5ac9baab395221
  
https://github.com/NixOS/nixpkgs/commit/c3eca1f8dc19b27a6c0b55f24f5ac9baab395221
  Author: Eric Litak 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M lib/systems/platforms.nix
M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix

  Log Message:
  ---
  platforms: add pogoplug4 (armv5tel softfloat)


  Commit: 127347f1fd6995ea8b85c27deb53aff0755d9ca8
  
https://github.com/NixOS/nixpkgs/commit/127347f1fd6995ea8b85c27deb53aff0755d9ca8
  Author: Eric Litak 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M lib/systems/platforms.nix
M pkgs/misc/uboot/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  platforms: add CompuLab Utilite (armv7)


  Commit: bcbafdefc453e2c9320614e1580fa577a0b0325b
  
https://github.com/NixOS/nixpkgs/commit/bcbafdefc453e2c9320614e1580fa577a0b0325b
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M lib/systems/platforms.nix
M pkgs/misc/uboot/default.nix
M pkgs/stdenv/linux/make-bootstrap-tools-cross.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25035 from elitak/cross-staging

Add some ARM platforms


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


[Nix-commits] [NixOS/nixpkgs] 70a5b5: doit: init at 0.30.3

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 70a5b53a2713341e20bf33319f736ebfaf57a19d
  
https://github.com/NixOS/nixpkgs/commit/70a5b53a2713341e20bf33319f736ebfaf57a19d
  Author: Ricardo M. Correia 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
A pkgs/development/tools/build-managers/doit/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  doit: init at 0.30.3

doit is a task management & automation tool.


  Commit: d8b2641b58273bcf62d465a202ba538ad5e7b162
  
https://github.com/NixOS/nixpkgs/commit/d8b2641b58273bcf62d465a202ba538ad5e7b162
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/development/tools/build-managers/doit/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #25029 from wizeman/u/new-doit

doit: init at 0.30.3


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


[Nix-commits] [NixOS/nixpkgs] 6bcb0e: pydot: 1.0.2 -> 1.2.3

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6bcb0ee95320fe34179f410d1f1dec669bfafa92
  
https://github.com/NixOS/nixpkgs/commit/6bcb0ee95320fe34179f410d1f1dec669bfafa92
  Author: Armijn Hemel 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

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

  Log Message:
  ---
  pydot: 1.0.2 -> 1.2.3


  Commit: 8295ecfa7989939cbedb8d19dae1c6f28c06dfaa
  
https://github.com/NixOS/nixpkgs/commit/8295ecfa7989939cbedb8d19dae1c6f28c06dfaa
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25027 from armijnhemel/pydot

pydot: 1.0.2 -> 1.2.3


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


[Nix-commits] [NixOS/nixpkgs] 29d981: dkimpy: init -> 0.6.1

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 29d9814e40312999cec7bef4470d7f0983afc8db
  
https://github.com/NixOS/nixpkgs/commit/29d9814e40312999cec7bef4470d7f0983afc8db
  Author: Michiel Leenaars 
  Date:   2017-04-20 (Thu, 20 Apr 2017)

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

  Log Message:
  ---
  dkimpy: init -> 0.6.1


  Commit: d767b6bfbd033bab4850959cf8d7196eb5a5f83f
  
https://github.com/NixOS/nixpkgs/commit/d767b6bfbd033bab4850959cf8d7196eb5a5f83f
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25021 from leenaars/dkimpy

pythonPackages.dkimpy: init -> 0.6.1


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


[Nix-commits] [NixOS/nixpkgs] 725b84: znapzend service: fix reload

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 725b84be18907fb3c4ab00f3a0394c774d8ab67f
  
https://github.com/NixOS/nixpkgs/commit/725b84be18907fb3c4ab00f3a0394c774d8ab67f
  Author: Robin Stumm 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M nixos/modules/services/backup/znapzend.nix

  Log Message:
  ---
  znapzend service: fix reload


  Commit: 8174b447a2a4e515990dbf567ca53348977f2fb0
  
https://github.com/NixOS/nixpkgs/commit/8174b447a2a4e515990dbf567ca53348977f2fb0
  Author: Jörg Thalheim 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M nixos/modules/services/backup/znapzend.nix

  Log Message:
  ---
  znapsend: do not spawn a shell in the service


  Commit: b28e2788e2be1466112a06e7c012ac2362f96614
  
https://github.com/NixOS/nixpkgs/commit/b28e2788e2be1466112a06e7c012ac2362f96614
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/services/backup/znapzend.nix

  Log Message:
  ---
  Merge pull request #25009 from dermetfan/fix-znapzend-service

znapzend service: fix reload


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


[Nix-commits] [NixOS/nixpkgs] 86b853: efibootmgr: 13 -> 15

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 86b853e2750fbb6a03290ee0cf5c108f7b0cc4a9
  
https://github.com/NixOS/nixpkgs/commit/86b853e2750fbb6a03290ee0cf5c108f7b0cc4a9
  Author: romildo 
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
M pkgs/tools/system/efibootmgr/default.nix

  Log Message:
  ---
  efibootmgr: 13 -> 15

- Update to efibootmgr 15
- Add dependency on pkgconfig (listed as required in INSTALL)
- Remove dependency on perl, pciutils and zlib
- Set EFIDIR to 'nixos' (the same used in fwupdate)
- Update homepage


  Commit: 5ef193446e9134992943d3b0d8fd450900323ce9
  
https://github.com/NixOS/nixpkgs/commit/5ef193446e9134992943d3b0d8fd450900323ce9
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/tools/system/efibootmgr/default.nix

  Log Message:
  ---
  Merge pull request #24997 from romildo/upd.efibootmgr

efibootmgr: 13 -> 15


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


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

2017-05-01 Thread regiv...@gmail.com

For cautious users, there might be the message:

"dc is not installed. Do you want to install it? Yes / no "

But in practice, typos are rarely problematic.

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


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

2017-05-01 Thread regiv...@gmail.com
I think it's really a very interesting feature! A user no longer needs 
to install their programs: nix installs them in his place when he needs 
them. This option could be highlighted in the NixOS presentation.

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


[Nix-commits] [NixOS/nixpkgs] 1376c6: pythonPackages.almir: make sqlalchemy8 private to ...

2017-05-01 Thread Frederik Rietdijk
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1376c661a9487f58ac0a8ceac339aebb86ab3452
  
https://github.com/NixOS/nixpkgs/commit/1376c661a9487f58ac0a8ceac339aebb86ab3452
  Author: Frederik Rietdijk 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  pythonPackages.almir: make sqlalchemy8 private to almir

because this is the only package that is using it.


  Commit: da73ab3cac75ae0f64542d08fdf8efb23f5d070b
  
https://github.com/NixOS/nixpkgs/commit/da73ab3cac75ae0f64542d08fdf8efb23f5d070b
  Author: Frederik Rietdijk 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  pythonPackages.pyramid_beaker: not broken


  Commit: 08e484c44483dd5e880a0593f2f0dc8824da6725
  
https://github.com/NixOS/nixpkgs/commit/08e484c44483dd5e880a0593f2f0dc8824da6725
  Author: Frederik Rietdijk 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  pythonPackages.mysql_connector_repackaged: disable on 3.x


Compare: https://github.com/NixOS/nixpkgs/compare/98a36b284758...08e484c44483___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


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

2017-05-01 Thread Sergiu Ivanov

Hello,

Thus quoth  regiv...@gmail.com  at 09:55 on Mon, May 01 2017:
>
> If you enter a command, you want to run it.
>
> If the corresponding program is not installed, the command is a symbolic
> link to a script that says:
>
> _ download the program and its dependencies,
> _ install it,
> _ run it.
>
> The speed of installation and execution is optimal because the script
> already knows what to download and install.

What about executables provided by multiple packages?

What about typos?  I sometimes type dc (calculator) instead of cd, but I
don't have nor want to have dc on my machine.

What about a script myScript I wrote which happens to have the same name
as an executable provided by a package, and which I erroneously tried to
run using myScript directly, instead of typing ./myScript?

Note that typing commands in a local command line is a use case quite
different from typing URLs in a browser: the commands are way shorter
and the risk of confusion is much higher.

--
Sergiu


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] c5c045: xserver: check that selected layout exists

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c5c0459a60c1e64afc66c3b76434b88961d67abb
  
https://github.com/NixOS/nixpkgs/commit/c5c0459a60c1e64afc66c3b76434b88961d67abb
  Author: Linus Heckemann 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  xserver: check that selected layout exists

Fixes #5638


  Commit: 79872b9e39edb2f1183105f027ecedf76e6e08ff
  
https://github.com/NixOS/nixpkgs/commit/79872b9e39edb2f1183105f027ecedf76e6e08ff
  Author: Linus Heckemann 
  Date:   2017-03-23 (Thu, 23 Mar 2017)

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

  Log Message:
  ---
  Document possibility of multiple keyboard layouts

In services.xserver.layout


  Commit: 98a36b284758146d69ad76eb4b2b88b5568512a1
  
https://github.com/NixOS/nixpkgs/commit/98a36b284758146d69ad76eb4b2b88b5568512a1
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #23709 from lheckemann/xserver-layout-existence

xserver: check that selected layout exists


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


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

2017-05-01 Thread Bjørn Forsman
On 1 May 2017 at 12:05, Eelco Dolstra  wrote:
> Hi,
>
> On 05/01/2017 11:55 AM, regiv...@gmail.com wrote:
>
>> If you enter a command, you want to run it.
>>
>> If the corresponding program is not installed, the command is a symbolic 
>> link to
>> a script that says:
>>
>> _ download the program and its dependencies,
>> _ install it,
>> _ run it.
>
> On NixOS, you can already do something like that by setting $NIX_AUTO_RUN to 
> 1.
>
> E.g.
>
> $ export NIX_AUTO_RUN=1

Follow up:

NIX_AUTO_RUN=1 means the program will be run via nix-shell. (The
grabage collector may remove it on the next GC run.)

NIX_AUTO_INSTALL=1 means the program will be installed with nix-env
and then run from your normal shell. (It won't be automatically
garbage collected.)

Best regards,
Bjørn Forsman
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] still waiting for https://cache.nixos.org after 5 seconds...

2017-05-01 Thread Eelco Dolstra
Hi,

On 04/21/2017 06:49 PM, Denis wrote:

> BTW, if you (the guys who control "cache.nixos.org") have a dedicated
> IP address, could you set up the webserver to ignore "Host" header?

cache.nixos.org is hosted on CloudFront, so it's already a CDN. And CloudFront
presumably requires Host.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


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

2017-05-01 Thread Eelco Dolstra
Hi,

On 05/01/2017 11:55 AM, regiv...@gmail.com wrote:

> If you enter a command, you want to run it.
> 
> If the corresponding program is not installed, the command is a symbolic link 
> to
> a script that says:
> 
> _ download the program and its dependencies,
> _ install it,
> _ run it.

On NixOS, you can already do something like that by setting $NIX_AUTO_RUN to 1.

E.g.

$ export NIX_AUTO_RUN=1

$ gphoto2 --version
these paths will be fetched (1.44 MiB download, 8.20 MiB unpacked):
  /nix/store/3a7xm6l9ysvf6igk9g9nsc0w9kxpscb0-libgphoto2-2.5.12
  /nix/store/7fhspkpiylqi4lifqn6k2lvjhkw1llsv-gphoto2-2.5.8
...
gphoto2 2.5.8

This only works if the programs database
/nix/var/nix/profiles/per-user/root/channels/nixos/programs.sqlite exists. Also
it doesn't work if a command has multiple alternatives.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 12f52d: buildGoPackage: fix preFixup failing

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 12f52d234e40f7302c0aa41c737cfa5c18053cca
  
https://github.com/NixOS/nixpkgs/commit/12f52d234e40f7302c0aa41c737cfa5c18053cca
  Author: snyh 
  Date:   2017-04-16 (Sun, 16 Apr 2017)

  Changed paths:
M pkgs/development/go-modules/generic/default.nix

  Log Message:
  ---
  buildGoPackage: fix preFixup failing

The preFixup is always failed if the target package hasn't any
binary output.


  Commit: e7fd6d27e2696f20a89e01d70d521ba55a2b89cb
  
https://github.com/NixOS/nixpkgs/commit/e7fd6d27e2696f20a89e01d70d521ba55a2b89cb
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/go-modules/generic/default.nix

  Log Message:
  ---
  Merge pull request #24942 from snyh/go-modules

buildGoPackage: fix preFixup failing


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


[Nix-commits] [NixOS/nixpkgs] d9c59f: xlockmore: 5.51 -> 5.53

2017-05-01 Thread Pascal Wittmann
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d9c59f099a3007add1a7362e717758d0c9cc150c
  
https://github.com/NixOS/nixpkgs/commit/d9c59f099a3007add1a7362e717758d0c9cc150c
  Author: Pascal Wittmann 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/misc/screensavers/xlockmore/default.nix

  Log Message:
  ---
  xlockmore: 5.51 -> 5.53


  Commit: 033741aef8a4f67f34641238420ca948a76c91e1
  
https://github.com/NixOS/nixpkgs/commit/033741aef8a4f67f34641238420ca948a76c91e1
  Author: Pascal Wittmann 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  ocrad: 0.25 -> 0.26


  Commit: c133bf6a796bcd0b13de7698ff6eb06015ae867e
  
https://github.com/NixOS/nixpkgs/commit/c133bf6a796bcd0b13de7698ff6eb06015ae867e
  Author: Pascal Wittmann 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  nzbget: 18.0 -> 18.1


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


[Nix-commits] [NixOS/nixpkgs] 9961d9: rust-bindgen: 0.22.1 -> 0.23.0

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9961d94d9e5c853f7b2a4e5e69d4c43753e0b8fb
  
https://github.com/NixOS/nixpkgs/commit/9961d94d9e5c853f7b2a4e5e69d4c43753e0b8fb
  Author: Will Dietz 
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  Changed paths:
M pkgs/development/tools/rust/bindgen/default.nix

  Log Message:
  ---
  rust-bindgen: 0.22.1 -> 0.23.0


  Commit: 9a857999e5ee57b06b264eb04b281390ceb584b4
  
https://github.com/NixOS/nixpkgs/commit/9a857999e5ee57b06b264eb04b281390ceb584b4
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M pkgs/development/tools/rust/bindgen/default.nix

  Log Message:
  ---
  Merge pull request #24939 from dtzWill/update/rust-bindgen-0.23.0

rust-bindgen: 0.22.1 -> 0.23.0


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


[Nix-commits] [NixOS/nixpkgs] 3af491: libgme: init at 0.6.1

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 3af491fb663c0d7c9ccb4ac085ef827573e683d2
  
https://github.com/NixOS/nixpkgs/commit/3af491fb663c0d7c9ccb4ac085ef827573e683d2
  Author: Linus Heckemann 
  Date:   2017-04-13 (Thu, 13 Apr 2017)

  Changed paths:
A pkgs/development/libraries/audio/libgme/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  libgme: init at 0.6.1


  Commit: fe7bec1f082226cd6ac8cc9daf0c0ec401b63d29
  
https://github.com/NixOS/nixpkgs/commit/fe7bec1f082226cd6ac8cc9daf0c0ec401b63d29
  Author: Linus Heckemann 
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
M pkgs/development/libraries/audio/libgme/default.nix
M pkgs/development/libraries/gstreamer/bad/default.nix

  Log Message:
  ---
  gst-plugins-bad: add libgme


  Commit: 3a548b8fef6ebcdd77a65a7f731b6977d7afa00b
  
https://github.com/NixOS/nixpkgs/commit/3a548b8fef6ebcdd77a65a7f731b6977d7afa00b
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/development/libraries/audio/libgme/default.nix
M pkgs/development/libraries/gstreamer/bad/default.nix
M pkgs/top-level/all-packages.nix

  Log Message:
  ---
  Merge pull request #24872 from lheckemann/libgme

Add libgme


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


[Nix-commits] [NixOS/nixpkgs] a2fb1e: acme: Add "domain" option to separate domain from ...

2017-05-01 Thread Michael Raskin
  Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: a2fb1ef1e97494ecee6a4121100b6e3659d726f8
  
https://github.com/NixOS/nixpkgs/commit/a2fb1ef1e97494ecee6a4121100b6e3659d726f8
  Author: edanaher 
  Date:   2017-04-12 (Wed, 12 Apr 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  acme: Add "domain" option to separate domain from name

Fixes #24731.

(cherry picked from commit e3559c23c2c0c721627b60dae34c6de1ab685570)
This is useful on servers like mine, which often prefer to stay on stable
releases.  Since there's no impact if you're not using the new option, this
should be safe to pull in.


  Commit: 5ab1994500ab080daae33dfb118f530f92c9c826
  
https://github.com/NixOS/nixpkgs/commit/5ab1994500ab080daae33dfb118f530f92c9c826
  Author: Michael Raskin <7c6f4...@mail.ru>
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
M nixos/modules/security/acme.nix

  Log Message:
  ---
  Merge pull request #24854 from edanaher/add-acme-domain

acme: Add "domain" option to separate domain from name


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


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

2017-05-01 Thread regiv...@gmail.com

Hello!

If you enter a command, you want to run it.

If the corresponding program is not installed, the command is a symbolic 
link to a script that says:


_ download the program and its dependencies,
_ install it,
_ run it.

The speed of installation and execution is optimal because the script 
already knows what to download and install.


This comes close to how web applications are downloaded and executed. To 
run a web application, you enter its URL in the address bar and the 
browser automatically takes care of downloading it, installing it in the 
cache and running it. This system should also exist for local programs.

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


[Nix-commits] [NixOS/nixpkgs] f67f3a: perlPackages.FileSlurp: silence perl 5.24.1 warnin...

2017-05-01 Thread Jörg Thalheim
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: f67f3acc0a48c733c5f7b1960d8b45a5fe2c342d
  
https://github.com/NixOS/nixpkgs/commit/f67f3acc0a48c733c5f7b1960d8b45a5fe2c342d
  Author: Jörg Thalheim 
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
A pkgs/development/perl-modules/File-Slurp/silence-deprecation.patch
M pkgs/top-level/perl-packages.nix

  Log Message:
  ---
  perlPackages.FileSlurp: silence perl 5.24.1 warnings

this silence annoying warnings happens in nixos-rebuild

activating the configuration...
setting up /etc...
syswrite() is deprecated on :utf8 handles at 
/nix/store/d51apm4c8mr5hiwh134vdkzgivf4hrl7-perl-File-Slurp-.19/lib/perl5/site_perl/5.24.1/File/Slurp.pm
 line 506.
syswrite() is deprecated on :utf8 handles at 
/nix/store/d51apm4c8mr5hiwh134vdkzgivf4hrl7-perl-File-Slurp-.19/lib/perl5/site_perl/5.24.1/File/Slurp.pm
 line 506.
...
syswrite() is deprecated on :utf8 handles at 
/nix/store/d51apm4c8mr5hiwh134vdkzgivf4hrl7-perl-File-Slurp-.19/lib/perl5/site_perl/5.24.1/File/Slurp.pm
 line 506.
setting up tmpfiles


  Commit: 8b5c1ec4405593505c279116fd003e4e87067637
  
https://github.com/NixOS/nixpkgs/commit/8b5c1ec4405593505c279116fd003e4e87067637
  Author: Jörg Thalheim 
  Date:   2017-05-01 (Mon, 01 May 2017)

  Changed paths:
A pkgs/development/perl-modules/File-Slurp/silence-deprecation.patch
M pkgs/top-level/perl-packages.nix

  Log Message:
  ---
  Merge pull request #25283 from Mic92/file-slurp

perlPackages.FileSlurp: silence perl 5.24.1 warnings


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


Re: [Nix-dev] still waiting for https://cache.nixos.org after 5 seconds...

2017-05-01 Thread Denis
BTW, if you (the guys who control "cache.nixos.org") have a dedicated
IP address, could you set up the webserver to ignore "Host" header?

Then I (or anyone) could set up "cache-nixos.mydomain.com" on
Cloudflare pointing to that IP and thus get CDN, faster downloads and
less load to your server.

It is not possible now because with this setup, your server will
receive "cache-nixos.mydomain.com" in "Host" header instead of
"cache.nixos.org"

On 4/21/17, Azul  wrote:
> If you have a local proxy you can save yourself a lot of bandwidth (and
> nixos.org too) by setting your cache URL to http://
>
>
>
> On Apr 20, 2017 10:24 PM, "Daniel Peebles"  wrote:
>
>> It's all just AWS CloudFront. Sometimes there are hiccups in their
>> service, but it's not really anything we have control over.
>>
>> On Thu, Apr 20, 2017 at 5:20 PM, Profpatsch  wrote:
>>
>>> I have the feeling the nixos caches are getting
>>> less and less responsive lately.
>>> Often the times are 15s+, and I checked
>>> that my local connection is not the reason.
>>>
>>> Are there reasons for this?
>>>
>>> --
>>> Proudly written in Mutt with Vim on NixOS.
>>> Q: Why is this email five sentences or less?
>>> A: http://five.sentenc.es
>>> May take up to five days to read your message. If it’s urgent, call me.
>>> ___
>>> nix-dev mailing list
>>> nix-dev@lists.science.uu.nl
>>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>>
>>
>>
>> ___
>> nix-dev mailing list
>> nix-dev@lists.science.uu.nl
>> https://mailman.science.uu.nl/mailman/listinfo/nix-dev
>>
>>
>
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-dev


[Nix-commits] [NixOS/nixpkgs] 24d900: libmicrohttpd: 0.9.52 -> 0.9.53

2017-05-01 Thread Eelco Dolstra
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 24d900d757dd403a4f766874f8c5fea803db5bd1
  
https://github.com/NixOS/nixpkgs/commit/24d900d757dd403a4f766874f8c5fea803db5bd1
  Author: Armijn Hemel 
  Date:   2017-04-30 (Sun, 30 Apr 2017)

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

  Log Message:
  ---
  libmicrohttpd: 0.9.52 -> 0.9.53


  Commit: 31c606607b2ce1c0a3ae916a4a2c0c90c41d859f
  
https://github.com/NixOS/nixpkgs/commit/31c606607b2ce1c0a3ae916a4a2c0c90c41d859f
  Author: Eelco Dolstra 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge pull request #25357 from armijnhemel/libmicrohttpd

libmicrohttpd: 0.9.52 -> 0.9.53


Compare: https://github.com/NixOS/nixpkgs/compare/429c3ab9811b...31c606607b2c___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits


[Nix-commits] [NixOS/nixpkgs] aab5e5: thunderbird-bin: 52.0.1 -> 52.1.0

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

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

  Log Message:
  ---
  thunderbird-bin: 52.0.1 -> 52.1.0


  Commit: ef430f029830b4e44f75d6eb3ef3ca2f5d064472
  
https://github.com/NixOS/nixpkgs/commit/ef430f029830b4e44f75d6eb3ef3ca2f5d064472
  Author: taku0 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  thunderbird: 52.0.1 -> 52.1.0


  Commit: 429c3ab9811bf5a21be6239b6b69241400f98cdc
  
https://github.com/NixOS/nixpkgs/commit/429c3ab9811bf5a21be6239b6b69241400f98cdc
  Author: Vladimír Čunát 
  Date:   2017-05-01 (Mon, 01 May 2017)

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

  Log Message:
  ---
  Merge #25372: thunderbird*: 52.0.1 -> 52.1.0


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


  1   2   >