Commit graph

67990 commits

Author SHA1 Message Date
Franz Pletz
354a1935d3 linux_3_12: 3.12.54 -> 3.12.55 2016-03-05 21:50:03 +01:00
Franz Pletz
5b8361c118 linux_3_10: 3.10.97 -> 3.10.99 2016-03-05 21:50:03 +01:00
Arseniy Seroka
0bc02af900 Merge pull request #13693 from zimbatm/darcs-to-git-2015-06-04
gitAndTools.darcsToGit: 0.2git -> 2015-06-04
2016-03-05 22:32:16 +03:00
joachifm
ee8d210828 Merge pull request #13528 from bendlas/init-pixie
pixie: init at 0-1333
2016-03-05 19:30:49 +00:00
zimbatm
b122a98827 Merge pull request #13692 from mboes/keyfuzz
keyfuzz: init at 0.2.
2016-03-05 19:05:03 +00:00
zimbatm
47c2411d00 rubyripper: fix installation 2016-03-05 18:49:13 +00:00
zimbatm
75d7692ab3 gitAndTools.darcsToGit: 0.2git -> 2015-06-04
Fixes error where ruby 2.0+ doesn't have iconv anymore.

    `require': cannot load such file -- iconv (LoadError)
2016-03-05 18:45:39 +00:00
Mathieu Boespflug
73878e1c10 keyfuzz: init at 0.2. 2016-03-05 19:41:33 +01:00
zimbatm
2d69f50e0b Merge pull request #13675 from zimbatm/less-rubies
ruby: only keep the latest tiny per major.minor
2016-03-05 18:35:19 +00:00
Joachim Fasting
757a1f7fe9 cppcheck: 1.69 -> 1.72
Also add myself to the list of maintainers
2016-03-05 19:09:02 +01:00
Joachim Fasting
1ff8a6b6c4 electrum: 2.5.4 -> 2.6.1 2016-03-05 19:09:02 +01:00
Christoph Hrdinka
4e8853ca8d Merge pull request #13544 from leenaars/vapor
vapor: init at 0.2.3
2016-03-05 18:36:58 +01:00
Michiel Leenaars
af35cd2513 vapor: init at 0.2.3 2016-03-05 17:59:30 +01:00
Frederik Rietdijk
36506df7fe Merge pull request #13448 from lancelotsix/use_recent_sqlalchemy_as_default
pythonPackages.sqlalchemy: follows upstream, use "sqlalchemy7" for lecagy
2016-03-05 11:07:50 -05:00
Nikolay Amiantov
0865d19ccd haskellPackages.Agda: use older unordered-containers to fix build
Fixes #13594.
2016-03-05 17:58:48 +03:00
AndersonTorres
af85404412 Cutegram: add qtimageformats (for sticker support)
This commit adds preliminary sticker support for Cutegram.
2016-03-05 11:41:39 -03:00
joachifm
60046c64b4 Merge pull request #13687 from 4z3/master
exim: 4.86 -> 4.86.2
2016-03-05 13:38:45 +00:00
joachifm
932b47ff52 Merge pull request #12752 from simonvandel/hunspellWithDicts
Hunspell: add wrapper to include dictionaries
2016-03-05 13:26:43 +00:00
joachifm
02327d3a44 Merge pull request #13431 from igsha/i3pystatus
i3pystatus: 3.33 -> 3.34
2016-03-05 13:12:10 +00:00
Brian McKenna
b1096d0811 elpa-packages 2016-03-06 2016-03-06 00:03:26 +11:00
Christoph Hrdinka
c5f4000040 Merge pull request #13539 from leenaars/orthorobot
orthorobot: init at 1.0
2016-03-05 13:42:21 +01:00
joachifm
bcafef2df4 Merge pull request #13681 from matthiasbeyer/add-tasksh
tasksh: init at 1.0.0
2016-03-05 12:11:40 +00:00
joachifm
5eb0613634 Merge pull request #13678 from therealpxc/ds4drv
ds4drv: init at 0.5.0
2016-03-05 12:11:28 +00:00
Michiel Leenaars
390effeb6e orthorobot: init at unversioned 2016-03-05 12:59:37 +01:00
Tuomas Tynkkynen
8b8369373b Merge pull request #13683 from aneeshusa/use-yacc-to-generate-as31-parser
as31: use yacc to generate parser.c file
2016-03-05 13:03:07 +02:00
Tuomas Tynkkynen
676019bd85 utillinux: Restore utillinuxCurses alias
This got removed by eead3bc536. Reintroduce the alias to avoid
breaking users' configurations.
2016-03-05 12:34:26 +02:00
tv
fdf22fb5bb exim: 4.86 -> 4.86.2 2016-03-05 11:26:33 +01:00
Nikolay Amiantov
9e9a2f1096 unrar: 5.3.9 -> 5.3.11
Also build shared library.
2016-03-05 09:34:33 +03:00
Aneesh Agrawal
3b5ff2761c as31: use yacc to generate parser.c file
The source includes a generated parser.c file which is out of date and
causes errors on x86_64 in certain cases. Delete this file so that make
will use yacc to generate a correct parser.c file.

Change taken from comments at https://aur.archlinux.org/packages/as31/.
2016-03-04 21:54:24 -05:00
Benjamin Staffin
560c3bb9a9 Merge pull request #13578 from Baughn/prometheus
Prometheus: Misc updates
2016-03-04 18:25:33 -08:00
aszlig
c3d82f0fbf
chromium/updater: Fix eval error on stdenv.is32bit
There is no stdenv.is32bit, so let's just use !stdenv.is64bit.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-05 03:16:26 +01:00
aszlig
8d5accb691
chromium/updater: Fix getting latest versions
Comparing the current version with the version in sources list and
accidentally swapping the version arguments isn't going to get very far
because every new version that will come up will then be treated as "we
already have that version".

So we're now using versionOlder and also a check whether the version is
the *same* as the one in sources.nix.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-05 02:55:00 +01:00
Patrick Callahan
9c10e2933a ds4drv: init at 0.5.0 2016-03-04 17:59:38 -07:00
Matthew Bauer
864ec69c84 qemu: compile with cocoa for darwin support
This uses the --enable-cocoa flag in qemu to build in Darwin.
2016-03-04 17:45:34 -06:00
Matthew Bauer
a1363ef02d fluidsynth: fix build errors in darwin builds
Build inputs were not being passed in properly.
2016-03-04 17:44:44 -06:00
Svein Ove Aas
c1fb541421 prometheus-node-exporter: Bump to 0.11.0 2016-03-04 23:10:53 +00:00
Svein Ove Aas
9ccb248e49 prometheus-alertmanager: Bump to 0.1.0 2016-03-04 23:10:45 +00:00
Svein Ove Aas
36fbab1374 prometheus: Bump to 0.17.0 2016-03-04 23:04:05 +00:00
joachifm
b0f70e2ebb Merge pull request #10863 from aboseley/spice-vdagent
spice-vdagentd service : init at version 0.16.0
2016-03-04 22:14:22 +00:00
Peter Simons
288d01fe2b stellarium: update to 0.14.2
This patch also fixes https://github.com/NixOS/nixpkgs/issues/13582.
2016-03-04 23:05:48 +01:00
Adam Boseley
5b83791207 spice-vdagentd service : initial at 0.16.0 2016-03-05 07:56:47 +10:00
Peter Simons
798a14d22c haskell-generic-stack-builder: strip trailing whitespace 2016-03-04 22:18:08 +01:00
Peter Simons
86d0a9c420 haskell.lib: fix use of callPackage 2016-03-04 22:17:53 +01:00
Peter Simons
f103e0ac03 Add LTS Haskell version 5.5. 2016-03-04 22:11:25 +01:00
Peter Simons
0cf589e072 python-packages.nix: fix Emacs syntax highlighting (cosmetic) 2016-03-04 22:10:18 +01:00
Frederik Rietdijk
f355b39943 Merge pull request #13616 from kevinmarsh/master
Django: minor security update (to 1.9.3 and 1.8.10)
2016-03-04 16:00:02 -05:00
Matthias Beyer
abea96a28d tasksh: init at 1.0.0 2016-03-04 21:59:01 +01:00
Mathieu Boespflug
7fedb7c992 Move buildStackProject to haskell.lib. 2016-03-04 21:24:42 +01:00
Mathieu Boespflug
ff9cba94f6 haskell: Rename file where buildStackProject is defined. 2016-03-04 21:18:14 +01:00
Mathieu Boespflug
be63be9d04 haskell: add buildStackProject.
For building environments for Stack projects.
2016-03-04 21:18:14 +01:00
Arseniy Seroka
247e248a46 Merge pull request #13679 from grahamc/wireshark
wireshark: 2.0.0 -> 2.0.2 for multiple CVEs:…
2016-03-04 23:06:37 +03:00
Arseniy Seroka
8f50155476 Merge pull request #13664 from tomberek/minecraft-server-update
minecraft-server: 1.8.8 -> 1.9
2016-03-04 23:05:48 +03:00
Graham Christensen
ca6108a2a1 wireshark: 2.0.0 -> 2.0.2 for: CVE-2016-2521 CVE-2016-2522 CVE-2016-2523 CVE-2016-2524 CVE-2016-2525 CVE-2016-2526 CVE-2016-2527 CVE-2016-2528 CVE-2016-2529 CVE-2016-2531 CVE-2016-2532 2016-03-04 13:31:31 -06:00
joachifm
a917e3dcf6 Merge pull request #13615 from mbakke/libsodium-1.0.8
libsodium: 1.0.6 -> 1.0.8
2016-03-04 16:34:53 +00:00
joachifm
66c95e4bf0 Merge pull request #13677 from romildo/update.openbox-menu
openbox-menu: 0.5.1 -> 0.8.0
2016-03-04 16:16:24 +00:00
Michael Raskin
24bbb9718f Merge pull request #8021 from magnetophon/lv2bm-master
lv2bm init at git-2015-04-10
2016-03-04 15:59:22 +00:00
Michael Raskin
708c6094c5 nginx, nginxUnstable: hardening: only use when the compiler is gcc 2016-03-04 16:57:47 +01:00
Michael Raskin
7b9684a5b5 nginx, nginxUnstable: enable hardening. Flags as recommended by @arno01 (Andrey Arapov) in #7190 2016-03-04 16:54:37 +01:00
José Romildo Malaquias
5226ecf767 openbox-menu: 0.5.1 -> 0.8.0 2016-03-04 12:42:28 -03:00
joachifm
ce9e2012af Merge pull request #13674 from zimbatm/sonic-pi-2.9.0
sonic-pi: 2.8.0 -> 2.9.0
2016-03-04 15:34:43 +00:00
joachifm
ff738bc48b Merge pull request #13669 from romildo/new.font-manager
font-manager: init at git-2016-03-02
2016-03-04 15:30:24 +00:00
Michael Raskin
67493da97f Merge pull request #13654 from Profpatsch/libreoffice-kde
libreoffice: disable kdeIntegration
2016-03-04 15:06:50 +00:00
zimbatm
4bc516aa54 sonic-pi: 2.8.0 -> 2.9.0
Fixes compilation and path issues. The executable still segfaults after boot
though.
2016-03-04 14:44:07 +00:00
zimbatm
7c4c151a94 ruby: only keep the latest tiny per major.minor
Tiny versions are just for bug-fixes and should be upgraded. I think that the
list has grown a bit too much organically and should be trimmed.
2016-03-04 14:24:37 +00:00
Robin Gloster
e2372a4183 ceph: fix for zip timestamps 2016-03-04 14:15:59 +00:00
Emery
d07d94b97c amtterm: initial package at 1.4
https://www.kraxel.org/cgit/amtterm/
2016-03-04 14:47:47 +01:00
joachifm
2bf5629618 Merge pull request #10139 from mstrm/clamav
clamav: Use freshclam.conf defined by clamav-updater module if enabled
2016-03-04 11:59:49 +00:00
Nikolay Amiantov
630ab80bd4 deadbeef: 1.6.2 -> 1.7.0 2016-03-04 14:58:58 +03:00
Nikolay Amiantov
1e51364dd5 spin: 6.4.3 -> 6.4.5 2016-03-04 14:46:46 +03:00
Nikolay Amiantov
2f07ae9136 steamPackages.steam-runtime: 2016-02-18 -> 2016-03-03 2016-03-04 14:46:46 +03:00
Nikolay Amiantov
364423f38c ejabberd: 16.01 -> 16.02 2016-03-04 14:46:45 +03:00
Nikolay Amiantov
2a7f56bc8f virtualgl: 2.4.1 -> 2.5 2016-03-04 14:46:45 +03:00
Nikolay Amiantov
01a3b6c059 uwsgi: 2.0.11.2 -> 2.0.12 2016-03-04 14:46:45 +03:00
Nikolay Amiantov
d7a98cb693 postsrsd: 1.3 -> 1.4 2016-03-04 14:46:45 +03:00
Nikolay Amiantov
7482f131ed android-udev-rules: 20151209 -> 2016-03-03 2016-03-04 14:46:30 +03:00
Nikolay Amiantov
d8ed77d96d dwarf-fortress-packages.dfhack: 20160118 -> 2016-03-03 2016-03-04 14:42:38 +03:00
Nikolay Amiantov
5b4de73b8f steamPackages.steam-original: 1.0.0.49 -> 1.0.0.51 2016-03-04 14:42:38 +03:00
Nikolay Amiantov
e3d9bdf8f8 ioquake3: 20151228 -> 2016-02-18 2016-03-04 14:42:38 +03:00
Nikolay Amiantov
415c2edbbe dwarf-fortress-packages.phoebus-theme: bump dfVersion 2016-03-04 14:42:37 +03:00
Nikolay Amiantov
973d31196c dwarf-fortress-packages.cla-theme: bump dfVersion 2016-03-04 14:42:37 +03:00
Nikolay Amiantov
414dbc6dd9 dwarf-fortress-packages.dwarf-therapist: 36.0.0 -> 37.0.0 2016-03-04 14:42:37 +03:00
Nikolay Amiantov
9ec2fda2c2 dwarf-fortress-packages.dwarf-fortress-unfuck: 0.42.05 -> 0.42.06 2016-03-04 14:42:37 +03:00
Nikolay Amiantov
224c24f030 dwarf-fortress-packages.dwarf-fortress-original: 0.42.05 -> 0.42.06 2016-03-04 14:42:37 +03:00
Nikolay Amiantov
c0e310f4eb libvdpau-va-gl: 0.3.4 -> 0.3.6 2016-03-04 14:42:37 +03:00
Nikolay Amiantov
750e6f0b63 vc: 1.1.0 -> 1.2.0 2016-03-04 14:42:36 +03:00
Nikolay Amiantov
0077abe128 cppzmq: 20151203 -> 2016-01-20 2016-03-04 14:42:36 +03:00
Nikolay Amiantov
8dd642b688 octoprint-plugins.m3d-fio: 0.27.1 -> 0.29 2016-03-04 14:42:36 +03:00
Lancelot SIX
4ea6a10cb6 Merge pull request #13672 from bzizou/kanif
kanif: init at 1.2.2

Built and tested on a local cluster.
2016-03-04 12:38:56 +01:00
Lancelot SIX
a132fa7891 Merge pull request #13671 from romildo/new.gsimplecal
gsimplecal: init at 2.1

Built (using chroot) and tested. Works fine. Thanks.
2016-03-04 12:29:59 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
15c4167d28 kanif: init at 1.2.2 2016-03-04 12:22:29 +01:00
José Romildo Malaquias
9477c248fa gsimplecal: init at 2.1 2016-03-04 08:06:09 -03:00
José Romildo Malaquias
86c6d59f95 font-manager: init at git-2016-03-02 2016-03-04 07:45:08 -03:00
Peter Simons
def18c2408 hackage-packages.nix: update Haskell package set
This commit enables all haskellPackages builds so that we can discover builds
that have been fixed recently.

This update was generated by hackage2nix v20151217-12-g567601b using the following inputs:

  - Nixpkgs: a67868f060
  - Hackage: 1c84c94e14
  - LTS Haskell: d2ad5fe903
  - Stackage Nightly: c1be20cfc0
2016-03-04 10:54:48 +01:00
Edward Tjörnhammar
64f006d08c Merge pull request #13483 from hrdinka/add/libretro-mame
libretro-mame: init at git-2016-02-10
2016-03-04 10:50:10 +01:00
Sander van der Burg
0e7a55e309 Merge pull request #13668 from gilligan/node-5.7.1
nodejs: 5.7.0 -> 5.7.1
2016-03-04 09:43:15 +00:00
Mathias Schreck
c7759dd8a0 nodejs: 5.7.0 -> 5.7.1 2016-03-04 10:32:17 +01:00
Lancelot SIX
95f22a6fb5 pkgs.taktuk: fix remote url 2016-03-04 10:30:42 +01:00
Lancelot SIX
f689bc9629 Merge pull request #13656 from bzizou/taktuk
taktuk: init at 3.7.5
2016-03-04 10:27:19 +01:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
92e86f03b0 taktuk: init at 3.7.5 2016-03-04 10:11:08 +01:00
goibhniu
60b1675be0 Merge pull request #13660 from nico202/guitarix-0.34
guitarix: 0.33 -> 0.34
2016-03-04 09:47:04 +01:00
Damien Cassou
41309e5074 Merge pull request #13666 from DamienCassou/update-click-0.1.3
click-log: 0.1.1 -> 0.1.3
2016-03-04 09:40:23 +01:00
Vincent Laporte
014a30da93 why3: 0.86.2 -> 0.86.3
And merge with ocamlPackages.why3
(the OCaml library would not work correctly if packaged separately).
2016-03-04 09:29:10 +01:00
Vincent Laporte
b219052bf1 menhir: 20151112 -> 20160303 2016-03-04 09:29:10 +01:00
Damien Cassou
6fb8556752 click-log: 0.1.1 -> 0.1.3 2016-03-04 09:22:34 +01:00
Thomas Bereknyei
baa7f92c3d minecraft-server: 1.8.8 -> 1.9 2016-03-04 00:17:13 -05:00
joachifm
0f5bbe588f Merge pull request #13657 from skrzyp/libconfig
libconfig: 1.4.9 -> 1.5
2016-03-04 01:32:05 +00:00
Martin Sturm
507ad9a4f9 clamav: Use freshclam.conf defined by clamav-updater module if enabled 2016-03-04 02:26:44 +01:00
=
7f26d6edf5 guitarix: 0.33 -> 0.34 2016-03-04 01:22:00 +01:00
joachifm
4bea06636a Merge pull request #13636 from mpscholten/undmg2
undmg: init at 1.0.0
2016-03-03 23:55:31 +00:00
joachifm
12c9af6e2a Merge pull request #13652 from steveeJ/rkt
pkgs/rkt: bump to v1.1.0
2016-03-03 21:46:08 +00:00
Adam Bell
854b13dc00 pgadmin 1.20.0 -> 1.22.1 2016-03-03 16:11:32 -05:00
Arseniy Seroka
f71b8461b4 Merge pull request #13576 from steveeJ/goreman
goreman: init at v0.0.8-rc0
2016-03-03 23:40:17 +03:00
Arseniy Seroka
a40322613e Merge pull request #13564 from valeriangalliat/nix-prefetch-scripts/explicit-nix-dependency
nix-prefetch-scripts: explicitly depend on Nix
2016-03-03 23:39:50 +03:00
Arseniy Seroka
9a709b6627 Merge pull request #13634 from keis/logrus-0.9.0
logrus: 0.8.6 -> 0.9.0
2016-03-03 23:39:12 +03:00
Arseniy Seroka
9e2eaa2755 Merge pull request #13632 from jraygauthier/jrg/sweethome_freedesktop_improvement
sweethome3d: Improvements
2016-03-03 23:30:40 +03:00
Arseniy Seroka
6f12b1980e Merge pull request #13627 from jraygauthier/jrg/update_sweethome3d_52
sweethome3d: 4.6.2 -> 5.2
2016-03-03 23:29:48 +03:00
Arseniy Seroka
0aac2960fc Merge pull request #13639 from bzizou/gromacs
gromacs: 4.6.5 -> 4.6.7 + MPI support
2016-03-03 23:29:32 +03:00
Jakub Skrzypnik
2ed2cdcf09 libconfig: 1.4.9 -> 1.5 2016-03-03 21:28:37 +01:00
Arseniy Seroka
46ecee3a23 Merge pull request #13645 from rnhmjoj/rewritefs
rewritefs: init at 2016-02-08
2016-03-03 23:28:10 +03:00
Damien Cassou
771de0c698 Merge pull request #13641 from DamienCassou/update-atomicwrite-0.1.9
atomicwrites: 0.1.0 -> 0.1.9
2016-03-03 21:23:05 +01:00
Damien Cassou
5652d3407f Merge pull request #13647 from DamienCassou/khard-python2-only
khard: force Python2
2016-03-03 21:14:17 +01:00
zimbatm
071e222464 Merge pull request #13655 from zimbatm/simp_le-fix
pythonPackages.acme_0_1: init at 0.1.0
2016-03-03 19:25:26 +00:00
Stefan Junker
13bd76b525 pkgs/rkt: 1.0.0 -> 1.1.0 2016-03-03 19:57:15 +01:00
Profpatsch
417457f6f9 libreoffice: disable kdeIntegration
fixes #13651

@edolstra:
“IIRC, the "KDE integration" consists mainly in providing a Qt/KDE "File
open" dialog, which we can probably live without. In fact, it has been
known to malfunction if Libreoffice's KDE version is different from the
system KDE version.

So disabling this sounds like a good idea.”
2016-03-03 19:55:34 +01:00
zimbatm
5f4417e0cf pythonPackages.acme_0_1: init at 0.1.0
`acme_0_1` is introduced because `simp_le` strictly depends on version 0.1.0
of the library (which is now at 0.4.0).
2016-03-03 18:47:02 +00:00
Eelco Dolstra
6bd0c3fe9d ifplugd: Remove
This package hasn't been updated in 11 years, and isn't really useful
anymore in a modern Linux system.
2016-03-03 19:43:11 +01:00
Franz Pletz
4927ca8397 Merge pull request #13555 from kragniz/linux-testing-4.5-rc6
linux-testing: 4.5-rc5 -> 4.5-rc6
2016-03-03 19:03:17 +01:00
Marc Scholten
8b5b57fb96 undmg: init at 1.0.2 2016-03-03 18:08:48 +01:00
Stefan Junker
7fa0df283a goreman: init at v0.0.8-rc0 2016-03-03 17:40:17 +01:00
rnhmjoj
85abde52d0 rewritefs: init at 2016-02-08 2016-03-03 17:37:33 +01:00
Damien Cassou
8a804dfbac khard: force Python2
setup.py says that khard is only compatible with
Python 2.
2016-03-03 16:37:23 +01:00
Domen Kožar
7a360b13a0 Merge pull request #13644 from DamienCassou/vdirsyncer-default-python3
vdirsyncer: use Python3 by default
2016-03-03 15:27:21 +00:00
joachifm
950424f9fd Merge pull request #13638 from romildo/update.xsettingsd
xsettingsd: 0.0.1 -> git-2015-06-14
2016-03-03 15:16:06 +00:00
Gabriel Ebner
de24ea40f8 sbt: 0.13.9 -> 0.13.11 2016-03-03 16:09:00 +01:00
Damien Cassou
740307a213 vdirsyncer: use Python3 by default
Even if Python2 is still supported, the maintainer says that some
features won't work and the support will soon be discarded.
2016-03-03 16:00:04 +01:00
José Romildo Malaquias
6cf907ba09 xsettingsd: 0.0.1 -> git-2015-06-14 2016-03-03 11:58:55 -03:00
zimbatm
d3ee8298c4 Merge pull request #13642 from artuuge/epson-escpr-meta
epson-escpr: update the package meta
2016-03-03 14:58:51 +00:00
joachifm
3b7b3da906 Merge pull request #13637 from regnat/wayland
mpv: added optional wayland support
2016-03-03 14:33:35 +00:00
Domen Kožar
ddb5f28544 Merge pull request #13640 from nathan7/musl-dynamic
musl: pass the correct syslibdir
2016-03-03 14:22:50 +00:00
Domen Kožar
ea863b8cc6 Merge pull request #13643 from DamienCassou/khal-python3-only
khal: force Python3
2016-03-03 14:21:21 +00:00
Damien Cassou
a0b1b032b6 khal: force Python3
Both the README and setup.py agree that khal is only compatible with
Python 3.
2016-03-03 15:17:37 +01:00
artuuge
edfb2e7ccb update epson-escpr meta 2016-03-03 14:59:40 +01:00
joachifm
ec85d13257 Merge pull request #13623 from nathan7/git-remote-hg-drvname
git-remote-hg: fix the derivation name
2016-03-03 13:54:05 +00:00
Nathan Zadoks
819dab0203 git-remote-hg: fix the derivation name
-v0.2 isn't parsed as a version by Nix, and makes it inconvenient to
install git-remote-hg through nix-env.
2016-03-03 14:51:31 +01:00
Damien Cassou
ee7eb78c52 atomicwrites: 0.1.0 -> 0.1.9 2016-03-03 14:49:18 +01:00
Nathan Zadoks
bf18a34f97 musl: pass the correct syslibdir
This fixes dynamic linking (the specfile contains the correct path, and
the dynamic loader is symlinked in place)
Fixes #8543
2016-03-03 14:46:44 +01:00
joachifm
1b1379a68d Merge pull request #13531 from magnetophon/connman-dmenu-master
connman-dmenu: init at git-29-9-2015
2016-03-03 13:07:44 +00:00
Lluís Batlle i Rossell
7f7c2171c0 Update ghdl mcode to 0.33.
(cherry picked from commit e9d6aadc51ecdd274cd383a99ea840a94b58d954)
2016-03-03 14:06:07 +01:00
joachifm
973063c8fe Merge pull request #9249 from jraygauthier/jrg/keepass_icons_improvs_merged
keepass: improvements
2016-03-03 12:30:18 +00:00
Thomas Tuegel
6af59c9d06 kde5.plasma.plasma-workspace: 5.5.5.1 -> 5.5.5.2 2016-03-03 05:57:09 -06:00
Vladimír Čunát
aa564c9ed0 make-bootstrap-tools: fix #13629: glibc problems
On x86_64-linux glibc started to use linker scripts more extensively.
2016-03-03 12:09:50 +01:00
Théophane Hufschmitt
0bcf42aed3 mpv: added optional wayland support 2016-03-03 11:38:52 +01:00
Vincent Laporte
c2a2c2ecd4 ltl2ba: fix build on darwin 2016-03-03 10:24:13 +01:00
Arseniy Seroka
dfbf0b27a4 Merge pull request #13497 from AndersonTorres/cutegram
cutegram: 2.7.0 -> 2.7.1
2016-03-03 09:04:17 +03:00
Raymond Gauthier
4f347ca8fe keepass: improvements
`*.desktop` file now:
 -  Refers to an icon.
 -  Is placed in the proper category (based on comparison with `keepassx2`.
 -  Has proper mime type (also based on comparison).

Also, now use `icoutils` to extract icons from the application ressouces
and transform them from `*.ico` to `*.png`. Created and used a generic
script that has the ability to move the extracted `*.png` to their
appropriate standard freedesktop location.

Tested this on nixos. `keepass` now has a icon and is categorized
in the same bin as `keepassx2`. The program still execute and
function prefectly.
2016-03-03 01:03:31 -05:00
Raymond Gauthier
ebc3f4bdf3 sweethome3d: Improvements
-  Replace non freedesktop `CAD` desktop category
    by categories taken from debian's desktop item.

    This make the desktop items appear under the
    `Graphic` category in DE menus instead of `Others`.

 -  Moved to new package icons as specified by
    upstream release notes.

 -  Moved to icon name instead of full path to
    a single icon as specified by freedesktop
    specification.

 -  Human readable desktop item names.
2016-03-03 00:24:55 -05:00
AndersonTorres
14aa382f03 cutegram: 2.7.0 -> 2.7.1
And some minor changes
2016-03-03 02:21:31 -03:00
AndersonTorres
f70ba914ef telegram-qml: 0.9.1 -> 0.9.2 2016-03-03 02:19:07 -03:00
AndersonTorres
bd71f511e5 libqtelegram-aseman-edition: 6.0 -> 6.1 2016-03-03 02:18:07 -03:00
Pascal Wittmann
ba7b5ad530 filezilla: 3.15.0.2 -> 3.16.0 2016-03-02 23:14:31 +01:00
Pascal Wittmann
369ede9235 mcabber: 1.0.1 -> 1.0.2 2016-03-02 22:37:14 +01:00
Tuomas Tynkkynen
fe90a87e65 Merge pull request #13600 from MtP76/master
Enabling Media PCI adapters (needed for PCI DVB cards)
2016-03-02 23:30:55 +02:00
joachifm
7c245c4f40 Merge pull request #13541 from romildo/update.tint2
tint2: 0.12 -> 0.12.7
2016-03-02 20:43:08 +00:00
Eelco Dolstra
6d97de951d cudatoolkit: Add version 7.5.18 2016-03-02 21:35:46 +01:00
Eelco Dolstra
6c1e3a82de cudatoolkit: Merge into one file and use callPackages 2016-03-02 21:35:46 +01:00
Raymond Gauthier
03f2888b98 sweethome3d: 4.6.2 -> 5.2
Also updated editors to latest version.

Tested the applications and everything seem to
work at least as well as previous version.
2016-03-02 15:32:39 -05:00
Peter Simons
17d1cd2efa Merge pull request #11898 from aboseley/flex-cross-notests
flex: disable tests when cross compiling
2016-03-02 21:13:40 +01:00
José Romildo Malaquias
ccc64c20e6 tint2: 0.12 -> 0.12.7 2016-03-02 16:56:21 -03:00
joachifm
397a0db028 Merge pull request #12996 from kragniz/#12106
clutter: add gtk3 as a build input
2016-03-02 19:55:18 +00:00
joachifm
d1fbbb15a1 Merge pull request #13565 from valeriangalliat/go2nix
go2nix: init at dd513f1
2016-03-02 19:42:07 +00:00
joachifm
7250ef5fcb Merge pull request #13572 from agbell/master
postgis 2.1.4 -> 2.2.1
2016-03-02 19:40:50 +00:00
vbgl
dfe69e2f4f Merge pull request #13580 from matthewbauer/openal-darwin
openal darwin fixes
2016-03-02 19:35:21 +01:00
vbgl
7f422cf872 Merge pull request #13621 from DamienCassou/add-gentium-book-basic
gentium-book-basic: init at 1.102
2016-03-02 19:20:58 +01:00
michael bishop
a855ef85ea
multimc: fix building under chroot 2016-03-02 13:48:27 -04:00
Damien Cassou
c3fa090616 gentium-book-basic: init at 1.102 2016-03-02 18:47:26 +01:00
joachifm
0c1ed282f0 Merge pull request #13018 from tathougies/master
Bump tint2 to 0.12
2016-03-02 16:55:32 +00:00
Domen Kožar
d72e93f59d remove lvm_33, fixes #12310 2016-03-02 16:54:30 +00:00
David Keijser
b1031dea94 logrus: 0.8.6 -> 0.9.0 2016-03-02 17:25:06 +01:00
Nikolay Amiantov
f442830c55 libreswan: specify that we don't support parallel building 2016-03-02 18:56:32 +03:00
Nikolay Amiantov
23dd97ee88 Merge commit 'refs/pull/13412/head' of git://github.com/NixOS/nixpkgs 2016-03-02 18:56:24 +03:00
joachifm
2569d5b384 Merge pull request #13614 from artuuge/epson-escpr-1.6.4
epson-escpr: 1.6.3 -> 1.6.4
2016-03-02 15:48:24 +00:00
Robin Gloster
5936d6dbbb Revert "rubygems: 2.4.8 -> 2.5.2"
This reverts commit 7e8faf022f.

This breaks the rake call in gitlab see
https://github.com/NixOS/nixpkgs/pull/13468#issuecomment-191286066
2016-03-02 15:25:35 +00:00
Kevin Marsh
061c62a38c django: 1.8.9 -> 1.8.10 2016-03-02 15:19:49 +00:00
Kevin Marsh
7f543c4b61 django: 1.9.2 -> 1.9.3 2016-03-02 15:19:23 +00:00
joachifm
b4077af972 Merge pull request #13613 from mbakke/dnscrypt-proxy-1.6.1
dnscrypt-proxy: 1.6.0 -> 1.6.1
2016-03-02 15:18:48 +00:00
Marius Bakke
c5f177cb5d dnscrypt-proxy: 1.6.0 -> 1.6.1 2016-03-02 15:12:06 +00:00
Marius Bakke
da4f05c589 libsodium: 1.0.6 -> 1.0.8 2016-03-02 15:11:26 +00:00
Alex Franchuk
69d8cb4a6b libreswan: add package and service to nixos 2016-03-02 09:44:30 -05:00
Eelco Dolstra
bd7f379a3f LWP::Protocol::https: Fix SSL cert handling
We lost this in 9f358f809d. Updated to
use /etc/ssl/certs/ca-certificates.crt if it exists and SSL_CERT_FILE
is not set.
2016-03-02 15:00:32 +01:00
Eelco Dolstra
4e906f9fb2 perl-packages.nix: Remove unnecessary variable quotations 2016-03-02 14:51:47 +01:00
artuuge
7ddd6fc1c3 epson-escpr: 1.6.3 -> 1.6.4 2016-03-02 14:49:23 +01:00
Frederik Rietdijk
1d1b0a8ab8 Merge pull request #13510 from lancelotsix/relocate_motu_client
pkgs.motuclient: move application away from pythonPackages
2016-03-02 08:02:53 -05:00
Thomas Tuegel
6a4c8b0a12 Merge pull request #13597 from ttuegel/kde-5
Plasma 5.5.5
2016-03-02 06:47:41 -06:00
Eelco Dolstra
49f23a6028 m2crypto: 0.21.1 -> 0.23.0
The previous version broke because it required SSLv2 support in OpenSSL:

ImportError: /nix/store/c0z7qlycaa2jhqjq0v9vy3j4nw4layw2-python2.7-m2crypto-0.21.1/lib/python2.7/site-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method
2016-03-02 12:50:03 +01:00
Lluís Batlle i Rossell
a95e65b1eb gtkwave: update to 3.3.70 2016-03-02 12:42:20 +01:00
Lancelot SIX
8f4a7d6c4c pkgs.motuclient: move application away from pythonPackages 2016-03-02 09:41:02 +01:00
Derek Gonyeo
f681ceb593 uzbl: version 20120514 -> v0.9.0 2016-03-01 23:15:26 -05:00
Jude Taylor
4686bc54a6 add socket.io to interactive ghcjs environments 2016-03-01 16:06:29 -08:00
Robin Gloster
995475944f qt_gstreamer1: add upstream patch to build with current gstreamer 2016-03-01 22:45:37 +00:00
Arseniy Seroka
f082170873 Merge pull request #13599 from mbakke/zathura-0.3.5
Update zathura and plugins
2016-03-02 01:44:36 +03:00
aszlig
183ac3f2c4
Merge pull request #12558 (GI-shlibpaths)
So far only .la files get correctly converted to absolute paths in the
GIR file. However if there are .so files which depend on a particular
library using GI, they still get only the basename of the .so file.

This improves on the existing absolute_shlib_path.patch not only
figuring out the absolute path of .so files but also falling back on the
absolute path of $out/lib (or $lib/lib with multiple outputs) of the
current build.

With this, we should no longer need to resort to setting LD_LIBRARY_PATH
for all programs that use GI libraries.

I'm merging this because after more than a month no issues came up so
far.
2016-03-01 23:21:25 +01:00
Pascal Wittmann
afa7d84529 instead: 2.3.0 -> 2.4.0 2016-03-01 22:54:26 +01:00
joachifm
e948d69885 Merge pull request #13603 from gilligan/sauce-connect-fix
sauce-connect: fix hashes and build on linux
2016-03-01 21:54:12 +00:00
Eelco Dolstra
cc71804ab0 openssh: Fix build 2016-03-01 22:25:17 +01:00
Aneesh Agrawal
7f8d50b443 openssh: 7.1p2 -> 7.2p1 2016-03-01 22:25:16 +01:00
Pascal Wittmann
b1dd00f616 libclc: 2015-03-27 -> 0.2.0
Fix build with newer LLVM version
2016-03-01 22:12:29 +01:00
Pascal Wittmann
d2e15a02d7 mujs: 2015-09-29 -> 2016-02-22 2016-03-01 22:08:26 +01:00
Eelco Dolstra
02891a0de9 gnome: Drop installerIso from nix-env evaluation
This makes nix-env -qa depend on NixOS, which is not a good thing.

@lethalman
2016-03-01 22:05:23 +01:00
Tobias Pflug
32e751d616 sauce-connect: fix hashes and phases 2016-03-01 21:47:41 +01:00
Arseniy Seroka
00ea88220f Merge pull request #13593 from aespinosa/add-nexus-package
nexus: init at 2.12.0-01
2016-03-01 23:42:22 +03:00
Robert Helgesson
c523cec12c josm: 9329 -> 9900 2016-03-01 21:02:36 +01:00
Marko Poikonen
ede005ad3f Enabling Media PCI adapters (needed for PCI DVB cards) 2016-03-01 20:57:46 +01:00
Marius Bakke
df32c2d0c8 zathura-pdf-poppler: 0.2.5 -> 0.2.6 2016-03-01 19:52:50 +00:00
Marius Bakke
9c86acc479 zathura-pdf-mupdf: 0.2.8 -> 0.3.0 2016-03-01 19:52:40 +00:00
Marius Bakke
7ad9370f08 zathura-djvu: 0.2.4 -> 0.2.5 2016-03-01 19:52:40 +00:00
Marius Bakke
18a4ca2d05 zathura-ps: 0.2.2 -> 0.2.3 2016-03-01 19:52:40 +00:00
Marius Bakke
cbf09c6936 zathura: 0.3.3 -> 0.3.5 2016-03-01 19:41:31 +00:00
Marius Bakke
78b80ee635 girara: 0.2.4 -> 0.2.5 2016-03-01 19:41:09 +00:00
Thomas Tuegel
78602b6806 kde5.plasma: 5.5.4 -> 5.5.5 2016-03-01 13:38:45 -06:00
Thomas Tuegel
98d8e1a160 kde5: consolidate packages into desktops/kde-5 2016-03-01 10:36:00 -06:00
Allan Espinosa
ac687200e3 nexus: init at 2.12.0-01 2016-03-01 10:25:00 -06:00
Profpatsch
82fa1a796b lib/copyPathToStore: annotate docstring 2016-03-01 15:26:35 +01:00
Pascal Wittmann
69237f371c Merge pull request #13586 from zimbatm/bats-fixup
bats: fixes installation
2016-03-01 15:19:03 +01:00
Domen Kožar
976657a71f openspades: fix build 2016-03-01 14:31:33 +01:00
Domen Kožar
e5069c1be5 rethinkdb: patch for glibc 2.23 2016-03-01 14:13:16 +01:00
Carles Pagès
7eb15265d3 kodiPlugins.pvr-hts: 2.1.18 -> 2.2.13 2016-03-01 13:56:27 +01:00
Eelco Dolstra
75f361f4c9 Revert "all-packages: Rewrite packageOverrides to use fix'/extends"
This reverts commit 9c0121be81. I don't
know what this change does and I don't have time to review it at the
moment, sorry.
2016-03-01 13:53:32 +01:00
Sander van der Burg
c8e55671cd nodejs-4_x: bump to version 4.3.1 2016-03-01 12:29:31 +00:00
Luca Bruno
b2889efff2 devhelp: fix build with new webkitgtk 2016-03-01 12:50:41 +01:00
Ricardo M. Correia
a110c8d52b perl-MooseX-Role-WithOverloading: fix hash
The version had been updated, but the hash hadn't.
2016-03-01 12:13:20 +01:00
zimbatm
0d2e437fc9 Merge pull request #13584 from zimbatm/nix-prefetch-git-json
nix-prefetch-git: change the default output to JSON
2016-03-01 10:07:00 +00:00
Lluís Batlle i Rossell
202ebf794c vm/rpm/rpm-closure.pl: make it deterministic
Some recent perl version introduced "keys" to return the keys
in random order. As some of the packages are solved by "provides" and
based on the order, this randomness affects what packages get into the
closure.

This problem may be in other nix perl scripts.
2016-03-01 11:02:42 +01:00
vbgl
a99715c83b Merge pull request #13378 from wizeman/u/ocaml-packages2
ocamlPackages: add tsdl and result
2016-03-01 10:05:31 +01:00
Lancelot SIX
75591b49be Merge pull request #13468 from zimbatm/rubygems-2.5.2
rubygems: 2.4.8 -> 2.5.2
2016-03-01 09:31:36 +01:00
joachifm
3b0791944a Merge pull request #13558 from colemickens/update-plex
plex, plexpass: update to 0.9.15.6.1714
2016-03-01 04:17:43 +00:00
joachifm
7a21f5b10c Merge pull request #13574 from cleverca22/iscsi
openiscsi: fix download url, add platforms
2016-03-01 03:51:55 +00:00
joachifm
d917b4975c Merge pull request #13478 from sheenobu/clamav
clamav: 0.98.7 -> 0.99
2016-03-01 03:44:23 +00:00
Matthew Bauer
d085a649c2 openal: fix darwin builds 2016-02-29 21:20:04 -06:00
aszlig
605cc4fdeb
Merge pull request #13052 from @bendlas
Updates VirtualBox from version 5.0.12 to 5.0.14.

Upstream changes are (without bug IDs):

 * GUI: properly limit the number of VCPUs to the number of physical cores
        on Mac OS X
 * Audio: fixed a bug which prevented loading a saved state of a saved
          guests with HDA emulation (5.0.12 regression)
 * Audio: don't crash if the backend is unable to initialize
 * Audio: fixed audio capture on Mac OS X
 * Storage: fixed a possible crash when attaching the same ISO image
            multiple times to the same VM
 * BIOS: properly report if two floppy drives are attached
 * USB: fixed a problem with filters which would not capture the device
        under certain circumstances (5.0.10 regression)
 * ExtPack: black-list Extension Packs older than 4.3.30 due to
            incompatible changes not being properly handled in the past
 * Windows hosts: fixed a regression which caused robocopy to fail
 * Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12
                regression)
 * Mac OS X hosts: several fixes for USB on El Capitan
 * Linux Additions: fixes for Linux 4.5

Full upstream changelog with bug IDs can be found at:

  https://www.virtualbox.org/wiki/Changelog

The reason I was reluctant to merge this before were these symbol lookup
errors:

  vboxsf: Unknown symbol VBoxGuest_RTMemTmpFree (err 0)
  vboxsf: Unknown symbol VBoxGuestIDCCall (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRequest (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRelease (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTLogRelGetDefaultInstanceEx (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTErrConvertToErrno (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexCreate (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexDestroy (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTMemContFree (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemMutexRelease (err 0)
  vboxsf: Unknown symbol VBoxGuestIDCOpen (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTAssertShouldPanic (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTMemContAlloc (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemMutexRequest (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemMutexCreate (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTMemTmpAllocTag (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemMutexDestroy (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTAssertMsg1Weak (err 0)
  vboxsf: Unknown symbol VBoxGuestIDCClose (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTAssertMsg2Weak (err 0)

However, after testing it against 5.0.12, the same errors occur there as
well, so it is likely related to our VM tests.
2016-03-01 03:36:44 +01:00
zimbatm
a3119bd35d bats: fixes installation
The build was failing with:

  /...-stdenv/setup: ./install.sh: /usr/bin/env: bad interpreter: No such file
  or directory

See https://hydra.nixos.org/build/32353411/log
2016-03-01 00:19:27 +00:00
Valérian Galliat
269d0864b5 nix-prefetch-scripts: explicitly depend on Nix
Otherwise, a call to, for example, nix-prefetch-git, in a nix-shell --pure or
nix-build phase would result in an error such as:

    Switched to a new branch 'fetchgit'
    removing `.git'...
    /nix/store/7qvjji7kbd033nsyxlpiiiam61a44yz9-nix-prefetch-git/bin/.nix-prefetch-git-wrapped: line 374: nix-hash: command not found
2016-02-29 18:38:59 -05:00
Valérian Galliat
f5a63f164b go2nix: init at dd513f1 2016-02-29 18:37:56 -05:00
Michael Raskin
4fb2d16dd6 Merge pull request #13581 from tohl/master
sbcl: 1.3.2 -> 1.3.3
2016-02-29 22:55:13 +00:00
zimbatm
90de261f33 nix-prefetch-git: change the default output to JSON
As discussed on the mailing list. The nix output was short-lived so it's
probably okay to change it.
2016-02-29 22:47:16 +00:00
Pascal Wittmann
afd2d0588b calibre: 2.51.0 -> 2.52.0 2016-02-29 23:35:32 +01:00
Pascal Wittmann
5a0dbaabad parallel: 20160122 -> 20160222 2016-02-29 23:35:32 +01:00
Pascal Wittmann
5ba31560d5 pdf2djvu: 0.9.3 -> 0.9.4 2016-02-29 23:35:32 +01:00
Pascal Wittmann
b56c1982bd libfilezilla: 0.4.0 -> 0.4.0.1 2016-02-29 23:35:32 +01:00
Pascal Wittmann
931fa7433d checkstyle: 6.15 -> 6.16 2016-02-29 23:35:32 +01:00
Tobias Geerinckx-Rice
06a50554ad simple-scan: 3.19.90 -> 3.19.91 2016-02-29 22:51:39 +01:00