Commit Graph

15333 Commits

Author SHA1 Message Date
Vladimír Čunát
3afa246038 Merge branch 'staging'
This includes a security update of expat.
2016-06-29 07:47:04 +02:00
Vladimír Čunát
b8614a6c63 Merge #16328: gtk themes: clean up inconsistent naming 2016-06-28 21:48:45 +02:00
Bjørn Forsman
1f4853f7a9 system-config-printer: update hash to really upgrade to 1.5.7
Commit 03353ce6ff ("system-config-printer: 1.3.12 -> 1 5.7")
forgot to update the hash. So since that commit we actually continued to
use the old version (1.3.12) because of the NixOS tarball cache...

The new version prints some warnings on startup:

  /nix/store/HASH-system-config-printer-1.5.7/share/system-config-printer/system-config-printer.py:32: \
    PyGIWarning: Polkit was imported without specifying a version first. \
    Use gi.require_version('Polkit', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Polkit

...and similar errors for GdkPixbuf, Gdk, Gtk and Notify. These warnings
are already fixed upstream and will be part of the next release.

Implementation details:
* The new version needs python3.
* Remove unneeded, and python3 incompatible, 'notify' dependency.
  system-config-printer > 1.3.12 replaced it with GOBject introspection
  bindings to libnotify (from gi.repository import Notify).
* Add gtk3, gdk_pixbuf, pango, atk, libnotify as needed (for gobject
  introspection).
* A new --with-udevdir configure option is used to prevent the
  installer from trying to install stuff to "/rules.d" (yes, the root).
* Get pycups from the passed pythonPackages set (fixes loading of
  python cups module).
* Use pygobject3 instead of pygobject, as needed.
* Use dbus from the passed pythonPackages attrset instead of
  pythonDBus, so we get a python3 compatible module that loads
  successfully.
* Python requests2 modules is required.
2016-06-28 14:23:49 +02:00
Austin Seipp
25bf4a5634 cryptoverif: init at 1.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-06-28 04:37:29 +00:00
Austin Seipp
a69799c740 statverif: init at 1.86pl4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-06-28 04:36:11 +00:00
Austin Seipp
be19637b2a proverif: init at 1.94
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-06-28 04:36:11 +00:00
Ole Jørgen Brønner
08f0ce1d0a zsh-completions: init at version 0.18.0 (#16512)
"This projects aims at gathering/developing new completion scripts that
are not available in Zsh yet. The scripts are meant to be contributed to
the Zsh project when stable enough."
2016-06-27 00:39:18 +02:00
Franz Pletz
8ace098f43 libressl_2_4: init at 2.4.1 2016-06-27 00:30:24 +02:00
Franz Pletz
7e9affa7ee linux_4_3: Remove, not maintained anymore 2016-06-27 00:11:16 +02:00
Jonathan Glines
8199cda762 mecab: init at 0.996 (#16175)
Japanese morphological analysis system, used by Anki in particular
2016-06-26 22:47:23 +02:00
Ta'iř sj Ořit
3832ebde8b gephi: init at 0.9.1 (#16071) 2016-06-26 22:40:00 +02:00
mimadrid
5c7a75412e
igv: init at 2.3.77 2016-06-26 19:27:56 +02:00
zimbatm
8f5184beab Merge pull request #16500 from carlsverre/add/sift
sift: init at 0.8.0
2016-06-26 12:08:17 +01:00
Carl Sverre
a12ec263fa sift: init at 0.8.0
sift is a fast and powerful alternative to grep.

https://sift-tool.org
2016-06-25 14:10:34 -07:00
rushmorem
5f2dc4bc05 habitat: init at 0.7.0 2016-06-25 21:44:54 +02:00
Pascal Wittmann
9ef6dceca9 Merge pull request #16494 from k0ral/binwalk
binwalk: 2.0.1 -> 2.1.1
2016-06-25 16:21:15 +02:00
koral
3632211cf9 binwalk: 2.0.1 -> 2.1.1 2016-06-25 13:28:10 +02:00
Arseniy Seroka
045cd10e77 Merge pull request #16329 from vrthra/elvish
elvish: init at 0.1
2016-06-25 13:40:47 +03:00
Arseniy Seroka
fdebe7cbc6 Merge pull request #16486 from womfoo/gpxsee
gpxsee: init at 2.16
2016-06-25 13:37:59 +03:00
Kranium Gikos Mendoza
c415764a1e gpxsee: init at 2.16 2016-06-25 13:14:53 +08:00
Joachim Fasting
46b07b335b Merge pull request #16379 from mimadrid/init/bcftools-1.3.1
bcftools: init at 1.3.1
2016-06-24 22:15:51 +02:00
mimadrid
d91d245f16
bcftools: init at 1.3.1 2016-06-24 21:08:17 +02:00
mimadrid
d3da5cbf44
htslib: init at 1.3.1 2016-06-24 21:08:16 +02:00
zimbatm
d2f9f251aa Merge pull request #16380 from elitak/dislocker
dislocker: init at 0.6.1
2016-06-23 15:49:07 +01:00
Frederik Rietdijk
41ca3ba4a9 Merge pull request #16425 from mbakke/yubikey-neo-manager
yubikey-neo-manager: init at 1.4.0
2016-06-23 15:39:25 +02:00
Marius Bakke
8b5675da37 yubikey-neo-manager: init at 1.4.0 2016-06-23 13:48:10 +01:00
Nikolay Amiantov
9e8592d6b9 wine: set default features in all-packages
I haven't noticed that we actually _do_ set some flags already
in all-packages, just not all the old ones. Use that way instead.
2016-06-23 14:01:09 +03:00
Vladimír Čunát
38bf360124 Merge #16360: gnutls: 3.4.11 -> 3.4.13 + 3.5.1 2016-06-23 12:20:32 +02:00
Nikolay Amiantov
e6721e59c2 emojione: init at 1.2 2016-06-23 06:32:06 +03:00
Joachim Fasting
0167eef92e Merge pull request #16308 from philandstuff/remove-certificate-transparency
certificate-transparency: remove package
2016-06-23 01:41:35 +02:00
zimbatm
926ec0a08c Merge pull request #16415 from Ericson2314/gccWith
Remove gccWith* arguments which are unused
2016-06-22 23:10:06 +01:00
Joachim Fasting
7c6969f8a0 Merge pull request #16347 from vrthra/netsurf-all
Netsurf: init at 3.5
2016-06-23 00:07:22 +02:00
zimbatm
ca44513f57 Merge pull request #16365 from mpscholten/sequel-pro
sequel-pro: init at 1.1.2
2016-06-22 22:28:44 +01:00
Rahul Gopinath
02515e88f6 netsurf: init at 3.5 2016-06-22 10:33:25 -07:00
Rahul Gopinath
9e7434348d netsurf-libutf8proc: init at 1.3.1 2016-06-22 09:27:33 -07:00
Rahul Gopinath
4393be74de netsurf-libnsutils: init at 0.0.2 2016-06-22 09:27:32 -07:00
Rahul Gopinath
df6540dc55 netsurf-libnsfb: init at 0.1.4 2016-06-22 09:27:32 -07:00
Rahul Gopinath
b02f57204d netsurf-libnsgif: init at 0.1.3 2016-06-22 09:27:31 -07:00
Rahul Gopinath
ec87aa51a6 netsurf-libnsbmp: init at 0.1.3 2016-06-22 09:27:31 -07:00
Rahul Gopinath
d716b0f68d netsurf-libdom: init at 0.3.0 2016-06-22 09:27:30 -07:00
Rahul Gopinath
e3c35ae619 netsurf-libhubbub: init at 0.3.3 2016-06-22 09:27:30 -07:00
Rahul Gopinath
1329375b25 netsurf-libcss: init at 0.6.0 2016-06-22 09:27:30 -07:00
Rahul Gopinath
f5fec0410c netsurf-libparserutils: init at 0.2.3 2016-06-22 09:27:29 -07:00
Rahul Gopinath
47675a68d3 netsurf-nsgenbind: init at 0.3 2016-06-22 09:27:29 -07:00
Rahul Gopinath
5aa722a436 netsurf-libwapcaplet: init at 0.3.0 2016-06-22 09:27:28 -07:00
Rahul Gopinath
8dde79a795 netsurf-buildsystem: init at 1.5 2016-06-22 09:27:28 -07:00
obadz
f540e09a8b Merge pull request #16412 from obadz/networkmanager-1.2
NetworkManager & plugins: upgrade to 1.2
2016-06-22 15:12:23 +01:00
Moritz Ulrich
5e7bcc41b3 stumpwm-git: Simplify declaration in all-packages.nix. 2016-06-22 11:50:55 +02:00
Francis St-Amour
c5aebc693a stumpwm: Added newer version of stumpwm from its git repository (alongside the latest release). 2016-06-22 11:48:37 +02:00
John Ericson
f073df60d6 Replace ./../* with ../* in Nix expressions (#16414) 2016-06-22 10:39:50 +02:00