Commit graph

2394 commits

Author SHA1 Message Date
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
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
Marius Bakke d4891fa519 rofi: 1.0.1 -> 1.1.0 2016-06-19 16:36:03 +01:00
Vladimír Čunát e757404555 Merge branch 'master' into staging
Hydra nixpkgs: ?compare=1279790
2016-06-19 12:33:04 +02:00
Vladimír Čunát 97c484a10f treewide: fix #include errors after gcc-5.4
They were mostly missing <cmath> or <math.h>.
2016-06-19 10:18:30 +02:00
Gabriel Ebner 2a16e37709 khal: disable tests for now
Fixes #15981.
2016-06-18 08:19:57 +02:00
Joachim Schiele fe04ea79dd nix-tour: 0.0.1 initial release for offline use 2016-06-17 12:34:19 +02: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
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
Ambroz Bizjak 7102c3c0c4 cura: Fix breakage due to numpy change. (#16234)
Upstream bug report: https://github.com/daid/Cura/issues/1461
2016-06-15 13:42:32 +01:00
Wout Mertens 3bbdfe5df7 Merge pull request #16232 from matthewbauer/makeself-fix-header
makeself: header wasn't being patched correctly
2016-06-15 09:44:33 +02:00
Matthew Bauer a221ff5569 makeself: header wasn't being patched correctly 2016-06-14 19:17:29 +00:00
Joachim Fasting 3123c7df37 Merge pull request #16204 from vrthra/mlterm
mlterm: Disable darwin compilaton
2016-06-14 03:09:46 +02:00
Nathan Zadoks ff45ea743f qtpass: 1.1.1 -> 1.1.3
Closes #16202.
2016-06-13 09:30:37 +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 b3edfdbe21 mlterm: Disable darwin compilaton
Mlterm does not compile on darwin due to utmp.h not found.
2016-06-12 18:36:27 -07:00
zimbatm 7618d886c9 Merge pull request #16177 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.84 -> 0.7.86
2016-06-13 00:20:12 +01:00
zimbatm f663822cc8 Merge pull request #16168 from romildo/fix.gksu
gksu: use nativeBuildInputs and wrapGAppsHook
2016-06-12 23:55:34 +01:00
zimbatm b39e38f096 Merge pull request #16135 from vrthra/xterm
xterm: 320 -> 325
2016-06-12 23:49:30 +01:00
zimbatm ae34904ee9 Merge pull request #16160 from vrthra/mupdf
mupdf: 1.8 -> 1.9
2016-06-12 23:26:34 +01:00
Rahul Gopinath 857ba2d956 llpp: 21-git-2016-05-07 -> 21-git-2015-07-30
Update llpp to sync with mupdf
2016-06-12 09:48:34 -07:00
Rahul Gopinath 82f2e72941 zathura: Update mupdf dependency 2016-06-12 09:48:34 -07:00
devhell 22da52f28d {lib}mediainfo{-gui}: 0.7.84 -> 0.7.86
From the changelog:
```
Version 0.7.86, 2016-05-31

+ Linux/Mac: more output formats (PBCore, EBUCore, FIMS)
+ FFV1 parsing optimization, avoiding by default a too verbose trace
+ Matroska: more elements support and typo fixes in the trace
+ #I172, Trace feature: provide the name of the main parser in the media element
+ Matroska: consider all values below 0x10 EBML names as 1-byte junk
x Matroska: better support (including speed improvement) of huge lossless frames (e.g. 20 MB FFV1 4K)
x #I144, Python binding: Python 2 on Linux does not automatically provide the locale to the shared object
x HTML output: don't escape carriage returns from the input file
x FFV1: some streams were rejected despite the fact they are valid
x Python binding: some errors during call of Get() API with Python3 on Linux/Mac
```
2016-06-12 16:23:12 +01:00
José Romildo Malaquias 106c5b58f1 gksu: use nativeBuildInputs and wrapGAppsHook 2016-06-12 08:27:19 -03:00
José Romildo Malaquias f771bf9239 font-manager: git-2016-03-02 -> 2016-06-04 2016-06-12 08:00:31 -03:00
Rahul Gopinath 9b385535e8 mupdf: 1.8 -> 1.9
Updates mupdf, and libmupdf.so
2016-06-11 21:05:15 -07:00
Rahul Gopinath 105a903d94 xterm: 320 -> 325
Update xterm, also enable sixel, and regis support for graphics
2016-06-11 16:43:52 -07: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
Alexey Shmalko b21329e0e0 zathura: Enable synctex support
Closes #15984.
abbradar: list is not needed for lib.optional
2016-06-10 17:32:48 +03:00
Kamil Chmielewski 7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski 17770101b5 wego: extracted from goPackages 2016-06-09 11:21:30 +02:00
obadz e3358c1951 pcmanfm-qt: init at 0.11.0 2016-06-08 23:08:15 +01:00
Moritz Ulrich 57cd08ae7e camlistore: 0.8 -> 0.9 2016-06-07 21:01:41 +02:00
Tuomas Tynkkynen dbb84ca705 ipmiview: Use makeLibraryPath 2016-06-07 21:17:46 +03:00
Tuomas Tynkkynen 48f26ba8dd avrdudess: Use makeLibraryPath
This affected the hash, presumably it now references correct output of
gtk.
2016-06-07 21:15:18 +03:00
Nick Novitski 4edffff181 taskwarrior: enable on darwin 2016-06-05 18:10:53 +00:00
Vladimír Čunát 405493e411 Merge #15809: xxkb: Split into multiple outputs 2016-06-05 00:51:43 +02:00
Pascal Wittmann 6d2f00b209 calibre: 2.57.1 -> 2.58.0 2016-06-03 18:25:22 +02:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Joachim Fasting 5b9388a8ed
vifm: fixups 2016-06-03 16:09:20 +02:00
Matthias Beyer 7a44e129b6
vifm: 0.8 -> 0.8.1 2016-06-03 15:59:49 +02:00
Robin Gloster e2cc56f98c Merge pull request #15865 from mpscholten/iterm
iterm2: init at 2.1.4
2016-05-31 16:35:45 +02:00
Marc Scholten 624dcaec78
iterm2: init at 2.1.4 2016-05-31 15:51:30 +02:00
Matthias Beyer 9711754da9 mdp: 1.0.5 -> 1.0.6 2016-05-31 12:45:06 +02:00
Alexey Shmalko 84003b70b6
xxkb: Split into multiple outputs
I'm also adding myself as a maintainer as I'm the original author of the
derivation.
2016-05-29 19:34:12 +03:00
Pascal Wittmann 5f599361fc calibre: 2.56.0 -> 2.57.1 2016-05-29 12:25:17 +02:00
Matthias Beyer 067aa3c10e pythonPackages.khal: 0.7.0 -> 0.8.2, fixes #15625 2016-05-28 11:20:08 +02:00
Vladimír Čunát e4832c7541 Merge branch 'staging'
Includes a security update of libxml2.
2016-05-27 15:58:40 +02:00
Nikolay Amiantov e68878a728 rxvt_unicode-with-plugins: passthru plugins
Because we hardcode a list of useful plugins, it may be useful for
someone who's overriding this.

See https://github.com/NixOS/nixpkgs/issues/15743#issuecomment-222112433
2016-05-27 13:42:22 +03:00
Nikolay Amiantov d231cdf51f rxvt_unicode-with-plugins: don't be paranoid about Perl support
Fixes #15743
2016-05-27 12:56:52 +03:00
Derek Gonyeo 1115efe777 acbuild: 0.2.2 -> 0.3.0 (#15711) 2016-05-26 20:34:41 +02:00
Vladimír Čunát 81039713fa Merge branch 'master' into staging
... to get the systemd update (rebuilding ~7k jobs).
2016-05-26 16:50:22 +02:00
Joachim Fasting ed50c2fae3 dunst: refactoring (#15665)
- Use `fetchFromGitHub`
- No longer generate wrapper
  dunst doesn't appear to shell out to dbus; nor should it, really
- Use standard buildPhase
- Split outputs
- Also build dbus service file, so that dunst can be
  used with services.dbus.packages
2016-05-24 12:03:04 +01:00
Vladimír Čunát 0b192a0976 Merge branch 'master' into staging
That's to get mesa rebuild from master, as it's nontrivial.
2016-05-23 09:02:10 +02:00
Vladimír Čunát 73f1f5eb39 imagemagick: split dev output to fix #9604
Also fixup references to imagemagick.
2016-05-22 13:41:15 +02:00
Vladimír Čunát c4661e9643 Merge: make dev output references explicit
This is a rebase of most commits from #14766,
resolving conflicts and a few other evaluation problems.
2016-05-22 12:09:23 +02:00
Bjørn Forsman b51986b8d1 evtest: 1.32 -> 1.33 2016-05-21 23:27:53 +02:00
Svend Sorensen ddcf5d3941 librecad: 2.0.9 -> 2.0.10 2016-05-21 17:32:15 +02:00
Tuomas Tynkkynen c857552da8 treewide: Make explicit that 'dev' output of libX11 is used 2016-05-19 10:04:38 +02:00
Tuomas Tynkkynen c4ffd14184 treewide: Make explicit that 'dev' output of xorg.libX11 is used 2016-05-19 10:04:37 +02:00
Tuomas Tynkkynen 8d473f107c treewide: Make explicit that 'dev' output of readline is used 2016-05-19 10:03:35 +02:00
Tuomas Tynkkynen d6d980c5df treewide: Make explicit that 'dev' output of poppler_utils is used 2016-05-19 10:02:30 +02:00
Tuomas Tynkkynen a030794d06 treewide: Make explicit that 'dev' output of poppler_qt4 is used 2016-05-19 10:02:29 +02:00
Tuomas Tynkkynen ebf6b3cd51 treewide: Make explicit that 'dev' output of poppler is used 2016-05-19 10:02:29 +02:00
Tuomas Tynkkynen 2a73de6e6c treewide: Make explicit that 'dev' output of openssl is used 2016-05-19 10:02:23 +02:00
Tuomas Tynkkynen 5898f3bad8 treewide: Make explicit that 'dev' output of libgcrypt is used 2016-05-19 10:00:41 +02:00
Tuomas Tynkkynen f81af4e6f0 treewide: Make explicit that 'dev' output of glib is used 2016-05-19 10:00:35 +02:00
Tuomas Tynkkynen 288912c2c4 treewide: Make explicit that 'dev' output of freetype is used 2016-05-19 10:00:34 +02:00
José Romildo Malaquias 5d33861d13 pmenu: init at 2016-05-13 2016-05-18 17:57:59 -03:00
Joachim Fasting 3cd63ade16 Merge pull request #15532 from romildo/new.phwmon
phwmon: init at 2016-03-13
2016-05-18 16:49:14 +02:00
José Romildo Malaquias 992c97e83e phwmon: init at 2016-03-13 2016-05-18 07:49:01 -03:00
José Romildo Malaquias 9a1fb9db9e tint2: 0.12.10 -> 0.12.11 2016-05-18 06:36:27 -03:00
Mike Sperber d541e0dc1c
jekyll: include the jekyll-paginate plugin
Closes #15404
2016-05-18 05:36:33 +02:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Franz Pletz f0f31a256f
termite: fix typo 2016-05-17 08:08:32 +02:00
Rok Garbas 348ae8f6ec termite: make it possible to provide a configuration file for termite
also added myself as a maintainer
2016-05-17 01:56:35 +02:00
Peter Simons 8e462995ba Bring my stdenv.lib.maintainers user name in line with my github nick. 2016-05-16 22:49:55 +02:00
Evgeny Egorochkin d15fedbcc0 rxvt: put suffixes where they belong 2016-05-16 10:19:38 +03:00
Evgeny Egorochkin 98fbe83423 thinkingRock: put -binary suffix where it belongs 2016-05-16 10:19:38 +03:00
Michael Raskin f2bd0925ce mupdf: update download URL 2016-05-15 23:49:44 +02:00
Rok Garbas 97440d6a4a urxvt-theme-switch: init at cfcbcc3dd5a 2016-05-15 07:36:44 +02:00
Joachim Fasting 1dc377eb5d Merge pull request #15472 from nathanielbaxter/dev/keepass
keepass: 2.32 -> 2.33
2016-05-15 06:29:21 +02:00
Rok Garbas 350fc8b2ab rofi-menugen: init at revision 168efd2"; 2016-05-15 06:16:48 +02:00
Rok Garbas 06a56e8a10 rofi: 1.0.0 -> 1.0.1
- added myself as a maintainer
2016-05-15 06:16:24 +02:00
Nathaniel Baxter b3734202c6 keepass: 2.32 -> 2.33 2016-05-15 12:45:16 +10:00
Pascal Wittmann da061d06f9 calibre: 2.55.0 -> 2.56.0 2016-05-14 11:56:23 +02:00
Franz Pletz 993dadd213 gnuradio: 3.7.9.1 -> 3.7.9.2 2016-05-13 17:25:24 +02:00
Vladimír Čunát 6c2fbfbd77 Merge branch 'master' into staging 2016-05-12 04:53:38 +02:00
Thomas Tuegel 0883048ef4 kdeconnect: remove qtquick1 input
Qt Quick was removed from Qt 5.6.
2016-05-11 13:19:21 -05:00
Rahul Gopinath c99944b2bf milu: Fix hydra failure on darwin
The hydra build failed on darwin on compiling, complaining about gcc.
This commit disables the darwin build.
2016-05-10 09:42:37 -07:00
Rahul Gopinath 4700db89b1
milu: init at 2016-05-09
Milu is a mutation testing tool for C and C++ programs

Closes #15341
2016-05-10 10:28:45 +02:00
Eelco Dolstra 7ce5d43c63 Fix some URLs that lacked a URI scheme 2016-05-09 19:35:05 +02:00
Vladimír Čunát 65a9fa8cdc Merge branch 'master' into staging 2016-05-08 21:24:48 +02:00
José Romildo Malaquias 7f34b65005 tint2: 0.12.9 -> 0.12.10 2016-05-08 08:29:56 -03:00
Wei Tang 14c22adbc3 calibre: Fix file already exist building problem 2016-05-08 05:56:17 +02:00
Svintsov Dmitry 8658f9fe5c flamerobin: init at 0.9.3.1 2016-05-06 01:45:43 +05:00
Alexey Lebedeff d625c7ee3f keepass: fix warning about missing GTK
Some part of Mono is trying to dynamically load GTK - starting `keepass`
always shows warning:

```
Gtk not found (missing LD_LIBRARY_PATH to libgtk-x11-2.0.so.0?), using built-in colorscheme
```
2016-05-05 12:25:24 +03:00
Vladimír Čunát 1dc36904d8 Merge #14920: windows improvements, mainly mingw 2016-05-05 08:30:19 +02:00
Dan Peebles 1eab39cdce makeself: fix patch to find the makeself header properly 2016-05-04 16:39:24 +00:00
Ali Abrar 5423c48148 rxvt_unicode: 9.21 -> 9.22 2016-05-04 10:38:47 -04:00
Robin Gloster 30ef92e0ff jbidwatcher: fixup to last commit 2016-05-04 10:37:40 +00:00
Robin Gloster 9820cb1bf2 use dontBuild instead of hacks
changes:
 * buildPhase = "true"
 * buildPhase = ":"
2016-05-04 10:11:04 +00:00
Tuomas Tynkkynen aadaa91379 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/applications/networking/browsers/vivaldi/default.nix
	pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Tobias Geerinckx-Rice 31253ad957
cdrtools: 3.02a03 -> 3.02a06 2016-05-03 20:41:19 +02:00
Tobias Geerinckx-Rice 5d25d7d987
rescuetime: use makeLibraryPath for LD_PRELOAD hack 2016-05-03 03:01:46 +02:00
Tobias Geerinckx-Rice 21b667e066
rescuetime: 2.8.9.1170 -> 2.9.10.1255 2016-05-03 02:43:03 +02:00
Joachim Fasting d985db9cef Merge pull request #15141 from matthiasbeyer/update-buku
buku: 1.8 -> 1.9
2016-05-02 04:58:55 +02:00
Joachim Fasting 889f36498f Merge pull request #15088 from cstrahan/redis-desktop-manager
redis-desktop-manager: init at 0.8.3
2016-05-02 03:26:19 +02:00
Matthias Beyer a7c5b1d110 buku: 1.8 -> 1.9 2016-05-01 20:46:09 +02:00
Tobias Geerinckx-Rice 5fcf22f57c
workrave: 1.10.6 -> 1.10.7; fetchFromGitHub; maintain 2016-05-01 01:58:28 +02:00
Tobias Geerinckx-Rice 2b48d3dae6
workrave: minor edits for consistency
Mainly dropping the partial use of xorg.<lib> and separating
nativeBuildInputs.
2016-05-01 01:58:28 +02:00
Nikolay Amiantov 8551602e9c octoprint-plugins.m3d-fio: 0.30.2 -> 0.32 2016-04-30 03:12:32 +03:00
Nikolay Amiantov 938d64f1f3 quote URLs in my packages to ease opening them from urxvt 2016-04-30 03:12:32 +03:00
Charles Strahan 4f7ac84263 redis-desktop-manager: init at 0.8.3 2016-04-29 18:03:48 -04:00
Joachim Fasting c6147319cb Merge pull request #15061 from ebzzry/ltwheelconf-0.2.7
ltwheelconf: init at 0.2.7
2016-04-29 01:08:16 +02:00
Rommel M. Martinez 650e9b25bd ltwheelconf: init at 0.2.7 2016-04-29 02:47:48 +08:00
José Romildo Malaquias 4f4037df67 albert: 0.8.7.2 -> 0.8.8 2016-04-28 11:59:21 -03:00
Tuomas Tynkkynen 4ff8f377af Merge remote-tracking branch 'upstream/master' into staging 2016-04-28 00:13:53 +03:00
Nikolay Amiantov f6eb686222 Merge pull request #15002 from abbradar/symlink-join-wrappers
Use symlinkJoin for wrappers
2016-04-26 16:47:43 +04:00
Frederik Rietdijk d5e6a4494a Python: use PyPI mirror (#15001)
* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Nikolay Amiantov c1e9ea6c86 rxvt_unicode-with-plugins: use symlinkJoin 2016-04-26 15:37:43 +03:00
Nikolay Amiantov d40e636bdc k3b: use symlinkJoin 2016-04-26 15:37:43 +03:00
Vladimír Čunát ede605e4f1 calibre: fix #14938 build
Thanks to a hack and qmake help from @ttuegel.
2016-04-25 20:38:57 +02:00
Christoph Hrdinka 2dcf536e44 Merge pull request #14968 from hrdinka/update/qtpass
qtpass: 1.1.0 -> 1.1.1
2016-04-25 18:55:38 +02:00
Nikolay Amiantov ab0a0c004e makeSearchPathOutputs: refactor to makeSearchPathOutput 2016-04-25 13:24:39 +03:00
Christoph Hrdinka 3895a0b7dd qtpass: 1.1.0 -> 1.1.1
Updates qtpass and fixes the current installation method. It further installs
the desktop file and application icon.
2016-04-25 12:24:31 +02:00
Nikolay Amiantov 31d76ae1b1 Merge pull request #14871 from abbradar/choice-cdrtools-cdrkit
CD/DVD writing improvements
2016-04-25 13:42:03 +04:00
Tobias Geerinckx-Rice ba71263545
workrave: fix version format and tarball name 2016-04-25 00:55:21 +02:00
Robert Helgesson b3ccc826ee gpsprune: 18.3 -> 18.4 2016-04-24 22:22:13 +02:00
Tobias Geerinckx-Rice e252e59a1a
golden-cheetah: fix version format and tarball name 2016-04-24 22:03:55 +02:00
Damien Cassou 7fb2da4c18 Merge pull request #14944 from DamienCassou/fix-workrave-dependencies
workrave: add missing dependencies
2016-04-24 21:21:12 +02:00
Marius Bakke fb13625a44 rofi: 0.15.12 -> 1.0.0 (#14950) 2016-04-24 17:55:20 +02:00
Franz Pletz 9ad2832b1b pgadmin: Fix build
Fixes #14919.
2016-04-24 17:41:07 +02:00
Damien Cassou 022b4a8dd1 workrave: add missing dependencies 2016-04-24 12:28:56 +02:00
Frederik Rietdijk 1e68008503 Merge pull request #14889 from matthiasbeyer/add-haxor-news
haxor-news: init at 0.3.1
2016-04-23 14:17:21 +02:00
Matthias Beyer 5fdc54387e haxor-news: init at 0.3.1 2016-04-23 13:55:55 +02:00
Emery Hemingway efd1d4fa60 qtbitcointrader: 1.08.03 -> 1.10.01 2016-04-23 11:12:25 +02:00
Nikolay Amiantov e690c3a8dd k3b: move cdrtools dependency to a wrapper 2016-04-23 04:15:56 +03:00
Nikolay Amiantov 666cba9ad9 cdrtools: mark as free but don't distribute in binary form 2016-04-23 04:11:19 +03:00
Pascal Wittmann 1f1d8993c9 calibre: 2.54.0 -> 2.55.0 2016-04-22 21:05:38 +02:00
Vladimír Čunát e9379f7416 Merge branch 'staging'
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Nikolay Amiantov 456aa48d38 kde4.k3b: add needed binaries to PATH 2016-04-21 17:23:56 +03:00
Ollie Charles a74aa5bce7 golden-cheetah: Fix evaluation
For now, disable the Dropbox configuration.
2016-04-21 12:14:12 +01:00
Nikolay Amiantov b845596f66 golden-cheetah: use qmakeHook 2016-04-21 03:13:04 +03:00
Nikolay Amiantov 23e3372fea vym: move to qmake4Hook 2016-04-20 18:55:44 +03:00
Nikolay Amiantov 9f3368e52d twmn: move to qmakeHook
This reverts commit fab7c7edbf.
2016-04-20 18:55:44 +03:00
Nikolay Amiantov bc428f9429 tpmmanager: move to qmake4Hook 2016-04-20 18:55:44 +03:00
Nikolay Amiantov f3384e5ea9 qtpass: move to qmakeHook
This reverts commit 0cfff33f59.
2016-04-20 18:55:44 +03:00
Nikolay Amiantov eeffa2202a qtbitcointrader: move to qmake4Hook 2016-04-20 18:55:44 +03:00