Commit graph

24928 commits

Author SHA1 Message Date
Thomas Tuegel
8940d740b5 emacsPackagesNg: remove old version of seq
Fixes #17299.
2016-07-27 20:50:28 -05:00
Ram Kromberg
9e899e4451 nedit: switch from lessfit to motif 2016-07-28 01:33:52 +03:00
Ram Kromberg
3800bb5017 motif: init at 2.3.6 2016-07-28 01:33:45 +03:00
Rahul Gopinath
1db375ebd9 kakoune: init at 2016-07-26 2016-07-27 15:14:06 -07:00
Nathan Moore
251a1ccf55 solarus-quest-editor: init at 1.4.5 (#17286) 2016-07-27 18:49:02 +02:00
Rok Garbas
2726593d2c Merge pull request #17307 from grahamc/upgrade-phpcs
phpcs: 2.3.4 -> 2.6.0
2016-07-27 18:41:41 +02:00
Rok Garbas
ff7bc9c5e7 Merge pull request #17292 from proglodyte/wasm
wasm: init at 0.0.1
2016-07-27 18:41:14 +02:00
Graham Christensen
e26e252146 phpcs: 2.3.4 -> 2.6.0 2016-07-27 16:13:52 +00:00
Robin Gloster
54c46d18ea Merge pull request #17223 from proglodyte/v8-static
v8: add static config option
2016-07-27 16:36:37 +02:00
Robert Helgesson
7a2a1173a5
perl-XML-XPath: 1.13 -> 1.37 2016-07-27 13:47:41 +02:00
Robin Gloster
80b50dda07 Merge pull request #17281 from kevincox/rust-2016-07-26
rust-packages: 2016-07-13 -> 2016-07-26
2016-07-27 12:35:21 +02:00
Lluís Batlle i Rossell
03f368ca93 Adding psutils.
Have we lived without psnup so many years? Incredible.
2016-07-27 10:26:15 +02:00
Proglodyte
cddcda6e96 wasm: init at 0.0.1
Run WebAssembly from the command line with v8 backend
2016-07-27 01:55:30 -04:00
Proglodyte
52d52e7f0c v8: add static config option
Add the 'static' argument to the v8 package, which allows building the
package as a static library rather than a shared library. This allows
users to pass additional arguments to d8:
https://github.com/joestelmach/lint.vim/issues/10
2016-07-27 01:38:52 -04:00
Joachim F
096ea41b68 Merge pull request #17275 from peterhoeg/pdf2odt
pdf2odt: init at 2014-12-17
2016-07-27 05:36:20 +02:00
Peter Hoeg
2ea24072ae pdf2odt: init at 2014-12-17
We also apply a patch to create the temporary directory securely
2016-07-27 09:40:35 +08:00
Kevin Cox
4a05dc747e rust-packages: 2016-07-13 -> 2016-07-26 2016-07-26 14:14:34 -04:00
Alexey Lebedeff
acbfc56b43 emacs-source-code: init at 1.0.0
This pseudo-package will help emacs find its own C sources.

When this package is used in `emacsWithPackages`, you will be able to
reach emacs C sources, e.g. through a link in `describe-function`
buffer.
2016-07-26 20:17:09 +03:00
Vladimír Čunát
375ae11a34 tiptop: init at 2.3 2016-07-26 11:55:23 +02:00
Luca Bruno
5c738ec37e gnome3: drop 3.18 2016-07-25 22:49:12 +02:00
Brian McKenna
c816d053bc genymotion: init at 2.7.2 (#17203) 2016-07-25 06:12:29 +02:00
Rok Garbas
720d917f4c Merge pull request #17220 from proglodyte/v8-5-4
v8: 4.5.107 -> 5.4.232
2016-07-25 06:01:47 +02:00
Andrew Miloradovsky
9dbf90d047 xmagnify: init at 0.1.0 (#17222) (#17222)
Tiny screen magnifier for X11
2016-07-25 06:00:27 +02:00
Rok Garbas
d5fc2d45e8
pythonPillow.pillow: fix evaluation 2016-07-25 05:40:48 +02:00
Rok Garbas
6f0d12a5c8
pythonPackages.pillow: dont depend on _lib_include to be presnet in setup.py 2016-07-25 04:20:49 +02:00
Shea Levy
ac93e9f2c8 Linux 4.7 2016-07-24 18:30:08 -04:00
Arseniy Seroka
2900acd6af Merge pull request #17196 from Profpatsch/all-packages-intro-comment
all-packages.nix: introductory top-level comment
2016-07-24 15:45:29 +04:00
Proglodyte
986f12ec89 v8: 4.5.107 -> 5.4.232
Upgraded to latest v8. Updated v8 version and deps, also created a new
patch similar to what existed for v4.5
2016-07-24 02:38:15 -04:00
Proglodyte
781ed961eb v8: use 4.5.107 by default
Default v8 was fixed at 3.30.33, so running nix-build nixpkgs -A v8
would give us version 3.30.33, whereas nix-env -i v8 would install
version 4.5.107. Now, both commands build 4.5.107, and there is still an
option to install version 3.30.33
2016-07-24 02:36:30 -04:00
Profpatsch
cbdfecc52b all-packages.nix: introductory top-level comment
Many newcomers are baffled as to how all-packages.nix is structured.
This comment should provide clarification.
2016-07-23 06:51:38 +02:00
Alexey Shmalko
c9c3118620
rhythmbox: init at 3.2.1 2016-07-23 03:28:35 +03:00
Robert Helgesson
715e01cfc2 Cleanup ucs-fonts (#16994)
* ucs-fonts: remove use of `wrapFonts`

This cleans up the `ucs-fonts` package. In particular it removes the use
of `wrapFonts`, which depends on `builderDefs`. It also renames the
package attribute from `ucsFonts` to `ucs-fonts` (with the old name
being an alias for the newer).

* wrapFonts: remove

Removed since this attribute is no longer used and depends on
`builderDefs`.
2016-07-23 02:07:44 +02:00
Joachim Schiele
e9b9710e0f selenium: 2.44 to 2.52 (2.53 tested but not working well; 2.44 fails because of firefox 36 extension signing enforcement (#15982) 2016-07-23 01:54:34 +02:00
obadz
44157c6da4 smugline: init at 20160106 (#17191)
(required smugpy: init at 20131218)
2016-07-23 01:38:06 +02:00
obadz
fd5cdca916 ecryptfs-helper: init at 20160722 2016-07-23 00:19:34 +01:00
Christine Koppelt
f6d7a567a5 influxdb: parametrize default.nix to prepare packaging of 1.0 (#17161) 2016-07-23 01:08:33 +02:00
Eric Bailey
e6e873beca erlangR19: init at 19.0.2 (#17123)
Add R19.nix, based on @binarin's R18.nix.

N.B. erlang/otp#1023 obviated the need for `rmAndPwdPatch` in R19.
2016-07-23 01:07:41 +02:00
Daiderd Jordan
20a0be5aee Merge pull request #17131 from cransom/jmespath
jp: init at 0.1.2
2016-07-23 00:52:45 +02:00
Daiderd Jordan
e8343fbb38 Merge pull request #17137 from romildo/new.connman-notify
connman-notify: init at 2014-06-23
2016-07-23 00:36:11 +02:00
Shawn Warren
9886c80daa Add gocd agent and server service packages (#16273)
GoCD is an open source continuous delivery server specializing in advanced workflow
modeling and visualization.  Update maintainers list to include swarren83.  Update
module list to include gocd agent and server module.  Update packages list to include
gocd agent and server package.  Update version, revision and checksum for GoCD
release 16.5.0.
2016-07-23 00:29:18 +02:00
Daiderd Jordan
3bacfede38 Merge pull request #17171 from RamKromberg/init/metamorphose2
metamorphose2: init at 0.9.0beta
2016-07-23 00:15:52 +02:00
Joachim Fasting
597b0b0144
gradm: fix build on i686
This is a regression introduced by my update at e4b7b7b028

Turns out this was actually required to build the package on i686; without it,
the build fails with

```
/nix/store/[...]-flex-2.6.0/lib/libfl.so: undefined reference to `yylex'
```

for some reason ... the easiest solution is to just use flex_2_5_35, which does
build successfully.
2016-07-22 23:45:21 +02:00
Joachim F
46c924c4a2 Merge pull request #17178 from amiloradovsky/add-evilwm
evilwm: init at 1.1.1 (#17104)
2016-07-22 23:28:11 +02:00
Andrew Miloradovsky
17b127205d evilwm: init at 1.1.1 (#17104)
Minimalist window manager for the X Window System
2016-07-22 19:15:57 +00:00
Ram Kromberg
3e938ad7f1 metamorphose2: init at 0.9.0beta 2016-07-22 21:51:21 +03:00
Joachim Fasting
e4b7b7b028
gradm: 3.1-201507191652 -> 3.1-201607172312 2016-07-22 17:57:26 +02:00
Carl Sverre
51d9312e44 i3blocks-gaps: init at 1.4
Fork of i3blocks which supports adding borders to work with i3-gaps
2016-07-21 23:39:48 -07:00
Tuomas Tynkkynen
e5d048ad9a Merge pull request #17151 from juliendehos/exrtools
exrtools: init at 0.4
2016-07-22 09:37:35 +03:00
zimbatm
0384a5195d Merge pull request #17157 from kevincox/b2-0.6.2
backblaze-b2: 0.4.4 -> 0.6.2
2016-07-21 20:18:00 +01:00
Rok Garbas
d73c115aa4 Merge pull request #16132 from zohl/tt-rss
tt-rss service: init at 16.3
2016-07-21 20:48:18 +02:00
Kevin Cox
050733abb0 backblaze-b2: 0.4.4 -> 0.6.2 2016-07-21 14:45:35 -04:00
Al Zohali
98e419c0e2 tt-rss service: init at 16.3 2016-07-21 20:46:35 +03:00
Julien Dehos
d6ff1ce2a0 exrtools: init at 0.4 2016-07-21 17:09:27 +02:00
Casey Ransom
d5ee0a27d0 jp: init at 0.1.2
A json parson tool based on the JMESPATH query language.
http://jmespath.org/
2016-07-21 10:42:54 -04:00
Peter Simons
641fc0e683 haskell: remove all but the latest LTS package sets (version 6.7)
This is the first step towards dropping Stackage support. We keep LTS 6.x
around because I don't want to downgrade our default compiler to GHC 7.x,
but once LTS 7.x comes out we'll switch our main package set to that and
drop Nightly.

More details are at:

  http://permalink.gmane.org/gmane.linux.distributions.nixos/20505

Closes https://github.com/NixOS/nixpkgs/issues/14897.

Also relevant:

 - https://github.com/NixOS/nixpkgs/issues/16130
 - https://github.com/commercialhaskell/stack/issues/2259
2016-07-21 14:41:44 +02:00
Robert Helgesson
c817259e28 perl-Math-BigInt: 1.999724 -> 1.999726 2016-07-21 10:29:09 +02:00
Robert Helgesson
dd91ff7be7 perl-Test2-Suite: 0.000048 -> 0.000052 2016-07-21 10:29:09 +02:00
Robert Helgesson
8b1e9ec83d perl-Importer: init at 0.014 2016-07-21 10:29:09 +02:00
Tuomas Tynkkynen
212dd434ec atftp: 0.7 -> 0.7.1 2016-07-21 07:22:17 +03:00
José Romildo Malaquias
38d896aeee connman-notify: init at 2014-06-23 2016-07-20 22:44:55 -03:00
Rok Garbas
cd25b04dbb Merge pull request #16600 from artuuge/cpp_ethereum
cpp_ethereum: init at 1.2.9
2016-07-21 01:39:04 +02:00
Chris Martin
398d3ddc1b go-ethereum: init at 1.4.7 (#16353) 2016-07-21 01:33:39 +02:00
Rok Garbas
227bf69b00 Merge pull request #16597 from jokogr/biber-2.5
biber: 2.4 -> 2.5
2016-07-21 01:27:35 +02:00
Rok Garbas
e2f6c6b9d2 Merge pull request #16620 from zimbatm/ronn-0.7.3
Ronn 0.7.3
2016-07-21 01:23:06 +02:00
Anderson Torres
79f6c2603c Gofish: nit at 1.2 (#16532)
Gofish is a lightweight Gopher server.
2016-07-21 01:19:06 +02:00
edanaher
5682279d14 pidgin-osd: init at 0.1.0 (#16792)
* pidgin-osd: init at 0.1.0

A straightforward pidgin plugin; kind of ancient, but still works fine.

* Use autoreconf, which minor hackery around ChangeLog.
2016-07-21 01:12:31 +02:00
Charles Strahan
4e84c6fc7c cnijfilter2: init at 5.30 (#17048)
Canon InkJet printer drivers for the MG7500, MG6700, MG6600, MG5600,
MG2900, MB2000, MB2300, iB4000, MB5000, MB5300, iP110, E450, MX490,
E480, MG7700, MG6900, MG6800, MG5700, MG3600, and G3000 series.
2016-07-21 01:09:36 +02:00
cransom
4a9b640f37 smokeping: init at 2.6.11 (#17090)
Includes a module for service setup and a test
to verify functionality of both service and pkg.
2016-07-21 01:07:59 +02:00
Ricardo M. Correia
2df3fde700 ocamlPackage.ppx_blob: init at 0.2 (#17129)
OCaml ppx to include binary data from a file as a string.
2016-07-21 01:05:51 +02:00
Rok Garbas
99180fed1f pythonPackages.py3status: 2.9 -> 3.0 2016-07-21 01:01:34 +02:00
Daiderd Jordan
15b2709365 Merge pull request #17118 from drets/master
pythonPackages.jenkinsapi: init at 0.2.32
2016-07-20 23:55:04 +02:00
Daiderd Jordan
267606eeba Merge pull request #17021 from KoviRobi/tclx-add-at-8.4
tclx: init at 8.4.1
2016-07-20 23:41:54 +02:00
Daiderd Jordan
b6cbb5d03f Merge pull request #16915 from puffnfresh/package/marp
marp: init at 0.0.8
2016-07-20 23:06:14 +02:00
taku0
afcf3176ec oraclejdk: 8u91, 8u92 -> 8u101, 8u102 (#17125) 2016-07-20 18:00:11 +02:00
Graham Christensen
5bc522913b Merge pull request #17032 from Ralith/purple-hangouts
purple-hangouts-hg: init at 2016-07-17
2016-07-20 14:38:26 +00:00
Alexey Lebedeff
8b1976c7f6 arduino: 1.0.6 -> 1.6.9 (#17060)
Based on @brodul work at
https://github.com/brodul/nixpkgs/tree/arduino-update

Desktop file generation is from #13690

- Solved all download problems. Package/library lists are changing
  daily, so I've created my own snapshot of them.
- Prepatch jssc .so inside jar - @brodul mentions that it can be copied
  into $HOME while running program.
- Removed some unnecessary dependencies

Tested it by uploading simple sketch to Arduino Uno.
2016-07-20 14:57:59 +02:00
Franz Pletz
2e3066e206 Merge pull request #17120 from ip1981/add/pkgs/perl-Monitoring-Plugin
Add Monitoring::Plugin
2016-07-20 12:48:09 +02:00
Peter Hoeg
c5222b9d55 syncthing: 0.13.10 -> 0.14.0 (#17110) 2016-07-20 12:46:22 +02:00
Lluís Batlle i Rossell
13fc6e56fe Adding intel-gpu-tools to xorg. 2016-07-20 12:33:24 +02:00
Joachim F
33932304e1 Merge pull request #17093 from Ralith/qt5ct
qt5ct: init at 0.24
2016-07-20 09:08:27 +02:00
Igor Pashev
f0fcbb072e perl-Monitoring-Plugin: init at 0.39 2016-07-20 09:48:49 +03:00
Igor Pashev
33ef911d3d perl-Math-Calc-Units: init at 1.07 2016-07-20 09:48:25 +03:00
Benjamin Saunders
fcfec7507b qt5ct: init at 0.24 2016-07-19 21:49:20 -07:00
Benjamin Saunders
54b037720d purple-hangouts-hg: init at 2016-07-17 2016-07-19 21:45:48 -07:00
Graham Christensen
fdd84fd86d Merge pull request #17117 from cransom/aws-shell-0.1.1
aws_shell: 0.1.0 -> 0.1.1
2016-07-20 03:19:01 +00:00
Tuomas Tynkkynen
322faf9219 platforms.nix: Switch ARMv7 to vfpv3-d16
Make ARMv7 compatible with non-NEON chips, changing to the same float ABI
that Debian and Arch Linux use. This is apparently required for the
binaries to work on Scaleway, for instance.
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
cd645c417a release-cross.nix: Build the bootstrap tools for ARM 2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
ee1a647bc2 release-cross.nix: Remove bunch of packages that don't build 2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
d0e25d815c release-cross.nix: Drop any platforms not having a single working build 2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
171c7f0e63 make-bootstrap-tools-cross.nix: Have more consistency with platforms.nix
E.g. we had `arch = "arm"` in the former and `arch = "armv6"` in the
latter. Try to have some more consistency.
2016-07-20 02:38:10 +03:00
Tuomas Tynkkynen
953249db34 platforms.nix: kirkwood_defconfig is gone, use multi_v5_defconfig
kirkwood_defconfig was removed in 3.17, and our kernel headers are based
on 4.4. Make this change to allow the armv5tel bootstrap tarball
to build again (I can't test it, though).
2016-07-20 02:38:10 +03:00
Dmytro Rets
2311673aa9
pythonPackages.jenkinsapi: init at 0.2.32 2016-07-20 01:33:04 +02:00
Dan Peebles
b3adffcd56 pythonPackages.pychef: init at 0.3.0 2016-07-19 18:17:50 -04:00
Dan Peebles
cfa10cd20b pythonPackages.timeout-decorator: init at 0.3.2 2016-07-19 18:16:51 -04:00
Dan Peebles
7ac4d7702e pythonPackages.credstash: init at 1.11.0 2016-07-19 18:15:38 -04:00
Dan Peebles
b5f22e070a pythonPackages.hvac: init at 0.2.15 2016-07-19 18:13:33 -04:00
Casey Ransom
db8e69dea9 aws_shell: 0.1.0 -> 0.1.1
This also fixes https://github.com/awslabs/aws-shell/issues/118
2016-07-19 16:57:02 -04:00
Franz Pletz
03c141b00e Merge pull request #17076 from knedlsepp/add_armadillo
armadillo: Correct dependencies
2016-07-19 17:31:29 +02:00
Frederik Rietdijk
dd5cf80590 pythonPackages.ghp-import: disable tests 2016-07-19 16:22:46 +02:00
Dan Peebles
e0476c2512 pythonPackages.moto: add checkPhase, but leave it turned off
Someday we'll turn it on, but the side-effecting tests aren't going to
work on Hydra right now.
2016-07-19 10:12:51 -04:00
Frederik Rietdijk
9dae8a7e45 pythonPackages.python-etcd: init at 0.4.3 2016-07-19 16:01:28 +02:00
Frederik Rietdijk
332a3e9073 pythonPackages.etcd: init at 2.0.8 2016-07-19 16:01:28 +02:00
Dan Peebles
848bf3099f pythonPackages.moto: init at 0.4.25 2016-07-19 09:45:28 -04:00
Josef Kemetmueller
f3dc4d9ec3 superlu: init at 5.2.1 2016-07-19 12:37:08 +00:00
Alexey Shmalko
486445169f gcc-arm-embedded: change default 4.9 -> 5.4 2016-07-19 14:12:51 +02:00
Alexey Shmalko
d0de634449 gcc-arm-embedded: 5.2 -> 5.4 2016-07-19 14:12:51 +02:00
Bjørn Forsman
6e3137adca gnuk: use gcc-arm-embedded 4.9
The default gcc-arm-embedded version will soon be 5.x, and that breaks
gnuk.
2016-07-19 14:12:51 +02:00
Frederik Rietdijk
c51b8dc224 pythonPackages.{h5py, h5py-mpi}: simplify expression/assertions 2016-07-19 14:12:13 +02:00
Dan Peebles
bb1e00dcb5 pythonPackages.cffi: remove unnecessary compiler flag
I thought this was necessary but it doesn't appear to be after all
2016-07-19 07:57:58 -04:00
Dan Peebles
b1bab4c93f pythonPackages.httpretty: update to 0.8.10
It's not the newest version, but it's newer and the patch still applied
so I left it alone.
2016-07-19 07:57:58 -04:00
Dan Peebles
c20e20c060 pythonPackages.jsonnet: init at same version as standalone 2016-07-19 07:57:58 -04:00
Al Zohali
47b2d50f83 nodePackages.rollup: init at 0.31.2 (#16432) 2016-07-19 13:43:01 +02:00
Azul
20bb5402dc pythonPackages.pygit2: 0.23.1 -> 0.24.0 (#15986) 2016-07-19 13:24:47 +02:00
Franz Pletz
ddf59093ee Merge pull request #16051 from hrdinka/add/osm-gps-map
darktable: readd map/geotagging feature
2016-07-19 13:03:16 +02:00
Carl Sverre
b54009fdfb keybase-go: init at 1.0.16 (#17094)
Build the official keybase go client from source.  The client includes both a
CLI for performing keybase operations and a service which will start
automatically when needed.

Keybase is a service which combines social proof with encryption.  Learn more at
their site: http://keybase.io
2016-07-19 12:34:51 +02:00
Langston Barrett
c40a0b50f7 doctl: init at 1.3.1 (#17066) 2016-07-19 12:30:35 +02:00
leenaars
4aea0ba917 liberationsansnarrow: init at 1.07.3 (#17080) 2016-07-19 12:23:09 +02:00
Ram Kromberg
2e8c21e4dd libjpeg-drop: init at 9b (#16671) 2016-07-19 11:27:17 +02:00
Renzo Carbonara
ae3896061b gpg-mpd: init at 0.7.4 (#16527) 2016-07-19 11:09:20 +02:00
schneefux
4463f9f3d4 hugo: init at 0.16
Closes #16299.
2016-07-19 11:04:37 +02:00
Franz Pletz
6bcf194449 tarball: Only check nix files for nixpkgs references
Fixes travis build failure.
2016-07-19 10:49:18 +02:00
Louis Taylor
7c75fa4bc2 python: add alpha release of 3.6
This might be jumping the gun a little, but I needed to use 3.6 locally
and thought I may as well push it upstream.
2016-07-19 10:27:14 +02:00
Franz Pletz
afa69e14db Revert "ocaml-bitstring: git -> 2.0.4 (#17002)"
This reverts commit a6e3a53229.

See #17002.
2016-07-19 10:09:03 +02:00
Renzo Carbonara
e54ec2f907 fetchMavenArtifact: init (#16825)
fetchMavenArtifact downloads a Maven artifact given a group id, an artifact id,
and a version.

Example usage:

   org_apache_httpcomponents_httpclient_4_5_2 = fetchMavenArtifact {
     groupId = "org.apache.httpcomponents";
     artifactId = "httpclient";
     version = "4.5.2";
     sha256 = "0ms00zc28pwqk83nwwbafhq6p8zci9mrjzbqalpn6v0d80hwdzqd";
     # Optionally: repos = [ ... urls to some Maven repos to use ... ];
     # Optionally: url, urls - pointing directly to a specific jar url.
   };

Now `org_apache_httpcomponents_httpclient_4_5_2.jar` points to the downloaded
JAR file, while `org_apache_httpcomponents_httpclient_4_5_2` refers to a
derivation that when used used in `buildInputs` will be automatically added to
the Java classpath.
2016-07-19 09:48:36 +02:00
Matthew Maurer
a6e3a53229 ocaml-bitstring: git -> 2.0.4 (#17002)
Google Code no longer supports git cloning. We could restore this
revision by exporting the repository to github and working from there,
but barring a request for it, we can just use the released version.
2016-07-19 09:36:34 +02:00
Franz Pletz
5c534b2186 phpPackages.composer: 1.0.0-alpha11 -> 1.2.0 2016-07-19 09:02:14 +02:00
Matthias Beyer
77fcccf7d7 wikicurses: init at 1.3 (#16916) 2016-07-19 08:47:43 +02:00
Eric Merritt
eb92804f91 nixos-containers: init package (#16959)
This moves nixos-containers into its own package so that it can be
relied upon by other packages/systems. This should make development
using dynamic containers much easier.
2016-07-19 08:13:06 +02:00
Alexey Shmalko
60d32ff6cc planner: init at 0.14.6 (#17078) 2016-07-19 01:36:33 +02:00
Franz Pletz
b5daad4268 nginx: refactor and add mainline version
Upstream calls the unstable version mainline.
2016-07-19 01:20:49 +02:00
Daiderd Jordan
cb40b4aafd pythonPackages: dulwich disable tests on darwin 2016-07-18 19:11:51 +02:00
Daniel Peebles
e556effc09 Merge pull request #17062 from johbo/darwin-s3cmd
s3cmd: Fix file library path for darwin
2016-07-18 13:07:15 -04:00
zimbatm
4cf02e648d Merge pull request #16948 from hce/add-commander-genius
commandergenius: init at 194beta
2016-07-18 14:40:13 +01:00
zimbatm
a95cc91cf2 Merge pull request #16826 from Ericson2314/impure
Separate fix-point from config importing hacks and other impurities
2016-07-18 14:28:59 +01:00
Johannes Bornhold
b18dde4593 s3cmd: Fix file library path for darwin 2016-07-18 13:35:20 +02:00
Wayne Scott
af056de900 nixpkgs: add bitkeeper-7.3ce
Closes #16928.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-18 05:22:18 -05:00
Vladimír Čunát
457460a86d Merge #16997: path64: remove the abandoned package 2016-07-17 21:05:31 +02:00
Tomas Hlavaty
16ad19887a openshot-qt: init at 2.0.7 2016-07-17 18:58:58 +02:00
Tomas Hlavaty
800a379cb3 unittest-cpp: init at 1.6.1 2016-07-17 18:58:58 +02:00
Franz Pletz
eacabb9993 shncpd: init at 2016-06-22 2016-07-17 17:15:23 +02:00
Franz Pletz
a6a0b092da pythonPackages.m2crypto: 0.23.0 -> 0.24.0
Fixes libressl compatibility.
2016-07-17 17:15:23 +02:00
Vladimír Čunát
bf6759839a Merge #17023: bring back ncurses5 to fix GHC bootstrapping 2016-07-17 13:41:19 +02:00
Frederik Rietdijk
52896c8c86 pythonPackages.rpy2: 2.5.6 -> 2.8.2
readline issue still exists.

```
ImportError: libreadline.so.6: cannot open shared object file: No such
file or directory
```
2016-07-17 12:16:24 +02:00
Kovacsics Robert (NixOS)
f4c34a8345 tclx: init at 8.4.1 2016-07-16 21:49:58 +01:00
Tuomas Tynkkynen
b0cc1cd729 ncurses: Add explicit 'ncurses5' and 'ncurses6' attrs
Also reinstate the gcc5 patch to make it build on Linux.
2016-07-16 23:47:28 +03:00
Frederik Rietdijk
b4bae44f13 pythonPackages.jupyterlab: init at 0.1.1
Note that this is still a pre-alpha release.
2016-07-16 22:42:37 +02:00
Tuomas Tynkkynen
6e0ab36de0 Merge pull request #16963 from womfoo/init/cking-kernel-tools
Init {fnotify,fork,power,smem}stat kernel tools
2016-07-16 21:15:23 +03:00
Frederik Rietdijk
097d75d502 Merge pull request #17005 from rzetterberg/libui
libui: init at 3.1a
2016-07-16 18:23:22 +02:00
Joachim F
ed50ef318b Merge pull request #15848 from matthewbauer/packagekit
Add in PackageKit
2016-07-16 13:29:08 +02:00
Joachim F
86ba20b3d8 Merge pull request #16686 from AndersonTorres/pekwm
pekwm: init at 0.1.17
2016-07-16 13:19:00 +02:00
Joachim F
0adba3dc8f Merge pull request #16927 from RamKromberg/init/uemacs
uemacs: init at 2014-12-08
2016-07-16 13:15:40 +02:00
Michael Raskin
f7c43d4dc2 octave: use OpenBLAS with correct bit-width. Previously this didn't work, now it is the only way that works. 2016-07-16 13:13:06 +02:00
Rok Garbas
a377c71280 firefox-bin: 48.0b1 -> 48.0b7
* removed firefox-developer-bin
* extend firefox-bin expression to accept sources as input so
  firefox-developer-bin can be packaged outside nixpkgs
* generate_sources.rb now includes full urls in the output
2016-07-16 13:04:04 +02:00
Richard Zetterberg
6c0cfd3be3 libui: init at 3.1a 2016-07-16 11:06:21 +02:00
Kranium Gikos Mendoza
b68689ebb2 smemstat: init at 0.01.14 2016-07-16 12:09:40 +08:00
Kranium Gikos Mendoza
a28dda1102 powerstat: init at 0.02.10 2016-07-16 12:09:40 +08:00
Kranium Gikos Mendoza
f88f31c4f0 forkstat: init at 0.01.13 2016-07-16 12:09:32 +08:00
Dan Peebles
49ea72c3f3 pythonPackages.cffi: fix on darwin
This isn't conditional because it works on other platforms too
2016-07-15 22:01:58 -04:00
Alexey Shmalko
3172c2a455
path64: remove
The project seem to be inactive since 2010 (http://www.path64.org/). The
repository is also unavailable now.

Found at https://github.com/NixOS/nixpkgs/issues/15558.
2016-07-16 03:16:44 +03:00
Robin Gloster
0749876016 Merge pull request #15957 from mayflower/sonarr_upstream
sonarr: init at 2.0.0.4146 + sonarr service
2016-07-15 17:34:18 +02:00
Joachim Fasting
e228023b14
linux_grsec_nixos: fix build
The grsec patch fails to apply cleanly when combined with the hiddev CVE patch
(added in dde259dfb5).  To fix this and future
problems, we set all our patches explicitly rather than inherit from the base
kernel.
2016-07-15 16:55:41 +02:00
Tristan Helmich
a664006314 sonarr: init at 2.0.0.4230 2016-07-15 16:07:27 +02:00
Hans-Christian Esperer
88154e2877 commandergenius: init at 194beta 2016-07-15 12:54:52 +02:00
Frederik Rietdijk
81d798bc36 Merge pull request #16463 from FRidh/secp
secp256k1: init (native lib, and python ffi bindings at 0.12.1)
2016-07-15 12:23:20 +02:00
Frederik Rietdijk
14bd7b7931 Merge pull request #16843 from k0ral/glances
glances 2.4.2 -> 2.6.2, and dependencies
2016-07-15 11:48:08 +02:00
Frederik Rietdijk
641c535bd5 Merge pull request #16931 from RamKromberg/init/lenmus
lenmus: init at 5.4.1
2016-07-15 11:36:57 +02:00
Alexey Shmalko
5eaeb97a46 qbittorrent: fix build 2016-07-15 10:26:26 +02:00
John Ericson
bed2a14afa makeRustPlatform: Remove self argument 2016-07-15 10:13:21 +02:00
Rok Garbas
0ad8d0b127 pypi2nix: should be using python35 2016-07-15 06:39:10 +02:00
John Ericson
4af2bf6663 Separate fix-point from config importing hacks and other impurities 2016-07-14 14:33:23 -07:00
Kranium Gikos Mendoza
b795186f2e fnotifystat: init at 0.01.14 2016-07-15 00:44:41 +08:00
Tobias Pflug
cb7d8822e9 w3m: fix build on darwin (#16955) 2016-07-14 18:01:27 +02:00
Tuomas Tynkkynen
4a9f778118 kde4: Use ffmpeg_2 to fix ffmpegthumbs build 2016-07-14 15:12:50 +03:00
Vladimír Čunát
1b5ac05845 Merge branch 'staging'
Includes security fixes in gd and libarchive.
2016-07-14 15:51:28 +02:00
Frederik Rietdijk
f745e02510 pythonPackages.pgcli: fix tests, build on 3.5 2016-07-14 11:44:55 +02:00
Frederik Rietdijk
c632980a02 pythonPackages.pgspecial: fix tests 2016-07-14 11:44:36 +02:00
Frederik Rietdijk
d78a2b1ce9 pythonPackages.sqlparse: fix tests 2016-07-14 11:44:05 +02:00
Frederik Rietdijk
59b5a2a8c9 Merge pull request #16943 from RamKromberg/fix/ansible
ansible: 1.9.4 -> 1.9.6 CVE-2016-3096
2016-07-14 11:08:57 +02:00
Gabriel Ebner
aab727fd77 tokei: init at 3.0.0 2016-07-14 10:19:20 +02:00
Ram Kromberg
e9ddfe3d4c ansible: 1.9.4 -> 1.9.6 2016-07-14 10:17:56 +03:00
rushmorem
ea15a54ef2 habitat: add an option to run in an FHS chroot
`hab studio enter` as well as other `hab` commands that make use
of the studio assume an FHS system when creating a chroot.

See https://github.com/habitat-sh/habitat/issues/994
2016-07-14 04:36:58 +02:00
Moritz Ulrich
c1bcfd7405 Merge pull request #16920 from the-kenny/rust-1.10.0
rust: 1.9.0 -> 1.10.0
2016-07-13 23:56:55 +02:00
Eric Sagnes
c6f99a3a92 wireguard: split module and tools (#16883) 2016-07-13 21:15:11 +02:00
Ram Kromberg
697f0df394 lenmus: init at 5.4.1 2016-07-13 22:04:35 +03:00
Thomas Tuegel
3eb9b19d3b kde5.frameworks: remove version from directory name
Now that we keep only one version of Frameworks in Nixpkgs, it is not
necessary to version the directory which stores the Nix expressions.
2016-07-13 13:54:58 -05:00
Thomas Tuegel
422ee37e52 kde5.applications: 16.04.2 -> 16.04.3
- Update from Applications 16.04.2 to 16.04.3.
- Remove the version number from the directory storing the Applications
  Nix expressions. It is not necessary to version the Nix expressions
  now that we keep only one version in Nixpkgs.
- Fix a bug in generate-kde-applications.sh which prevented it from
  finding its helper script.
- Automatically redirect the output of generate-kde-applications.sh to
  make the update script even easier to use.
2016-07-13 13:54:52 -05:00
Thomas Tuegel
c8885106c1 kde5.plasma: 5.7.0 -> 5.7.1
- Update from Plasma 5.7.0 to 5.7.1.
- Remove the version number from the directory storing the Plasma Nix
  expressions. It is not necessary to version the Nix expressions now
  that we keep only one version in Nixpkgs.
- Fix a bug in generate-kde-plasma.sh which prevented it from finding
  its helper script.
- Automatically redirect the output of generate-kde-plasma.sh to make
  the update script even easier to use.
2016-07-13 13:54:42 -05:00
Ram Kromberg
784b31dd93 uemacs: init at 2014-12-08 2016-07-13 21:09:01 +03:00
Moritz Ulrich
eec7eafe6f rustRegistry: 2016-06-26 -> 2016-07-13. 2016-07-13 20:08:11 +02:00
Ioannis Koutras
d861911263 ocproxy: init at 1.50 2016-07-13 17:15:23 +03:00
Brian McKenna
52d658df93 marp: init at 0.0.8 2016-07-13 21:03:30 +10:00
Robert Helgesson
3ce829ca03 perl-MouseX-Getopt: 0.36 -> 0.37 2016-07-13 12:35:06 +02:00
Robert Helgesson
2e56d68164 perl-Getopt-Long-Descriptive: 0.099 -> 0.100 2016-07-13 12:35:06 +02:00
Robert Helgesson
fdef298dd7 perl-File-Util: 4.161200 -> 4.161950 2016-07-13 12:35:06 +02:00
Robert Helgesson
e196d30c1f perl-CryptX: 0.037 -> 0.038 2016-07-13 12:35:06 +02:00
Robert Helgesson
cf7d968f3a perl-bignum: 0.42 -> 0.43 2016-07-13 12:35:06 +02:00
obadz
fad9a8841b ecryptfs: fix kernel bug introduced in 4.4.14
Introduced by mainline commit 2f36db7
Patch is from http://www.spinics.net/lists/stable/msg137350.html
Fixes #16766
2016-07-13 11:04:07 +02:00
Ioannis Koutras
a3e6044e9c biber: 2.4 -> 2.5 2016-07-13 10:53:12 +03:00
Ioannis Koutras
4aceac2b81 perlPackages.UnicodeNormalize: 1.19 -> 1.25 2016-07-13 10:53:12 +03:00
Ioannis Koutras
6747bcf43a perlPackages.LinguaTranslit: init from 0.26 2016-07-13 10:53:12 +03:00
Ioannis Koutras
956da24281 perlPackages.TextBibTeX: 0.71 -> 0.72 2016-07-13 10:53:12 +03:00
Vladimír Čunát
40785f0dac Merge branch 'master' into staging
Hydra nixpkgs: ?compare=1282763
2016-07-12 22:00:10 +02:00
Franz Pletz
dde259dfb5 linux: Add patch to fix CVE-2016-5829 (#16824)
Fixed for all available 4.x series kernels.

From CVE-2016-5829:

  Multiple heap-based buffer overflows in the hiddev_ioctl_usage function
  in drivers/hid/usbhid/hiddev.c in the Linux kernel through 4.6.3 allow
  local users to cause a denial of service or possibly have unspecified
  other impact via a crafted (1) HIDIOCGUSAGES or (2) HIDIOCSUSAGES ioctl
  call.
2016-07-12 20:56:50 +02:00
Thomas Tuegel
724224f8f7 Merge pull request #16838 from vandenoever/plasma-57
KDE Plasma 5.7 and KDE Frameworks 5.24
2016-07-12 12:34:55 -05:00
Jos van den Oever
b42ff8182a kde frameworks: 5.22 -> 5.24 2016-07-12 17:59:48 +02:00
Jos van den Oever
fd0373c589 kde plasma: 5.6.5 -> 5.7.0 2016-07-12 17:59:42 +02:00
joachifm
ecb5a56b4e Merge pull request #16300 from schneefux/gopkg-minify
minify: init at v2.0.0
2016-07-12 16:20:28 +02:00
Arseniy Seroka
356e9c04da Merge pull request #16771 from mimadrid/init/universal-ctags-2016-07-06
universal-ctags: init at 2016-07-06
2016-07-12 17:56:30 +04:00
Eric Bailey
9d58f894cd lfe: init at 1.1.1 (#16865)
This is a first pass at adding an LFE package.

N.B. man pages are ignored for now.
2016-07-12 13:48:33 +02:00
Eelco Dolstra
0fa00cce01 awscli: 1.10.38 -> 1.10.46 2016-07-12 13:38:13 +02:00
Renzo Carbonara
103ae01173 zoom-us: init at 2.0.52458.0531 (#15607) 2016-07-12 13:37:11 +02:00
Rok Garbas
fc29868d24 pythonPackages.Flootty: init at 3.2.0 2016-07-12 02:06:47 +02:00
Martin Gammelsæter
811cf56f5f mypy-lang: init at 0.4.2 2016-07-11 19:35:00 +02:00
Ram Kromberg
8f98fcd73b lighthouse: init at 2016-01-26 (#16849) 2016-07-11 18:10:43 +02:00
Eric Sagnes
1b41283eb3 wireguard: init at 20160708 (#16856) 2016-07-11 18:05:23 +02:00
Eric Sagnes
1349cd4e8d fcitx: refactor (#16858) 2016-07-11 17:50:22 +02:00
Adolfo E. García
b25d21955e libqrencode: init at 3.4.4
* libqrencode: init at 3.4.4
* libqrencode: add maintainer

#16861
2016-07-11 17:46:30 +02:00
Eelco Dolstra
8710672225 ena: Init at 20160629
This adds the Amazon Elastic Network Adapter kernel module required by
EC2 x1.* instances.
2016-07-11 14:32:18 +02:00
Eelco Dolstra
2aadeb2cb5 Add App::St 2016-07-11 10:46:34 +02:00
Jookia
ba2232f1f2 srelay: init at 0.4.8b6 (#16833) 2016-07-11 03:41:02 +02:00
Ram Kromberg
ec5ec31411 pngpp: init at 0.2.9 (#16782) 2016-07-10 23:20:03 +02:00
Nikolay Amiantov
e4aace7028 qt-recordmydesktop: init at 0.3.8-svn602 2016-07-10 22:57:00 +03:00
Nikolay Amiantov
7e0a6dd827 gtk-recordmydesktop: init at 0.3.8-svn602 2016-07-10 22:56:59 +03:00
Oliver Hunt
85c6ab9c8a pythonPackages.lektor: init at 2.3 2016-07-10 20:43:09 +02:00
koral
e70d30c5e1 pythonPackages.glances: 2.4.2 -> 2.6.2 2016-07-10 20:33:00 +02:00
koral
7da3f455cd pythonPackages.pysnmp: 4.2.5 -> 4.3.2 2016-07-10 20:32:28 +02:00
koral
c9deac5dde New package: pythonPackages.pysmi 2016-07-10 20:31:49 +02:00
Luca Bruno
5a245c24b0 gnome3: make 3.20 the default 2016-07-10 16:17:37 +02:00
schneefux
4c17bed84c minify: init at v2.0.0 2016-07-10 12:06:01 +02:00
AndersonTorres
0f6c79d561 pekwm: init at 0.1.17 2016-07-09 22:26:24 -03:00
zimbatm
820cb25139 Merge pull request #16416 from Ericson2314/default-args
Make default config an argument default instead of using null check
2016-07-09 21:44:36 +01:00
John Ericson
29de9cedad Make default config an argument default instead of using null check
Thanks @Mathnerd314 for this idea
2016-07-09 13:06:19 -07:00
cransom
5f8a384b65 flowlogs_reader: init at 1.0.0 (#16787) 2016-07-09 19:11:42 +02:00
Vladimír Čunát
f622ba281a gnumake default: 4.1.* -> 4.2.* 2016-07-09 16:50:12 +02:00
Vladimír Čunát
95a9fa0ba0 Merge branch 'master' into staging 2016-07-09 16:49:48 +02:00
Rahul Gopinath
cf5ebca53e texinfo: 6.0 -> 6.1 2016-07-09 16:47:53 +02:00
Christian Richter
86809b838f mop: init at 0.2.0
Fixes #16728.
2016-07-09 15:00:36 +02:00
Frederik Rietdijk
6665092e4d pythonPackages.ipython: fix python 2.7 2016-07-09 13:11:05 +02:00
Frederik Rietdijk
d472995b78 pythonPackages.pathlib2: init at 2.1.0 2016-07-09 13:11:05 +02:00
Frederik Rietdijk
5e7fb05a8c pythonPackages.backports_shutil_get_terminal_size: init at 1.0.0 2016-07-09 13:11:05 +02:00
Franz Pletz
b571a1a373 smcroute: init at 2.1.0 2016-07-09 12:56:02 +02:00
Vladimír Čunát
cd04b83605 ffmpeg_3: 3.0.2 -> 3.1.1 2016-07-09 11:43:25 +02:00
Frederik Rietdijk
4d4a809294 pythonPackages.prompt_toolkit_52: disable tests 2016-07-09 11:40:52 +02:00
Nikolay Amiantov
8b92103ae8 Merge branch 'master' into staging 2016-07-08 20:36:44 +03:00
Nikolay Amiantov
4ae98c2064 Merge branch 'kbd-paths' into staging
Closes #16642
2016-07-08 20:35:25 +03:00
Tuomas Tynkkynen
be18cd35a5 Merge pull request #16794 from RamKromberg/init/lzfse
lzfse: init at 2016-06-21
2016-07-08 18:49:42 +03:00
Frederik Rietdijk
f313f9356c pythonPackages.jupyter_console: 4.1.1 -> 5.0.0 2016-07-08 13:24:25 +02:00
Frederik Rietdijk
188422b773 pythonPackages.ipython: 4.1.2 -> 5.0.0 2016-07-08 13:24:12 +02:00
Frederik Rietdijk
61118d5936 pythonPackages.prompt_toolkit: fix tests 2016-07-08 13:23:40 +02:00
Vladimír Čunát
b732af00bb pythonPackages.breathe: init at 4.2.0
It seems to work OK, but I'm not good at packaging python stuff.
2016-07-08 14:54:44 +02:00
Ram Kromberg
5abd5603ed lzfse: init at 2016-06-21 2016-07-08 13:09:16 +03:00
Nikolay Amiantov
c89843b604 kbd: split keymaps into kbdKeymaps 2016-07-08 12:52:39 +03:00
Eelco Dolstra
04eb7492dc ixgbevf: Init at 3.2.2
This driver is necessary for Enhanced Networking on most EC2 instance
types.
2016-07-07 17:51:10 +02:00
Peter Simons
4ba794ed89 Add LTS Haskell 6.6. 2016-07-07 17:19:55 +02:00
mimadrid
2b7458144f
universal-ctags: init at 2016-07-06 2016-07-07 12:09:18 +02:00
Eelco Dolstra
c7b809298d boto: 2.38.0 -> 2.41.0 2016-07-07 11:04:17 +02:00
Rickard Nilsson
51c6c98529 freecad: 0.15 -> 0.16 2016-07-07 09:24:49 +02:00
Robert Helgesson
d787e62d39 perl-Test2-Suite: 0.000042 -> 0.000048 2016-07-06 23:43:06 +02:00
Robert Helgesson
18312f2947 perl-Test-Simple: 1.302022 -> 1.302037 2016-07-06 23:42:47 +02:00
Kranium Gikos Mendoza
851cd1e6af pythonPackages.pyexcelerator: init at 0.6.4.1 2016-07-06 16:26:31 +02:00
Ram Kromberg
28159315b7 jpegrescan: init at 2016-06-01 2016-07-06 12:42:58 +02:00
zimbatm
2fdfe6ed9f Merge pull request #16743 from Nate-Devv/solarus-games
solarus: init at 1.4.5
2016-07-06 09:39:14 +01:00
Frederik Rietdijk
6876eab511 pythonPackages.tornado: fix tests, closes #14634
The test runner would import all modules to check whether they might
have tests.

On a Linux system it would load the Tornado module that depends on
kqueue, which is BSD only, and fail.
2016-07-06 10:11:32 +02:00
Nathan Moore
09f366a360 solarus: init at 1.4.5 2016-07-05 18:33:51 -07:00
Tuomas Tynkkynen
30e08502fa Merge pull request #16734 from vrthra/wxsqlite3
wxsqliteplus: init at 0.3.6
2016-07-06 01:00:37 +03:00
Peter Simons
6a6b8fa36f cabal2nix: update to version 2.0 from Hackage
I've realized that publishing updates to Hackage is far easier than
publishing updates in Nixpkgs, and since all Hackage updates show up in
Nix automatically I've decided to go back to publishing cabal2nix on
Hackage again.

Unfortunately, this means that I'll have to change the version numbering
scheme to comply with the expectations of the Haskell PVP (which is used
by Stackage), so the new version 2.0 looks like a downgrade to Nix,
which used to have version 20160406. :-(

If in doubt, run "nix-env -u --always" to force the update. I am sorry
about the inconvenience.
2016-07-05 23:45:41 +02:00
Matthew Bauer
4e50880c82 packagekit: add latest from hughsie's github repo
- currently pulled in from Git until the next release of PackageKit
  has Nix support
- also: add in a service module to start packagekit properly
- nixos service can be enabled via services.packagekit.enable
- packagekit requires nixunstable to build properly
2016-07-05 20:26:59 +00:00
Rahul Gopinath
881ba7309c wxsqliteplus: init at 0.3.6 2016-07-05 13:15:04 -07:00
Rahul Gopinath
86e2cd9066 wxsqlite3: init at 3.3.1 2016-07-05 00:55:22 -07:00
Rahul Gopinath
65364cc83c pypdf2: 1.25.1 -> 1.26.0 2016-07-05 09:01:41 +02:00
Joachim Fasting
3f5d7c7e04
geis: refactor & fix build
- Pass -Wno-error=pedantic to work around ISO C violations
- Build with X11 unconditionally (also rely on pkgconfig for
  detection, --enable-x11 does not work)
- Build against evemu
2016-07-05 00:54:12 +02:00
Joachim Fasting
b51cf2626e Merge pull request #16707 from vrthra/edit-editor
edit: Init at 20160425
2016-07-05 00:02:12 +02:00
Joachim Fasting
eaa66a466b Merge pull request #16710 from vrthra/wily
wily: init at 0.13.42
2016-07-05 00:01:49 +02:00
Rahul Gopinath
92c903cb1b edit: Init at 20160425 2016-07-04 14:01:50 -07:00
Joachim Fasting
37e912d3fa Merge pull request #16684 from leenaars/orbitron
orbitron: init at 20110526
2016-07-04 22:55:14 +02:00
Rahul Gopinath
c5f54786a1 wily: init at 0.13.42 2016-07-04 11:19:11 -07:00
Michiel Leenaars
b8fd2c9ecb orbitron: init at 20110526 2016-07-04 19:47:29 +02:00
Joachim Fasting
173fbeef42 Merge pull request #16679 from vrthra/cweb
cweb: init at 22p
2016-07-04 18:15:51 +02:00
Rahul Gopinath
a30ecd619a libisoburn: init at 1.4.4 2016-07-04 17:31:17 +02:00
Arseniy Seroka
dc0c01f929 Merge pull request #16688 from vrthra/mailutils
mailutils: fix build break
2016-07-04 18:01:47 +03:00
Tuomas Tynkkynen
4085f4de5f Merge branch 'pr-newest-uboot' into master 2016-07-04 15:17:46 +03:00
Tuomas Tynkkynen
44955a73b2 platforms.nix: Enable DTB for the ARMv6 Raspberry Pi 2016-07-04 15:13:13 +03:00
Joachim Schiele
4c4a63f55d Merge pull request #16208 from qknight/emscripten_toolchain
emscripten toolchain *katsching*
2016-07-04 12:04:03 +02:00
Joachim Schiele
c514693eb6 adds support to build emscripten packages using nix:
example usage:

- nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.libxml2
- nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.json_c
- nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.zlib
- nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.xmlmirror
2016-07-04 12:02:37 +02:00
Tobias Geerinckx-Rice
5efa4f801d
pythonPackages.pgcli: 1.0.0 -> 1.1.0
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
2016-07-04 10:52:51 +02:00
Rahul Gopinath
a783a5704f mono44: init at 4.4.1.0 2016-07-04 10:44:34 +02:00
Rahul Gopinath
d3fedc6a9d mono40: refactor to generic 40 2016-07-04 10:44:34 +02:00
Rahul Gopinath
27a9ef8709 mailutils: fix build break
See #14606 for the breakage. It is fixed by using default guile 2.0
Also addes support for fribidi, sasl, and gssapi
2016-07-03 22:50:39 -07:00
Joachim Fasting
0da28e9cfa Merge pull request #16582 from vrthra/xsw
xsw: init at 0.1.2
2016-07-04 01:11:57 +02:00
Joachim Fasting
e30580a44b Merge pull request #16602 from vrthra/zgv
zgv: init at 5.9
2016-07-04 01:11:16 +02:00
Rahul Gopinath
cfe4ad2431 xsw: init at 0.1.2 2016-07-03 15:56:38 -07:00
Tuomas Tynkkynen
18572e2359 U-Boot: Drop Versatile build
I had broken this at some point and the patch conflicts quite often.
Hopefully soon the Raspberry Pi 2 emulation in QEMU can be used instead.
2016-07-04 01:52:58 +03:00
Tuomas Tynkkynen
4108e0324e U-Boot: Build for the Raspberry Pi 2 & 3 2016-07-04 01:52:58 +03:00
Rahul Gopinath
5dade2d296 cweb: init at 22p 2016-07-03 14:54:12 -07:00
Nikolay Amiantov
5bed7df058 Revert "[WIP] flashtool: 0.9.14.0 -> 0.9.23.3"
This reverts commit 0e5c802120.

It was pulled accidentially -- this is not ready yet.
2016-07-04 00:23:42 +03:00
Rahul Gopinath
eef98f3e51 zgv: init at 5.9 2016-07-03 14:06:57 -07:00
Rahul Gopinath
f3da2e5bac tie: init at 2.4 2016-07-03 13:47:53 -07:00
Profpatsch
994c81c391 ffmpeg: additional package fixes
Some KDE packages don’t yet work with ffmpeg-3.
2016-07-03 22:12:58 +02:00
Tuomas Tynkkynen
1268f0753f U-Boot: Build for the Beaglebone Black 2016-07-03 20:48:07 +03:00
Lengyel Balázs
0e5c802120 [WIP] flashtool: 0.9.14.0 -> 0.9.23.3 2016-07-03 20:22:35 +03:00
Joe Hermaszewski
77ea161f19 pythonPackages.neovim: 0.1.8 -> 0.1.9 (#16664) 2016-07-03 12:12:59 +02:00
Ryan Scheel (Havvy)
fe01f1c66b gtkLibs: remove by inlining into gnome2 (close #16665)
vcunat reverted gtk -> gtk2 change.
2016-07-03 07:53:43 +02:00
Joachim Fasting
f85a5a0808 Merge pull request #16587 from romildo/zuki
zuki-themes: init at 2016-07-01
2016-07-02 15:34:43 +02:00
Arseniy Seroka
44a3eebdf9 Merge pull request #16608 from vrthra/netsurf-framebuffer
netsurf: enable sixel display
2016-07-02 17:29:29 +04:00
Arseniy Seroka
b5cacced68 Merge pull request #16628 from heilkn/lie
LiE: init at 2.2.2
2016-07-02 17:29:07 +04:00
José Romildo Malaquias
c4ce1eece0 zuki-themes: init at 2016-07-01 2016-07-02 09:24:55 -03:00
Nikolay Amiantov
b3e27962aa bomi: fix compilation, move to new Qt 2016-07-02 15:16:42 +03:00
Joachim Fasting
24b3fa1ae6 Merge pull request #16560 from vrthra/dvtm-customize
dvtm: allow user configuration
2016-07-02 14:10:26 +02:00
Joachim Fasting
158013244a Merge pull request #16581 from vrthra/vp
vp: init at 1.8
2016-07-02 14:07:45 +02:00
Joachim Fasting
648ae736f0 Merge pull request #16593 from womfoo/init/pick-1.4.0
pick: init at 1.4.0
2016-07-02 14:05:56 +02:00
Joachim Fasting
291c454d5e Merge pull request #16594 from mpscholten/maphosts2
maphosts: init at 1.1.1
2016-07-02 14:05:09 +02:00
Joachim Fasting
512745c2a7 Merge pull request #16631 from rasendubi/alarm-clock-applet
alarm-clock-applet: init at 0.3.4
2016-07-02 14:02:57 +02:00
Joachim Fasting
c4ba6cbcf2 Merge pull request #16618 from leenaars/norwester
norwester-font: init at 1.2
2016-07-02 13:59:31 +02:00
Frederik Rietdijk
3c87ec15c6 Merge pull request #16653 from nathan7/pgspecial-1.5.0
pythonPackages.pgspecial: 1.4.0 -> 1.5.0
2016-07-02 10:33:02 +02:00
Vladimír Čunát
6b80d74ab7 Merge #16632: ffmpeg3 by default 2016-07-02 08:52:41 +02:00
artuuge
5a8bf2c32b cpp_ethereum: use the ocl-icd package 2016-07-02 00:46:20 +02:00
Rickard Nilsson
5356154366 libvirt and pythonPackages.libvirt: 1.3.5 -> 2.0.0 2016-07-02 00:24:36 +02:00
Robert Helgesson
b5705aa81e perl-Test2-Suite: 0.000032 -> 0.000042 2016-07-01 22:38:47 +02:00
Robert Helgesson
ebfa029ece perl-Moo: 2.002002 -> 2.002003 2016-07-01 22:38:47 +02:00
Nathan Zadoks
936c766fee pythonPackages.pgspecial: 1.4.0 -> 1.5.0 2016-07-01 13:50:56 -04:00
artuuge
83fd63995a cpp_ethereum: init at 1.2.9
jsoncpp: 1.6.5 -> 1.7.2
libjson_rpc_cpp: 0.2.1 -> 0.6.0
argtable: init at 3.0.1
libcpuid: init at 0.2.2
2016-07-01 19:14:00 +02:00
Franz Pletz
e77eba305f errbot: init at 4.2.2 (#16551) 2016-07-01 16:04:01 +02:00
zimbatm
3e00cd20a8 Merge pull request #16638 from RamKromberg/init/transgui
transgui: init at 5.0.1-svn-r986
2016-07-01 12:50:44 +01:00
Lancelot SIX
b5e237bda6 pythonPackages.pika: 0.9.12 -> 0.10.0 2016-07-01 13:05:56 +02:00
Lancelot SIX
5c436c7a76 pythonPackages.twisted: 15.5.0 -> 16.2.0 2016-07-01 13:05:56 +02:00
Ram Kromberg
0253f7eafb transgui: init at 5.0.1-svn-r986 2016-07-01 13:51:47 +03:00
Profpatsch
896ccadece ffmpeg: switch everything to ffmpeg_3 by default
And fix packages incompatible with ffmpeg_3.
2016-07-01 12:19:40 +02:00
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
zimbatm
7298dd8cca ronn: init at 0.7.3 2016-06-30 11:09:06 +01: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