Commit graph

24349 commits

Author SHA1 Message Date
Peter Simons
ddbf655663 Add LTS Haskell versions 6.4 and 6.5. 2016-07-01 12:01:03 +02:00
Damien Cassou
8d288c63da Merge pull request #15853 from DamienCassou/add-fdroidserver
Add fdroidserver (and the mwclient dependency)
2016-07-01 11:17:55 +02:00
Damien Cassou
17f822a456 Merge pull request #16637 from DamienCassou/tnef-1.4.12
tnef: init at 1.4.12
2016-07-01 11:06:37 +02:00
Damien Cassou
44f885a0a3 tnef: init at 1.4.12 2016-07-01 10:35:55 +02:00
zimbatm
08939189e1 Merge pull request #16621 from solson/drumstick
drumstick: init at 1.0.2
2016-07-01 09:30:23 +01:00
Alexey Shmalko
9ba48ecb38
alarm-clock-applet: init at 0.3.4
There were a couple of issue before the application run normally.

The first one is GConf error:
https://nixos.org/wiki/Solve_GConf_errors_when_running_GNOME_applications

The second one is absence of gst plugins:
https://github.com/NixOS/nixpkgs/issues/10559
2016-07-01 03:06:50 +03:00
Michele Guerini Rocco
d75c7d0dcd btfs: 2.9 -> 2.10 (#16603) 2016-06-30 23:39:15 +02:00
Scott Olson
73ee19f0e1 drumstick: init at 1.0.2 2016-06-30 14:39:03 -06:00
Konstantin Heil
b92c429799 LiE: init at 2.2.2 2016-06-30 21:04:41 +02:00
Arseniy Seroka
29bf0796a7 Merge pull request #16606 from vrthra/tabbed
tabbed :  20150509 -> 20160425
2016-06-30 23:03:09 +04:00
Tobias Geerinckx-Rice
d058cbd6db
pythonPackages.pgcli: 0.20.1 -> 1.0.0 2016-06-30 17:17:55 +02:00
Tobias Geerinckx-Rice
69bcb188d8
pythonPackages.pgspecial: 1.3.0 -> 1.4.0 2016-06-30 17:17:55 +02:00
Tobias Geerinckx-Rice
89c1b39ee3
pythonPackages.sqlparse: 0.1.18 -> 0.1.19 2016-06-30 17:17:55 +02:00
Frederik Rietdijk
a66e53d71b Merge pull request #16605 from adnelson/bcrypt_use_github
python brcrypt: use a git snapshot instead of pypi to get test suite
2016-06-30 17:01:31 +02:00
Allen Nelson
1fb466c28c python bcrypt: use a git snapshot of bcrypt to get test suite, propagate cffi 2016-06-30 09:51:20 -05:00
Bjørn Forsman
d71ef00b9d pythonPackages.lz4: init at 0.8.2
Needed for xpra (better compression => better performance).
2016-06-30 14:39:36 +02:00
Kranium Gikos Mendoza
ff06326d78 pick: init at 1.4.0 2016-06-30 20:01:43 +08:00
Michiel Leenaars
969433f229 norwester-font: init at 1.2 2016-06-30 09:44:22 +02:00
Rahul Gopinath
0da53f8bc3 netsurf: enable sixel display 2016-06-29 14:12:03 -07:00
Rahul Gopinath
37b5928a81 tabbed: 20150509 -> 20160425
Xft is now bundled. Hence removing that option
2016-06-29 12:37:45 -07:00
Rahul Gopinath
473f864a1f tabbed: Add configuration through config.h 2016-06-29 12:36:58 -07:00
Rahul Gopinath
6904030b42 vp: init at 1.8 2016-06-29 11:05:19 -07:00
Marc Scholten
479c08750a maphosts: init at 1.1.1 2016-06-29 13:31:54 +02:00
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
Frederik Rietdijk
7357b6c270 pythonPackages.pillow: 2.9.0 -> 3.2.0 2016-06-28 19:55:05 +02:00
Rahul Gopinath
d60a41053e dvtm: allow user configuration 2016-06-28 10:01:57 -07:00
Frederik Rietdijk
3f69c83692 pythonPackages.notebook: 4.2.0 -> 4.2.1 2016-06-28 17:55:17 +02:00
Frederik Rietdijk
b658e8ae60 pythonPackages.numpy: 1.11.0 -> 1.11.1 2016-06-28 17:55:17 +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
Eelco Dolstra
323eb06499 awscli: 1.10.18 -> 1.10.38
Also clear the namePrefix, which used to be the case but was lost in
b2d9b48c97.
2016-06-27 17:29:25 +02:00
Franz Pletz
2e68b655a2 pythonPackages.dns: 1.12.0 -> 1.14.0 (#16534)
Adds support for both python 2 & 3 from one codebase.
2016-06-27 17:21:24 +02:00
Frederik Rietdijk
f8cd42c39f Merge pull request #16480 from bcdarwin/nipy
pythonPackages.nipy: add matplotlib as a dependency
2016-06-27 14:07:14 +02: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
Franz Pletz
bf19d86c72 pythonPackages.limnoria: 2015.10.04 -> 2016.05.06 2016-06-27 00:08:11 +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
rushmorem
c1d04921c8 rustRegistry: 2016-05-28 to 2016-06-26 2016-06-26 20:55:54 +02:00
Joachim Fasting
5267296e20 Merge pull request #16505 from mimadrid/init/igv-2.3.77
igv: init at 2.3.77
2016-06-26 20:20:06 +02:00
mimadrid
5c7a75412e
igv: init at 2.3.77 2016-06-26 19:27:56 +02:00
Frederik Rietdijk
9318634b72 Merge pull request #16479 from bcdarwin/nilearn
pythonPackages.nilearn: init at 2.5.0
2016-06-26 17:26:35 +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
Rickard Nilsson
b43268bfeb libvirt and pythonPackages.libvirt: 1.3.3 -> 1.3.5 2016-06-26 11:01:13 +02: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
Rushmore Mushambi
f1683ee7ef Merge pull request #16502 from rushmorem/new-habitat
habitat: init at 0.7.0
2016-06-25 21:59:30 +02:00
rushmorem
5f2dc4bc05 habitat: init at 0.7.0 2016-06-25 21:44:54 +02:00
Luis Pedro Coelho
651e5992c2 jug: 1.2.1 -> 1.2.2 (#16497)
bugfix release
2016-06-25 20:57:11 +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
Ben Darwin
8c10d146af pythonPackages.nilearn: init at 2.5.0 2016-06-24 15:00:12 -04:00
Bjørn Forsman
de0264ce17 attic: unbreak "attic mount" by using old llfuse 0.41
llfuse >= 0.42 has breaking changes, causing "attic mount" to fail:

  TypeError: main() got an unexpected keyword argument 'single'

Side note: borgbackup, a fork of attic, has been updated to work with
newer llfuse.
2016-06-24 20:16:41 +02:00
Ben Darwin
59580b040b pythonPackages.nipy: add matplotlib as a dependency 2016-06-24 11:47:46 -04:00
Ben Darwin
786a10c9b6 pythonPackages.nipy: init at 0.4.0 2016-06-23 20:27:28 -04:00
Chris Martin
9f7871070e pythonPackages.secp256k1: init at 0.12.1 2016-06-23 20:49:07 +02:00
Chris Martin
9e041fd9be secp256k1: init at 2016-05-30 2016-06-23 20:49:07 +02:00
Frederik Rietdijk
f473721e41 pythonPackages.pytest_28: 2.8.6 -> 2.8.7 2016-06-23 20:49:07 +02:00
Frederik Rietdijk
a48f1472f5 Merge pull request #15937 from NikolaMandic/word2vec
pythonPackage.word2vec: init at 0.9.1
2016-06-23 20:24:37 +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
Frederik Rietdijk
43b63c1d2b pythonPackages.cffi: 1.5.2 -> 1.7.0 2016-06-23 13:11:39 +02: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
zimbatm
94396f2177 Merge pull request #16407 from layus/fix-pylti
Fix python LTI
2016-06-22 21:46:53 +01:00
Tobias Geerinckx-Rice
33c6da91c7
pythonPackages.prompt_toolkit: 1.0.2 -> 1.0.3 2016-06-22 20:55:37 +02: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
Robert Helgesson
d254e4dee3 perl-Test2-Suite: 0.000030 -> 0.000032 2016-06-22 13:23:52 +02: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
John Ericson
351352f68d Remove gccWith* arguments which are unused 2016-06-22 00:45:05 -07:00
Nikolay Amiantov
d51ec20a50 biber: 1.9 -> 2.4 2016-06-22 04:57:57 +03:00
Nikolay Amiantov
c890f28fb1 perlPackages.TextRoman: init at 3.3 2016-06-22 04:57:57 +03:00
obadz
925fb7ebfc network-manager: move 0.9.8 to its own directory 2016-06-22 02:35:22 +01:00
Shea Levy
8f28dad52c Merge branch 'nix-tour' of git://github.com/qknight/nixpkgs 2016-06-21 19:45:27 -04:00
Robert Helgesson
33f831ea4c perlPackages: bump some packages
- CryptX: 0.036 -> 0.037
 - DBIxClass: 0.082821 -> 0.082840
 - MathBigInt: 1.999723 -> 1.999724
 - Moo: 2.001001 -> 2.002002
 - MooseXGetopt: 0.70 -> 0.71
2016-06-22 00:36:31 +02:00
Guillaume Maudoux
3b4a4428ca python-lti: pin mock dependency at 1.0.1 2016-06-21 23:04:50 +02:00
Thomas Tuegel
6a61621cb4 Merge pull request #16396 from FRidh/trojita
trojita: init at 0.7
2016-06-21 10:53:41 -05:00
Frederik Rietdijk
9e2866d5de Merge pull request #16086 from layus/inginious
INGInious: provide a NixOS module
2016-06-21 16:37:29 +02:00
Bjørn Forsman
6536804848 autorevision: init at 1.14
A shell script for extracting revision information useful in
release/build scripting from repositories.
2016-06-21 15:23:34 +02:00
zimbatm
afbba2bffa Merge pull request #16384 from Ericson2314/top-level-to-path
top-level: builtins.toPath no longer needed
2016-06-21 14:21:01 +01:00
Frederik Rietdijk
832ac8479b Merge pull request #16049 from teh/master
Update several python packages
2016-06-21 14:45:10 +02:00
Frederik Rietdijk
39043e4d6e Merge pull request #16239 from Ralith/matrix-synapse
matrix-synapse: 0.14 -> 0.16
2016-06-21 14:30:33 +02:00
Frederik Rietdijk
8ef747baed Merge pull request #16334 from artuuge/theano_cudnn
Theano-cuda: init at 0.8.2
2016-06-21 14:26:51 +02:00
Frederik Rietdijk
bb8bd4b5cf trojita: init at 0.7 2016-06-21 14:24:45 +02:00
Gabriel Ebner
0a8e613cea aspino: init at 2016-01-31 2016-06-21 13:55:28 +02:00
Gabriel Ebner
8f84a5cb08 glucose, glucose-syrup: init at 4.0 2016-06-21 13:26:51 +02:00
Benjamin Saunders
8e47786c0e coturn: init at 4.5.0.3 (#16284) 2016-06-21 12:59:29 +02:00
Michiel Leenaars
2cf31a1840 gnutls35: init at 3.5.1 2016-06-21 09:28:51 +02:00
John Ericson
98b9403a22 top-level: builtins.toPath no longer needed 2016-06-21 00:19:00 -07:00
Rahul Gopinath
293d23abb4 elvish: init at 0.1
A novel unix shell written in go language.
2016-06-21 00:04:54 -07:00
Eric Litak
5d3ace24e9 dislocker: init at 0.6.1 2016-06-20 16:58:21 -07:00
Arseniy Seroka
f529432ca5 Merge pull request #16349 from telotortium/ssh-ident
ssh-ident: init at 2016-04-21
2016-06-20 22:04:57 +03:00
Marc Scholten
d53756f35d sequel-pro: init at 1.1.2 2016-06-20 19:05:42 +02:00
Gabriel Ebner
05a89a6512 goldendict: 1.5.0.ec86515 -> 1.5.0.rc2 2016-06-20 17:59:37 +02:00
Tobias Geerinckx-Rice
bcde5c3353
ganttproject-bin: init at 2.7.2-r1954 2016-06-20 16:04:36 +02:00
obadz
d7960ef4a0 libreoffice: default to (and have hydra build) still rather than fresh
fresh users were experiencing lots of segfaults.

Closes #15825
2016-06-20 13:58:07 +01:00
Bjørn Forsman
bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Rok Garbas
0880f1f335 pythonPackages.mycli, pythonPackages.pgcli: disable for py35 2016-06-20 13:41:05 +02:00
Ricardo Ardissone
b81f3e4682 pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs 2016-06-20 13:41:05 +02:00
artuuge
465d6a2113 Theano-cuda: init at 0.8.2 2016-06-20 01:06:07 +02:00
zimbatm
6e0b40af60 Merge pull request #16345 from mayflower/pkg/bird
bird: 1.5.0 -> 1.6.0, add IPv6 build
2016-06-19 23:38:18 +01:00
zimbatm
31c158ad45 Merge pull request #16189 from zimbatm/usershell-config
User shell config
2016-06-19 23:36:45 +01:00
zimbatm
53f421c0c4 Merge pull request #16325 from taku0/android-studio-2.1.2.0
android-studio: 2.1.1.0 -> 2.1.2.0, fixed Gradle link error
2016-06-19 22:30:34 +01:00
Tobias Geerinckx-Rice
175484d9db
pythonPackages.prompt_toolkit: 1.0.1 -> 1.0.2
Fixes:
- Don't select the first completion when ‘complete_while_typing’
  is False. (Restore the old behaviour.)
2016-06-19 22:43:58 +02:00
Robert Irelan
222c435996 ssh-ident: init at 2016-04-21
Add ssh-ident package from its GitHub repo. Since there are no version
tags on GitHub, I'm using the date of its most recent commit.
2016-06-19 12:44:46 -07:00
Joachim Fasting
6fd8e5719b Merge pull request #16108 from pwetzel/squeezelite
Squeezelite package and service init
2016-06-19 20:53:15 +02:00
Franz Pletz
2f09407a91 bird6: bird build with IPv6 support 2016-06-19 20:45:55 +02:00
Gabriel Ebner
4ef536121f pythonPackages.click-threading: 0.1.2 -> 0.4.0 2016-06-19 16:49:01 +02:00
taku0
3cca6c6960 android-studio: 2.1.1.0 -> 2.1.2.0, fixed Gradle link error
- Set `LD_LIBRARY_PATH` because Gradle installs `libnative-platform.so` in `~/.gradle`, that requires `libstdc++.so.6`
- Uses Android SDK with support libraries since standard templates use them.
- Version bump
2016-06-19 12:07:50 +09:00
Aristid Breitkreuz
175e20ca5c Merge pull request #16254 from NeQuissimus/cassandra30
cassandra: Add 3.0
2016-06-18 20:31:59 +02:00
Aristid Breitkreuz
6163428316 Merge pull request #16271 from zimbatm/gx
Gx
2016-06-18 20:30:03 +02:00
Aristid Breitkreuz
6a3dcb70bc Merge pull request #16112 from abuibrahim/master
odp-dpdk: init at 1.8.0.0
2016-06-18 17:09:13 +02:00
Severen Redwood
e83687fe8e
Clean up the inconsistent naming of themes 2016-06-19 01:48:55 +12:00
Aristid Breitkreuz
8f48bcfe5c Merge pull request #16307 from SShrike/adapta-package
adapta-gtk-theme: Init at 3.21.2
2016-06-18 14:38:23 +02:00
Philip Potter
a18ee50f4c certificate-transparency: remove package
The package has been broken for months now.  The issue is due to linker
flags for protobuf, but I can't work it out.

I no longer use this package myself; and I suspect there is little
appetite for keeping it.  So let's remove it and reduce the maintenance
burden.
2016-06-18 13:03:53 +01:00
Robert Helgesson
bb084880ef perlPackages: bump some packages
- DistZillaPluginTestCPANChanges: 0.008 -> 0.012
 - DistZillaPluginTestCompile: 2.021 -> 2.054
 - FileWhich: 1.09 -> 1.21
 - ModulePath: 0.13 -> 0.19
 - SyntaxKeywordJunction: 0.003007 -> 0.003008
2016-06-18 13:55:53 +02:00
Severen Redwood
915edac0ce
adapta-gtk-theme: Init at 3.21.2 2016-06-18 23:33:29 +12:00
obadz
6b02ae3893 pptpd: init at 1.4.0 2016-06-18 02:08:07 +01:00
NikolaMandic
14f3ec5718 pythonPackage.word2vec: init at 0.9.1 2016-06-17 23:00:26 +02:00
Joachim Fasting
8e3a674305 Merge pull request #16237 from jb55/terra-update-master
terra: 2016-01-06 -> 2016-06-09
2016-06-17 16:23:19 +02:00
Eelco Dolstra
f81fc6b5ac Merge pull request #16289 from zimbatm/old-nix-cleanup
Remove unecessary branching on old nix versions
2016-06-17 14:38:42 +02:00
Joachim Schiele
fe04ea79dd nix-tour: 0.0.1 initial release for offline use 2016-06-17 12:34:19 +02:00
zimbatm
bec28d748c Remove unecessary branching on old nix versions
All these builtins are available since 1.10 or earlier (1.10 being the
lib/minver.nix)
2016-06-17 11:06:48 +01:00
Robert Helgesson
98096004ce perl-IO-Socket-SSL: fix default path to SSL certs 2016-06-17 10:41:17 +02:00
William Casarin
a34ec65659 terra: 2016-01-06 -> 2016-06-09
* llvmPackages_35 -> llvmPackages_38
* static llvm no longer needed
* multiple outputs, this generates the following results:
    - out/lib/terra.so
    - bin/bin/terra
    - dev/include/terra/*.h
    - static/lib/libterra.a

Contributed with help from @joachifm
2016-06-16 20:02:49 -07:00
Joachim Fasting
552c2e5b08 Merge pull request #16205 from vrthra/green
SDL_sixel: Init at 1.2-nightly
2016-06-17 03:58:06 +02:00
Tim Steinbach
f4ca43dc5f cassandra: Add 3.0 2016-06-16 21:12:26 +00:00
Robert Helgesson
e612954896 perl-IO-Socket-SSL: 2.020 -> 2.027 2016-06-16 22:47:20 +02:00
Tobias Geerinckx-Rice
87b18083c0
pythonPackages.prompt_toolkit: 1.0.0 -> 1.0.1 Changes: https://raw.githubusercontent.com/jonathanslenders/python-prompt-toolkit/master/CHANGELOG 2016-06-16 21:38:50 +02:00
Arseniy Seroka
597cc3e68b Merge pull request #16253 from emosenkis/platformio-2.10.3
platformio: 2.8.6 -> 2.10.3
2016-06-16 22:19:15 +03:00
Louis Taylor
160aeab22d
openrw: init at 2016-06-29
Closes #15794
2016-06-16 15:54:22 +02:00
mimadrid
9b7a53d9cb
cytoscape: init at 3.4.0
Closes #16197
2016-06-16 15:47:21 +02:00
Joachim Fasting
e915625ace Merge pull request #15929 from earldouglas/avian
avian: init at 1.2.0
2016-06-16 15:35:48 +02:00
Joachim Fasting
5faefd4c04 Merge pull request #15826 from yawnt/postscript-lexmark
postscript-lexmark: add package
2016-06-16 15:29:03 +02:00
Franz Thoma
b60b7eeaab i3-gaps: init at 4.12 2016-06-16 14:25:46 +01:00
Michiel Leenaars
c7016de72c
mimetic: init at 0.9.8
Closes #16258
2016-06-16 14:41:59 +02:00
Frederik Rietdijk
9f2699fd30 Python: fix the wheel package 2016-06-16 11:36:10 +02:00
Joachim Fasting
1265acc201 Merge pull request #16248 from leenaars/eotutils
eot-utilities: init -> 1.1
2016-06-16 10:57:06 +02:00
Frederik Rietdijk
2f019896d2 Merge pull request #16236 from artuuge/pycuda
pycuda: init at 2016.1
2016-06-16 10:45:24 +02:00
Frederik Rietdijk
f4a4af9a9d Merge pull request #15997 from artuuge/theano_gpu
libgpuarray-cuda: init at -9998.0
2016-06-16 10:43:24 +02:00
Moritz Ulrich
e72282be84 Merge pull request #16052 from dvc94ch/rust-cross
Rust and cargo improvements
2016-06-16 09:42:23 +02:00
Benjamin Staffin
52c7f863c2 Merge pull request #16247 from cerana/shfmt
Add new package "shfmt"
2016-06-16 01:41:05 -04:00
Ruslan Babayev
de67e77e3f odp-dpdk: init at 1.8.0.0
Signed-off-by: Ruslan Babayev <ruslan@babayev.com>
2016-06-15 22:17:03 -07:00
Benjamin Staffin
dfe4c447b1 Merge pull request #16261 from benley/hiera-eyaml
hiera-eyaml: init at 2.1.0
2016-06-15 20:37:14 -04:00
Benjamin Staffin
68689f4d8e hiera-eyaml: init at 2.1.0 2016-06-15 20:19:06 -04:00
Nahum Shalman
d624b02e1e Add new package "shfmt" 2016-06-16 00:18:15 +00:00
zimbatm
ac92273faa Merge pull request #16257 from leenaars/cutee
cutee: init -> 0.4.2
2016-06-16 00:32:19 +01:00
artuuge
bc41a7d551 switch to the default versions of numpy and scipy in libgpuarray-cuda 2016-06-16 00:03:07 +02:00
Benno Fünfstück
41d523a8bc gnome-breeze: init 2016-06-16 00:02:53 +02:00
zimbatm
996a2b54c4 gx-go: init at 20160611 2016-06-15 22:41:29 +01:00
Robert Helgesson
9bbac1f4ea perl-HTTP-Message: 6.06 -> 6.11 2016-06-15 23:16:29 +02:00
Robert Helgesson
7e21290079 perl-W3C-LinkChecker: fix build
Build failed due to missing `docdev` result, fixed by setting explicit
`outputs` field. Also add license and clean up run-time dependencies.
2016-06-15 23:16:29 +02:00
Michiel Leenaars
84873b15ab cutee: init -> 0.4.2 2016-06-15 22:58:46 +02:00
Michiel Leenaars
bfec40d416 eot-utilities: init -> 1.1 2016-06-15 22:15:32 +02:00
Joachim Fasting
46edcd668f Merge pull request #16095 from christopher-l/gmsh
gmsh: init at 2.12.0
2016-06-15 20:30:39 +02:00
Joachim Fasting
cdcc1b1c53 Merge pull request #16102 from vrthra/rebol
rebol: init at 3-alpha
2016-06-15 20:29:53 +02:00
Joachim Fasting
df5a43929f Merge pull request #16100 from vrthra/unicon
unicon: init at 11.7
2016-06-15 20:29:04 +02:00
Eitan Mosenkis
cfce8f9b36 platformio: 2.8.6 -> 2.10.3 2016-06-15 21:27:04 +03:00
Joachim Fasting
d353301b32 Merge pull request #16165 from romildo/upd.fontmanager
font-manager: git-2016-03-02 -> 2016-06-04
2016-06-15 20:26:40 +02:00
artuuge
1a55add4ca enable the tests only for python older than 3.5 2016-06-15 16:24:21 +02:00
Michiel Leenaars
d56850dd49 e2tools: init -> 0.0.16 2016-06-15 16:22:03 +02:00
David Craven
54f80775cb rust: Refactoring of rust and cargo packages 2016-06-15 12:47:13 +02:00
Rushmore Mushambi
48de566e54 Merge pull request #16231 from rushmorem/lizardfs
lizardfs: init at 3.9.4
2016-06-15 04:48:21 +02:00
Benjamin Saunders
091a911bcd bleach: 1.4 -> 1.4.3 2016-06-14 19:37:19 -07:00
rushmorem
c4435493aa lizardfs: init at 3.9.4
LizardFS is a highly reliable, scalable and efficient distributed file
system.
2016-06-15 04:23:44 +02:00
artuuge
be0ade9d03 pycuda: init at 2016.1 2016-06-15 00:47:55 +02:00
artuuge
dd5a46f85d pytools: init at 2016.2.1 2016-06-15 00:39:48 +02:00
David Craven
0720373dfc cargo: Use stable releases instead of snapshots 2016-06-14 23:09:21 +02:00
Robert Helgesson
34ebc3c085 perl-CGI: 4.28 -> 4.31 2016-06-14 22:13:38 +02:00
Robert Helgesson
b0e02cecb6 perl-PDF-API2: 2.027 -> 2.028 2016-06-14 22:13:21 +02:00
Robert Helgesson
4a69b81213 perl-Readonly: 2.04 -> 2.05 2016-06-14 22:13:07 +02:00
Robert Helgesson
2968db5b7b perl-Crypt-JWT: 0.011 -> 0.017 2016-06-14 20:43:04 +02:00
Robert Helgesson
3d1eea2225 perl-CryptX: 0.035 -> 0.036 2016-06-14 20:42:43 +02:00
Robert Helgesson
ee0684fa1e perl-Math-BigInt: 1.999722 -> 1.999723 2016-06-14 20:41:21 +02:00
artuuge
d1f38e2adc make clblas-cuda and libgpuarray-cuda more functorial 2016-06-14 20:01:51 +02:00
Lluís Batlle i Rossell
93912d99d2 Adding nvenc support to ffmpeg (default off)
I add the nvidia-video-sdk header files, required to make it work.

You have to set nvenct=true to ffmpeg-full and nonfreeLicensing=true to
ffmpeg-full to use this.
2016-06-14 17:51:55 +02:00
Guillaume Maudoux
a48796ab83 inginious: turn lib into a python app. 2016-06-14 11:09:21 +02:00
Guillaume Maudoux
624602ef75 python-lti: 0.4.0 -> 0.4.1 2016-06-14 11:09:21 +02:00
Joachim Fasting
886c03ad2e Merge pull request #16107 from joachifm/grsec-ng
Rework grsecurity support
2016-06-14 03:52:50 +02:00
Joachim Fasting
7bda8f0a8f
grsecurity: add a xen guest kernel
This is for the benefit of users who want to quickly get up and running
on a Xen host, for which the stock NixOS kernel is likely unsuitable.
2016-06-14 03:38:19 +02:00
Joachim Fasting
544b42f8f5
top-level/release.nix: remove obsolete grsec jobs 2016-06-14 03:38:19 +02:00
Tuomas Tynkkynen
7ae1e9bb6d multi_v7_defconfig: Enable AHCI_IMX 2016-06-14 01:31:57 +03:00
Joachim Fasting
75b9a7beac
grsecurity: implement a single NixOS kernel
This patch replaces the old grsecurity kernels with a single NixOS
specific grsecurity kernel.  This kernel is intended as a general
purpose kernel, tuned for casual desktop use.

Providing only a single kernel may seem like a regression compared to
offering a multitude of flavors.  It is impossible, however, to
effectively test and support that many options.  This is amplified by
the reality that very few seem to actually use grsecurity on NixOS,
meaning that bugs go unnoticed for long periods of time, simply because
those code paths end up never being exercised.  More generally, it is
hopeless to anticipate imagined needs.  It is better to start from a
solid foundation and possibly add more flavours on demand.

While the generic kernel is intended to cover a wide range of use cases,
it cannot cover everything.  For some, the configuration will be either
too restrictive or too lenient.  In those cases, the recommended
solution is to build a custom kernel --- this is *strongly* recommended
for security sensitive deployments.

Building a custom grsec kernel should be as simple as
```nix
linux_grsec_nixos.override {
  extraConfig = ''
    GRKERNSEC y
    PAX y
    # and so on ...
  '';
}
```

The generic kernel should be usable both as a KVM guest and host.  When
running as a host, the kernel assumes hardware virtualisation support.
Virtualisation systems other than KVM are *unsupported*: users of
non-KVM systems are better served by compiling a custom kernel.

Unlike previous Grsecurity kernels, this configuration disables `/proc`
restrictions in favor of `security.hideProcessInformation`.

Known incompatibilities:
- ZFS: can't load spl and zfs kernel modules; claims incompatibility
  with KERNEXEC method `or` and RAP; changing to `bts` does not fix the
  problem, which implies we'd have to disable RAP as well for ZFS to
  work
- `kexec()`: likely incompatible with KERNEXEC (unverified)
- Xen: likely incompatible with KERNEXEC and UDEREF (unverified)
- Virtualbox: likely incompatible with UDEREF (unverified)
2016-06-14 00:08:20 +02:00
Joachim Fasting
bdc6690baf Merge pull request #16219 from rasendubi/cython
Cython: fix source link
2016-06-13 23:20:03 +02:00
Peter Simons
bef99f11cb Add LTS Haskell 6.3. 2016-06-13 23:09:55 +02:00
Alexey Shmalko
1191149cc8
Cython: fix source link
Fixes #16218.
2016-06-13 23:13:01 +03:00
Paweł Pacana
d2b58dd39a buildkite-agent: init at 2.1.8
* nixos module included
* install compiled binary
* only one platform now
* limited config options
* relies on providing ssh keys for agent
2016-06-13 17:21:08 +01:00
Moritz Ulrich
edca4a1b55 Merge pull request #16159 from matthewbauer/neovim-darwin-fixes
Neovim darwin fixes
2016-06-13 10:42:20 +02:00
José Romildo Malaquias
0072cb8ff1 faba-mono-icons: init at 2016-04-30
Closes #16109.
2016-06-13 09:40:51 +02:00
José Romildo Malaquias
fa447287b0 arc-icon-theme: init at 2016-06-06 2016-06-13 09:40:44 +02:00
José Romildo Malaquias
4e44a330cb moka-icon-theme: init at 2016-06-07 2016-06-13 09:40:43 +02:00
José Romildo Malaquias
c33cf02337 faba-icon-theme: init at 2016-06-02 2016-06-13 09:40:43 +02:00
Rahul Gopinath
e19c5ce2e7 green-pdf-viewer: init at nightly-2014-04-22
Green pdf viewer uses SDL and libpoppler to render pdf.
2016-06-12 20:27:45 -07:00
Rahul Gopinath
ea8fb0aee5 SDL_sixel: init at 1.2-nightly
SDL_sixel is a fork of SDL1.2 that supports sixel as a video driver (for
console graphics)
2016-06-12 20:27:44 -07:00
Matthew Bauer
e0884e85cf neovim: fix build on darwin, cleanup lua paths
fixes #16152

The cmake script had trouble finding the lua paths, this sets them
using “luaPackages.getLuaPath” and “luaPackages.getLuaCPath”.
2016-06-12 21:02:09 -05:00
Matthew Bauer
b331af6de6 lua-mpack: fix building with clang
clang has some things considered “warnings” that gcc doesn’t so it is
necessary to set “-Wno-error” to build under clang.
2016-06-12 21:02:04 -05:00
Rahul Gopinath
9b01ad3ce8 rebol: init at 3-alpha
Rebol is a cross-platform data exchange language and a multi-paradigm dynamic
programming language for network communications and distributed computing.
2016-06-12 16:32:10 -07:00
Rahul Gopinath
4227aa2c4f ffmpeg-sixel: init at nightly-2.3.x 2016-06-12 16:23:25 -07:00
Benno Fünfstück
96066935f2 fix build of pngcheck 2016-06-13 01:21:14 +02:00
zimbatm
4f27f28f89 Merge pull request #16137 from abbradar/parsoid
Update node packages
2016-06-13 00:19:25 +01:00
Tom Dimiduk
f16171dd24 emcee: init at 2.1 2016-06-13 00:05:36 +01:00
zimbatm
a95229a963 Merge pull request #15677 from womfoo/mod_auth_mellon
mod_auth_mellon: init at 0.12.0 and dependency lasso: init at 2.5.1
2016-06-12 23:38:57 +01:00
zimbatm
ecdd2721da Merge pull request #16136 from vrthra/libsixel
libsixel: init at 1.6.1
2016-06-12 23:32:13 +01:00
zimbatm
04a8f4499e Merge pull request #16151 from vrthra/mlterm
mlterm: init at 3.3.8
2016-06-12 23:20:33 +01:00
zimbatm
e1a487fa8f gx: init at 20160601 2016-06-12 23:14:42 +01:00
zimbatm
711456c632 Merge pull request #16187 from Profpatsch/bgnet
bgnet: init at 3.0.21
2016-06-12 22:08:14 +01:00
Profpatsch
0da4bb869e bgnet: init at 3.0.21 2016-06-12 21:28:40 +02:00
zimbatm
e2413ad5a8 shadow: add shellPath passthru
This one is a bit special, it's used to deny users from logging in.
2016-06-12 20:13:32 +01:00
Rahul Gopinath
af76a52c06 libsixel: init at 1.6.1
libsixel is a library for display of graphics in console.
2016-06-12 09:58:25 -07:00
Arseniy Seroka
852e9c3096 Merge pull request #16158 from juliendehos/armadillo
armadillo: init at 7.200.1b
2016-06-12 19:13:38 +03:00
Nikolay Amiantov
a7815995bf cython: 0.23.4 -> 0.24 2016-06-12 15:57:29 +03:00
José Romildo Malaquias
f771bf9239 font-manager: git-2016-03-02 -> 2016-06-04 2016-06-12 08:00:31 -03:00
Tal Walter
eacc13a3e6 uif2iso: init at 0.1.7
a program for converting UIF files (Universal Image Format, used by MagicISO)
to uncompressed images depending on the input file type:
ISO, BIN/CUE, MDS/MDF, CCD/IMG/SUB and NRG.
2016-06-12 13:16:14 +03:00
Phil Wetzel
7e9fbf4a1d squeezelite: init at git 2016-05-27 2016-06-11 22:03:56 -04:00
Julien Dehos
cb6e9e5e24 armadillo: init at 7.200.1b 2016-06-12 03:06:07 +02:00
Rahul Gopinath
c0316aaf84 mlterm: init at 3.3.8
A multi-lingual terminal that supports REGIS and SIXEL graphics
2016-06-11 12:35:34 -07:00
Arseniy Seroka
5347a118c2 Merge pull request #16139 from romildo/upd.catfish
catfish: 1.4.1 -> 1.4.2
2016-06-11 22:33:02 +03:00
José Romildo Malaquias
205ec15d1e catfish: 1.4.1 -> 1.4.2 2016-06-11 15:25:59 -03:00
Rushmore Mushambi
1965bd56e6 Merge pull request #16146 from kamilchm/rework-go
all-packages references to Go packages includes all outputs
2016-06-11 19:24:35 +02:00
Nikolay Amiantov
b341de88e9 Merge pull request #16030 from abbradar/fhs-refactor
Improvements for FHS user chrootenv
2016-06-11 21:04:20 +04:00