Commit Graph

28533 Commits

Author SHA1 Message Date
Michael Raskin
5acc9eeaca Merge pull request #24009 from stebulus/spambayes-bsddb-dep
spambayes: Add bsddb3 build input
2017-03-18 20:27:17 +01:00
Michael Raskin
39609e3157 Merge pull request #23996 from manveru/add-phraseapp
phraseapp-client: init at 1.4.3
2017-03-18 20:08:45 +01:00
Michael Raskin
23b8a46a70 Merge pull request #23984 from k0ral/nixos-unstable
ack: 2.14 -> 2.16
2017-03-18 20:06:22 +01:00
Michael Raskin
4707ac31f1 Merge pull request #23942 from mbrgm/restic
restic: init at 0.5.0
2017-03-18 20:01:14 +01:00
Michael Raskin
c320267cf8 Merge pull request #23934 from rvl/python-zeep
pythonPackages.zeep: init at 1.1.0
2017-03-18 19:59:45 +01:00
Michael Raskin
24f35daa60 Merge pull request #23726 from sternenseemann/master
redo-sh: init at 1.2.6
2017-03-18 19:19:51 +01:00
Michael Raskin
87f7ef87fe Merge pull request #23722 from joachifm/surf-webkit2
surf-webkit2: init at 2017-03-06
2017-03-18 19:18:35 +01:00
Michael Raskin
89f62be345 Merge pull request #23715 from risicle/moz-sops
Add Mozilla sops package
2017-03-18 19:18:06 +01:00
Tuomas Tynkkynen
cba956152f perl-packages: Fix syntax error 2017-03-18 20:09:53 +02:00
Michael Raskin
68cf4d1dfc Merge pull request #23677 from bcdarwin/c3d
c3d: init at 1.1.0
2017-03-18 19:07:09 +01:00
Michael Raskin
dfbd2dd659 Merge pull request #23624 from volth/virt-viewer-5.0
virt-viewer: 2.0 -> 5.0
2017-03-18 19:05:11 +01:00
Michael Raskin
d221e40fd7 Clean up after freecell-solver update 2017-03-18 19:12:08 +01:00
Tuomas Tynkkynen
194ff8a538 gcc-snapshot: Fix eval error 2017-03-18 19:58:45 +02:00
Michael Raskin
b9683c2155 Merge pull request #23436 from lsix/update_dateutil
pythonPackages.dateutil: 2.5.3 -> 2.6.0
2017-03-18 18:44:40 +01:00
Michael Raskin
4d5f33deff Merge pull request #23376 from bcdarwin/ants
ANTs: init at 2.1.0 (0gyys1lf) and update ITK accordingly
2017-03-18 18:42:24 +01:00
Michael Raskin
452cc25e5b Merge pull request #23311 from cheecheeo/zstdmt
zstdmt: init at 0.3
2017-03-18 18:40:22 +01:00
Michael Raskin
f2bba743fb Merge pull request #23283 from alibabzo/init/proselint
proselint: init at 0.8.0
2017-03-18 18:29:20 +01:00
Michael Raskin
3a919cf7da Merge pull request #23242 from lsix/add_python_libais
pythonPackages.libais: init at 0.16
2017-03-18 17:58:50 +01:00
Michael Raskin
e096d7c853 Merge pull request #23229 from juliendehos/gede
gede: init at 2.0.3
2017-03-18 17:57:28 +01:00
Michael Raskin
4047619e05 Merge pull request #21377 from non-Jedi/pythonPackages.livereload
pythonPackages.livereload: init at 2.5.0
2017-03-18 17:48:03 +01:00
Michael Raskin
24060a83e2 Merge pull request #21233 from rardiol/gcc-snapshot
gcc-snapshot: init at 7-20161211
2017-03-18 17:46:09 +01:00
Frederik Rietdijk
af3a535f8b Merge pull request #24013 from DIzFer/update-powerline
update powerline 2.4 -> 2.5.2
2017-03-18 17:26:28 +01:00
Michael Raskin
a8e2597772 Merge pull request #23161 from AndersonTorres/freecell-solver
freecell-solver: 3.26.0 -> 4.8.0
2017-03-18 17:24:15 +01:00
Michael Raskin
309f10b00c Merge pull request #23134 from ljli/earlyoom-init
earlyoom: init at 0.11
2017-03-18 17:22:57 +01:00
Michael Raskin
b89d66a198 Merge pull request #23062 from spacefrogg/ptask
ptask: init at 1.0.0
2017-03-18 17:21:13 +01:00
Michael Raskin
e8d7014dac Merge pull request #22722 from patternspandemic/kodestudio
kodestudio: init at 17.1
2017-03-18 17:18:10 +01:00
David Izquierdo
8547fa1d56 update powerline 2.4 -> 2.5.2 2017-03-18 17:13:23 +01:00
Frederik Rietdijk
e67b979ab5 Merge remote-tracking branch 'upstream/master' into HEAD 2017-03-18 15:32:43 +01:00
Vincent Laporte
959064cfbe ocamlPackages.ppx_deriving_yojson: init at 3.0
deriving Yojson is a ppx_deriving plugin that generates JSON serializers and
deserializers that use the Yojson library from an OCaml type definition.

Homepage: https://github.com/whitequark/ppx_deriving_yojson
2017-03-18 12:58:49 +00:00
Steven Taschuk
3edf455269 spambayes: Add bsddb build input
To reproduce the issue:
```
nix-build -E 'import <nixpkgs> {}' -A python27Packages.spambayes
result/bin/sb_filter.py </dev/null
```
Before this commit, this fails with
```
[...]
  File "/nix/store/vlgr1wrxd2wiw5ay5ch54365dzqvcwgq-python2.7-spambayes-1.1b1/lib/python2.7/site-packages/spambayes/dbmstorage.py", line 20, in open_dbhash
    return bsddb.hashopen(*args)
AttributeError: 'NoneType' object has no attribute 'hashopen'
```
After this commit, it doesn't.
2017-03-18 08:34:28 -04:00
Michael Raskin
5833da6ad5 wayv: init at 0.3 2017-03-18 12:41:09 +01:00
Michael Raskin
6e74e165cb xannotate: init at 20150301 2017-03-18 12:41:09 +01:00
Michael Raskin
266fb8845a xxdiff-tip: init at 4.0.1.20170111
Supports Qt5
2017-03-18 12:41:09 +01:00
Vladimír Čunát
742b120ddc
Merge branch 'master' into staging
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Joachim F
9a976c09ba Merge pull request #23963 from dtzWill/feature/irkerd
irker: init at 2017-02-12
2017-03-18 00:35:32 +01:00
Michael Fellinger
6cc1200bd5
marathonctl: init at 2017-03-06 2017-03-17 23:10:27 +01:00
Michael Fellinger
acdcbf7b14 phraseapp-client: init at 1.4.3 2017-03-17 21:50:50 +01:00
Rodney Lorrimar
0a2ea18e85 pythonPackages.zeep: init at 1.1.0
Works with both Python 2.7 and 3.5.

Tests won't work under Python 3.5 due to the testtools dependency.
2017-03-17 18:40:00 +00:00
Emery Hemingway
fa65cc067b
xaster: init at release 208 2017-03-17 12:09:37 -05:00
Emery Hemingway
7196d16e3f
shapelib: init at 1.4.0 2017-03-17 12:09:37 -05:00
Pascal Bach
3728143cbc prometheus-unifi-exporter: init at 0.4.0 2017-03-17 15:41:22 +01:00
Will Dietz
f9f15fff56 irker: init at 2017-02-12 2017-03-17 09:16:18 -05:00
Michael Raskin
b4fd04c395 pygame_sdl2: init at 6.99.10.1227 2017-03-17 14:14:38 +01:00
koral
f6c1133102 ack: 2.14 -> 2.16 2017-03-17 11:01:55 +01:00
Peter Hoeg
c216a71215 terraform: use generic builder and add 0.9.0 (#23979) 2017-03-17 09:05:16 +00:00
Vincent Laporte
cc012b227f ocamlPackages.functoria: init at 2.0.2
Functoria is a DSL to describe a set of modules and functors, their
types and how to apply them in order to produce a complete application.

Homepage: https://github.com/mirage/functoria
2017-03-17 02:39:15 +00:00
Florent Becker
bc26feb1d6 ocamlPackages.ocsigen_toolkit: init at 1.0 2017-03-17 02:09:53 +00:00
patternspandemic
bb728268b5
kodestudio: init at 17.1 2017-03-16 15:50:01 -07:00
Daiderd Jordan
00ed0f792e Merge pull request #22897 from timor/couchdb-2.0.0
couchdb: add support for version 2.0.0
2017-03-16 22:03:32 +01:00
Jörg Thalheim
989c7c7812 Merge pull request #23823 from orivej/qmetro
qmetro: init at 0.7.1
2017-03-16 21:11:00 +01:00