3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

37725 commits

Author SHA1 Message Date
Rok Garbas 4eeb0f10fb erlangR16: updated to R16B03-1
- couchdb: using erlangR16 (fails to build with R17)
 - rename erlang attr names to use only major version in attr name
2014-06-05 01:16:50 +01:00
Pascal Wittmann 86b7cf8bb4 Added llpp, a mupdf based pdf pager written in ocaml.
Updated lablgl to 1.05 and mupdf to 1.4.
Added myself as maintainer for lablgl.
2014-06-04 22:15:06 +02:00
John Wiegley 853f2ca9d5 Update shake to 0.13.1 2014-06-04 19:52:54 +00:00
Peter Simons 3ee3a5d387 maude: update full-maude to version 2.6.1h 2014-06-04 16:56:32 +02:00
Moritz Ulrich f0fc148e5a openttd: Bump to 1.4.1. 2014-06-04 16:48:40 +02:00
Domen Kožar 6b1f92e106 Merge pull request #2826 from ehmry/ncdc
ncdc: update to 1.19.1 for security fixes
2014-06-04 16:27:19 +02:00
Domen Kožar 73169b3a37 python: 2.7.6 -> 2.7.7 2014-06-04 16:18:36 +02:00
Domen Kožar 638132b64c mailutils: disable tests 2014-06-04 16:18:36 +02:00
Emery Hemingway 6306d81e8a ncdc: update to 1.19.1 for security fixes 2014-06-04 09:47:00 -04:00
Luca Bruno bc53b9ec4c opengrok: new package
Source code search and cross reference engine

http://opengrok.github.io/OpenGrok/
2014-06-04 14:29:54 +02:00
Oliver Charles 19fe19ea53 Merge pull request #2822 from sol/master
Update haskell-aeson-qq to version 0.7.0
2014-06-04 09:40:29 +01:00
Vladimír Čunát 77abe5e464 libav: update 0.8.11 -> .12, 9.12 -> .13, introduce 10.1 2014-06-04 10:37:59 +02:00
Luca Bruno 12f06b3cc3 fcgiwrap: new package
Simple server for running CGI applications over FastCGI

https://nginx.localdomain.pl/wiki/FcgiWrap
2014-06-04 10:20:19 +02:00
Simon Hengel fc235a48a0 Update haskell-aeson-qq to version 0.7.0 2014-06-04 16:02:32 +08:00
Austin Seipp da55068a8d Merge pull request #2648 from jbedo/master
Updated some CRAN packages and fixed dependencies
2014-06-03 20:37:56 -05:00
Austin Seipp ec1eadf5a0 Merge pull request #2691 from joelteon/cdecl-osx
Update cdecl to block-supporting version
2014-06-03 20:37:30 -05:00
Austin Seipp a8ee945a13 Merge pull request #2718 from bergey/imm
IMM RSS reader and dependencies
2014-06-03 20:36:59 -05:00
Austin Seipp cd6cf75720 Merge pull request #2787 from doublec/aliceml
Alice ML 1.4 programming language
2014-06-03 20:36:44 -05:00
Austin Seipp a470fcff8c Merge pull request #2807 from cstrahan/vim-update
update vim to v7.4.316
2014-06-03 20:34:18 -05:00
Austin Seipp d100b47c47 Merge pull request #2791 from joelteon/pass-osx
Fix getopt path on darwin for password-store
2014-06-03 20:34:08 -05:00
Austin Seipp 62b35c2c22 Merge pull request #2779 from ttuegel/znc
update znc 1.2 -> 1.4
2014-06-03 20:33:24 -05:00
Austin Seipp 0a4f018718 Merge pull request #2802 from Fuuzetsu/mpd
mpd: PA support and version bump
2014-06-03 20:33:11 -05:00
Austin Seipp 9087dcb9ea Merge pull request #2785 from Fuuzetsu/ppsspp
PPSSPP: 0.9.8
2014-06-03 20:32:51 -05:00
Austin Seipp ed3c01f142 Merge pull request #2786 from Fuuzetsu/xboxdrv
xboxdrv: 0.8.5
2014-06-03 20:32:32 -05:00
Austin Seipp 80aab7c542 Merge pull request #2796 from pschuprikov/udiskie
udiskie: 0.8.0
2014-06-03 20:31:59 -05:00
Austin Seipp c7f93873db Merge pull request #2805 from edwtjo/idea-13.1.3
IDEA 13.1.2 -> 13.1.3
2014-06-03 20:31:20 -05:00
Austin Seipp 2c92e4d09e Merge pull request #2806 from orbitz/leveldb-1.15.0
Update to leveldb-1.15.0
2014-06-03 20:31:03 -05:00
Austin Seipp da3c03f6f8 Merge pull request #2819 from jagajaga/dwb_update
dwb: update
2014-06-03 20:30:49 -05:00
Austin Seipp 80162fb81c Merge pull request #2811 from letac/rocket6
Update racket to 6.0.1
2014-06-03 20:30:36 -05:00
Arseniy Seroka 26c50cd60f dwb: update 2014-06-04 00:06:14 +04:00
Philip Lykke Carlsen e87da7761a subtitleeditor, gstreamermm: new packages 2014-06-03 22:00:47 +02:00
Shea Levy 2943fe1e76 go: bump 2014-06-03 13:51:37 -04:00
Simon Hengel e9ec238377 Add haskell-aeson-qq 2014-06-03 21:14:44 +08:00
Eelco Dolstra 36f5ede37a geeqie: Fix incorrect longDescription formatting
Note that longDescription should not be formatted as:

  longDescription =
    '' Bla bla
       bla bla
    '';

because this will cause the second line to have more preceding
whitespace. It should be:

  longDescription =
    ''
      Bla bla
      bla bla
    '';
2014-06-03 11:47:39 +02:00
Peter Simons 7d1c124647 Merge pull request #2767 from jwiegley/hscolour
Build Haddocks with source hyperlinks unless doHscolour is false
2014-06-03 10:50:04 +02:00
Vladimír Čunát 191dbc234f gnutls: security + maintenance update for both branches
Fixes #2813 CVE-2014-3466. No API/ABI changes in the updates.

Tests start to fail for gnutls31, so they get disabled,
but the 3.1 branch is already unused on master.
2014-06-03 10:39:48 +02:00
Evgeny Egorochkin 9e55902bdf pythonPackages.libcloud: update to 0.14.1 2014-06-03 02:12:07 +03:00
John Wiegley af6c8a33d9 texlive: add note to clarify why dvisvgm fails to work on darwin 2014-06-02 22:58:16 +00:00
John Wiegley d2f8422683 texlive: enable building xdv2pdf and xdvipdfmx on darwin 2014-06-02 20:50:02 +00:00
letac b899a69659 Update racket to 6.0.1 2014-06-02 19:42:15 +02:00
Moritz Ulrich 088cb87e8c chicken: Bump to 4.9.0. 2014-06-02 18:15:44 +02:00
Charles Strahan 0ec25c6f94 update vim to v7.4.316 2014-06-01 21:09:55 -04:00
Peter Simons 2f43cd3793 maude: update full-maude to version 2.6.1e 2014-06-01 22:47:49 +02:00
Malcolm Matalka d9fff6b563 Update to leveldb-1.15.0 2014-06-01 21:39:34 +02:00
Vladimír Čunát 6bc20ea278 undo #2522 merge except on darwin
It was only meant for darwin originally anyway.
See the PR for discussion.
2014-06-01 20:46:33 +02:00
Edward Tjörnhammar 05dbaa9a17 IDEA 13.1.2 -> 13.1.3 2014-06-01 18:29:27 +02:00
Mateusz Kowalczyk fd81f49655 mpd: update to 0.18.11 2014-06-01 17:08:43 +02:00
Mateusz Kowalczyk 87e9b49443 mpd: Support for PulseAudio 2014-06-01 17:07:46 +02:00
Rok Garbas eb8a331510 couchdb: update to 1.5.1 2014-06-01 15:01:22 +01:00
Rok Garbas 8b9a7c36d1 pythonPackages: updated bunch of packages
- afew -> rev9744c18c4d6b0a3e7f57b01e5fe145a60fc82a47
- alot -> revfa4ddf000dc2ac4933852b210901b649634a5f86
- httplib2 -> 0.9
- jedi-0.8.0 -> final0
- pep8 -> 1.5.7
- pyflakes -> 0.8.1
- subprocess32 -> 3.2.6
- turses -> 0.2.22
- tweepy -> 2.3.0
- urwid -> 1.2.1
2014-06-01 14:42:07 +01:00
Rok Garbas d3213de455 offlineimap: update to 6.5.6 2014-06-01 14:40:57 +01:00
Rok Garbas 33e9c4e35f haproxt: update 1.4.25 2014-06-01 14:40:37 +01:00
Rok Garbas df2232ac24 aircrack-ng: update to 1.2-beta3 2014-06-01 14:40:14 +01:00
Rok Garbas db8ba58402 tig: update to 2.0.2 2014-06-01 14:39:55 +01:00
Rok Garbas 9c3d455c0b jsmeter: update to 2.11 2014-06-01 14:37:48 +01:00
Rok Garbas 693219f1b7 weechatDevel: update to latest (few nice bugfixes) 2014-06-01 14:37:08 +01:00
Rok Garbas 8e72c1ef71 vifm: update to 0.7.7 2014-06-01 14:36:45 +01:00
John Wiegley e719f64a05 graphite2: fix #2800 by setting INSTALL_NAME_DIR 2014-06-01 05:54:23 +00:00
John Wiegley 2481a71c3c Disable use of graphite2 on darwin until #2800 is fixed
This applies to harfbuzz, pango and texlive.
2014-06-01 05:15:20 +00:00
John Wiegley 439482cfc1 Merge pull request #2522 from jwiegley/ppl
Build ppl and gmp correctly for building gcc48 on darwin
2014-05-31 17:02:01 -05:00
John Wiegley 0df8ca2b52 Merge pull request #2743 from jwiegley/rpath
Correctly patch the rpath for GHC-built executables on Darwin
2014-05-31 17:01:42 -05:00
John Wiegley 421e8539ec shelly: build version 0.15.4.1 for GHC 7.4.2 2014-05-31 21:59:55 +00:00
John Wiegley 32c3bcaa80 emacs24Macport: new expression
This is "Mac port" addition to GNU Emacs 24. This provides a native GUI
support for Mac OS X 10.4 - 10.9. Note that Emacs 23 and later already
contain the official GUI support via the NS (Cocoa) port for Mac OS X
10.4 and later. So if it is good enough for you, then you don't need to
try this.
2014-05-31 20:39:48 +00:00
John Wiegley 643d2af2cd emacs24: clangStdenv is in fact needed on darwin 2014-05-31 20:37:35 +00:00
John Wiegley c0e26205f3 vim: no longer need to use clangStdenv on darwin 2014-05-31 20:19:02 +00:00
John Wiegley 0392293f2e emacs24: no longer need to use clangStdenv on darwin 2014-05-31 20:18:46 +00:00
John Wiegley 2e2f42f215 texlive: build bibtex-x and xetex on darwin
We also no longer need to specify that harfbuzz and icu not be used, and
DYLD_LIBRARY_PATH is properly configured to find graphite2.
2014-05-31 19:39:09 +00:00
John Wiegley 0369769bd9 gcc-4.8: build Objective-C/C++ support on darwin 2014-05-31 19:39:09 +00:00
Lluís Batlle i Rossell 2f0ecbd220 Adding moinmoin 2014-05-31 20:24:34 +02:00
Bjørn Forsman 91d40ef2ea avrdudess: new package
AVRDUDESS is a GUI for AVRDUDE. In other words, it is a GUI for
programming AVR microcontrollers.
2014-05-31 19:31:35 +02:00
Bjørn Forsman 0717378c46 avr-gcc: set meta.platforms = linux
So that hydra will build it and add it to the binary channel.
2014-05-31 18:10:29 +02:00
Bjørn Forsman 61b79d2eee pulseview: new package
PulseView is a Qt-based LA/scope/MSO GUI for sigrok (a signal analysis
software suite).

http://sigrok.org/
2014-05-31 15:49:13 +02:00
Bjørn Forsman 8a4dc83793 sigrok-cli: new package
This is the command-line frontend for the sigrok signal analysis
software suite.

http://sigrok.org/
2014-05-31 15:49:13 +02:00
Bjørn Forsman 647173db26 libsigrokdecode: new package
libsigrokdecode is a protocol decoding library for the sigrok signal
analysis software suite.

http://sigrok.org/
2014-05-31 15:49:13 +02:00
Bjørn Forsman 7329ad6813 libsigrok: new package
libsigrok is the core library of the sigrok signal analysis software
suite, which I'm about to package.

http://sigrok.org/
2014-05-31 15:49:13 +02:00
Bjørn Forsman c10628c665 librevisa: new package
It's an implementation of the VISA standard (for instrument control).

http://www.librevisa.org/
2014-05-31 15:49:12 +02:00
Bjørn Forsman b6910c6bf8 libserialport: new package
libserialport is a cross-platform shared library for serial port access,
written in C.

It comes from the sigrok project, but has no dependency on sigrok code.

Homepage: http://sigrok.org/
2014-05-31 15:49:12 +02:00
William A. Kennington III 215ce62596 btrfsProgs: Update 3.14 -> 3.14.2 (close #2797) 2014-05-31 14:42:17 +02:00
John Wiegley 39bd9f8b1b texLive: handle graphite2 properly on darwin 2014-05-31 12:32:57 +00:00
Bjørn Forsman 3b3d1d075c avrdude: update 6.0.1 -> 6.1 2014-05-31 14:20:15 +02:00
Bjørn Forsman c7c32e1d09 avrdude: add extra dependencies: libelf, libftdi1, readline
They are strictly speaking optional, but they provide useful features...
2014-05-31 14:20:04 +02:00
Bjørn Forsman be524e925b avrdude: rewrite expression
* Use stdenv.mkDerivation instead of composableDerivation.
  stdenv.mkDerivation is the current coding standard and is easier to
  read (IMHO).

* Remove the 'parportSupport' flag because it doesn't do anything.
  (Parallel port support is still enabled.)

* Remove unneeded --disable-dependency-tracking flag to ./configure; our
  default builder does that already.

* Fix documentation build. But it is still disabled (by default),
  because texLive is such a big dependency. There is always the man
  page.

* Update 'meta' attributes
2014-05-31 14:11:59 +02:00
Bjørn Forsman 6c8f4fd0ef libftdi1: new package
This is the 1.x version of libftdi, as opposed to our existing libftdi
0.20 package.

(AVRDUDE is an (optional) dependee of libftdi1.)
2014-05-31 14:11:58 +02:00
John Wiegley 9aac793c49 harfbuzz: no longer need to guard withGraphite2 on darwin 2014-05-31 11:06:06 +00:00
John Wiegley 6f8f3d64ff icu: fix configure to use ${stdenv.shell}
On darwin, not doing this means the configure script uses a hard-coded
/bin/sh for its echo tests, resulting in ECHO_N and ECHO_C settings in
icu-config which are incorrect for the stdenv.shell which it is actually
uses to run.
2014-05-31 11:05:47 +00:00
Eelco Dolstra 61befa0451 git: Update to 1.9.4 2014-05-31 09:47:21 +02:00
Austin Seipp 7b0736b7c0 arcanist: Fix php exec (needed for arc diff)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-30 15:19:18 -05:00
Rok Garbas a3d747da15 Plone: update to 4.3.3 2014-05-30 21:08:56 +01:00
John Wiegley 1ae4afd728 Merge pull request #2742 from jwiegley/eboard
Add expression to build the eboard chess client
2014-05-30 14:28:55 -05:00
Ricardo M. Correia b7e99da4a1 perlPackages.DevelTrace: New module
Print out each line before it is executed (like sh -x).
2014-05-30 21:25:32 +02:00
Ricardo M. Correia 2030328fea disk-indicator: Add package
A program that will turn a LED into a hard disk indicator.
2014-05-30 21:24:46 +02:00
Pavel Chuprikov ca092d7b01 udiskie: add version 0.8.0. 2014-05-30 20:36:59 +04:00
Peter Simons ce7be7584f Merge pull request #2790 from ehmry/unbound
unbound: update from 1.4.21 to 1.4.22, service from Upstart to systemd
2014-05-30 14:46:29 +02:00
Peter Simons 1c535209a7 Merge pull request #2788 from jwiegley/stdenv
Change stdenv on darwin to not set NIX_ENFORCE_PURITY.

Further details are at <https://github.com/NixOS/nixpkgs/pull/2788>.
2014-05-30 14:45:16 +02:00
Kirill Elagin a44fbeeaa4 samba: install pkg-config files
Close #2794, fixes #1341.
2014-05-30 13:46:02 +02:00
Austin Seipp 90f01d6a68 arcanist: 20140521 -> 20140530
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-30 04:38:36 -05:00
Vladimír Čunát 2436bb705c libvpx on darwin: attempt to fix build
CC @lovek323.
2014-05-30 11:19:31 +02:00
Rickard Nilsson 11ac14f31b spotify: Update from 0.9.4.183.g644e24e.428 to 0.9.10.17.g4129e1c.78 (only for x86_64) 2014-05-30 10:18:39 +02:00
John Wiegley 176797576c Build Haddocks with source hyperlinks unless doHscolour is false 2014-05-29 20:00:04 -05:00
Joel Taylor fdebea003e fix getopt path on darwin 2014-05-29 09:46:53 -07:00