Charles Strahan
ec1e4d5495
ghcjs-boot: 3529c6ab61d5f786b -> 97dea5c4145bf80a1
2016-01-31 20:07:12 -05:00
Alexander Tsamutali
c7bbe15102
pkgs/tools/inputmethods/uim: Now depends on m17n-db and m17n-lib.
...
This adds support for some simple input methods like russian ЙЦУКЕН keyboard.
2016-02-01 03:31:57 +03:00
Alexander Tsamutali
2671639ac7
pkgs/tools/inputmethods/m17n-lib: New derivation.
2016-02-01 03:28:47 +03:00
Alexander Tsamutali
08c29dc3aa
pkgs/tools/inputmethods/m17n-db: New derivation.
2016-02-01 03:27:33 +03:00
Thomas Tuegel
1e5cad9c8c
Merge pull request #12738 from ttuegel/emacsWithPackages
...
Reduce load time of emacsWithPackages
2016-01-31 17:28:20 -06:00
Domen Kožar
35ca5a98ba
Merge pull request #12734 from ryantm/master
...
desktop manager service: fix and improve default error
2016-01-31 21:23:49 +00:00
Ryan Mulligan
8fee229261
desktop manager service: fix and improve default error
...
Before the error if the wrong default desktop was chosen would be:
/nixpkgs-channels/lib/modules.nix:282:11:
Default desktop manager ($(defaultDM)) not found.
which has the string interpolation done incorreclty. Now that is fixed
and it is more user-friendly as:
/nixpkgs-channels/lib/modules.nix:282:11:
Default desktop manager (gnome) not found.
Probably you want to change
services.xserver.desktopManager.default = "gnome";
to one of
services.xserver.desktopManager.default = "gnome3";
services.xserver.desktopManager.default = "none";
2016-01-31 13:00:15 -08:00
Thomas Tuegel
698b14c1c9
Merge pull request #12733 from hrdinka/update/qtpass
...
qtpass: 1.0.6 -> 1.1.0
2016-01-31 14:54:29 -06:00
Matej Cotman
81ae240a23
Merge pull request #12732 from matejc/lighttableupdate
...
lighttable: update from 0.7.2 to 0.8.1
2016-01-31 21:53:43 +01:00
Peter Simons
b7badc6be0
powertop: call "xset" from $PATH
...
Patch the source code to find "xset" in $PATH rather than expecting the
hard-coded path "/usr/bin/xset" to work. I've decided *not* to hard-code
a proper path like "${xset}/bin/xset", because that reference greatly
increases the size of the powertop closure. Since "xset" is required
only for --calibrate (and that even seems to work fine without it), it
felt like an optional dependency is more appropriate in this case.
Thanks to @heydojo locating the source code file that needs patching.
Fixes https://github.com/NixOS/nixpkgs/issues/12662 .
2016-01-31 21:44:36 +01:00
Christoph Hrdinka
12ecc1ceb3
qtpass: use wrapQtProgramm instead of standard wrapper
2016-01-31 21:35:15 +01:00
Anne Jan Brouwer
2924099dae
qtpass: 1.0.6 -> 1.1.0
2016-01-31 21:32:15 +01:00
Matej Cotman
e048b48836
lighttable: update from 0.7.2 to 0.8.1
2016-01-31 21:12:45 +01:00
Pascal Wittmann
268d4699ec
calibre: 2.49.0 -> 2.50.1
2016-01-31 18:06:51 +01:00
Luca Bruno
3101275527
vips: 8.1.1 -> 8.2.2
...
cc @kovirobi
2016-01-31 17:44:46 +01:00
Franz Pletz
0792b02628
Merge pull request #12677 from datakurre/datakurre-afew
...
pythonPackages.afew: 3f1e5e9 -> 9744c18
2016-01-31 14:51:17 +01:00
Asko Soukka
28704a7363
afew: 3f1e5e9 -> git-2016-01-04
2016-01-31 15:32:12 +02:00
Luca Bruno
932ee094e1
gnome3: drop GNOME 3.16
2016-01-31 13:59:48 +01:00
Arseniy Seroka
bc0b9b7eb0
Merge pull request #12696 from zimbatm/firmware-linux-nonfree
...
firmware-linux-nonfree: update to master
2016-01-31 15:31:36 +03:00
Arseniy Seroka
ecdf9d1fbc
Merge pull request #12715 from gebner/mu-0.9.16
...
mu: 0.9.13 -> 0.9.16
2016-01-31 15:28:34 +03:00
Frederik Rietdijk
4160cd350c
Merge pull request #12714 from mkovacs/master
...
pythonPackages.svgwrite: init at 1.1.6
2016-01-31 12:06:12 +01:00
Franz Pletz
8ec3bce8f8
links: Remove package & deprecate for links2
...
This package is deprecated and superseeded by links2 which also provides the
links binary this maintaining backwards-compatibility.
Debian removed links back in 2008:
https://packages.qa.debian.org/l/links.html
Fixes #12623 .
2016-01-31 11:46:35 +01:00
Nikolay Amiantov
979dd17bac
Merge pull request #12712 from akaWolf/deadbeef-ape-plugin
...
deadbeef: ape plugin fix
2016-01-31 13:45:12 +03:00
Frederik Rietdijk
0f80ba1fb4
Merge pull request #12530 from np/python-trezor
...
New/updated python packages related to the TREZOR hardware wallet
2016-01-31 11:26:27 +01:00
Gabriel Ebner
bca9042663
mu: 0.9.13 -> 0.9.16
2016-01-31 11:19:35 +01:00
Oliver Charles
ab2db6239d
lightdm: Allow background colors and images. Fixes #12684
2016-01-31 09:52:28 +00:00
Mate Kovacs
279ad0f350
pythonPackages.svgwrite: init at 1.1.6
2016-01-31 01:52:06 -08:00
Artjom Vejsel
f650fed9e5
deadbeef: ape plugin fix
2016-01-31 12:12:16 +03:00
Vladimír Čunát
f7af2272a2
Revert "chromium: Do not rely on import-from-derivation"
...
This reverts commit 38c77bb72c
.
In this form it causes problems #12710 .
2016-01-31 10:03:57 +01:00
Tobias Geerinckx-Rice
d28a06553e
pagemon: 1.01.06 -> 1.01.07
...
Changes:
* Mix checksum up a bit more and return OK if nothing has changed
* Optimize page reading, reduced by ~2% CPU
* Add perf page statistics 'p' option
* Add OOM score to VM stats
* Optimize read_maps: don't re-scan page mapping if nothing changed
* Reduce amount of seeks and reads on pagemap data
More: https://github.com/ColinIanKing/pagemon/blob/master/debian/changelog
2016-01-31 02:32:11 +01:00
zimbatm
de68a49259
firmware-linux-nonfree: update to master
2016-01-30 23:55:07 +00:00
Franz Pletz
65e5a727eb
Merge pull request #11737 from MatrixAI/master
...
Simplified totalmem calculation for zram.nix
2016-01-30 23:14:44 +01:00
Robin Gloster
deb6dc6aad
Merge pull request #12579 from rycee/bump/perl-if
...
Bump versions of some Perl packages
2016-01-30 21:56:42 +01:00
Robert Helgesson
54174a3553
perl-DevelDeclare: 0.006011 -> 0.006018
2016-01-30 21:45:48 +01:00
Robert Helgesson
ddda098446
perl-TestWarnings: 0.021 -> 0.026
...
Also add myself as maintainer.
2016-01-30 21:45:33 +01:00
Robin Gloster
ef4ff7a799
graph-tool: cleanup
...
fucked up adding the changes
see #12647
2016-01-30 20:27:16 +00:00
Joel Moberg
6d92029239
graph-tool: 2.2.42 -> 2.12
...
Closes #12647
Signed-off-by: Robin Gloster <mail@glob.in>
2016-01-30 20:25:13 +00:00
Franz Pletz
fc71277f4d
Merge pull request #12700 from rycee/bump/eclipse-plugin-checkstyle
...
eclipse-plugin-checkstyle: 6.11.1 -> 6.14.0
2016-01-30 21:24:19 +01:00
Franz Pletz
ead58a86ba
clawsMail: 3.13.1 -> 3.13.2 (security fix)
2016-01-30 21:16:22 +01:00
Franz Pletz
3d4dff5072
Merge pull request #12610 from manveru/master
...
Add Ruby 2.3.0 package
2016-01-30 20:52:36 +01:00
Robert Helgesson
057e54f2ad
eclipse-plugin-checkstyle: 6.11.1 -> 6.14.0
2016-01-30 20:48:23 +01:00
Franz Pletz
dbb01a863b
Merge pull request #12699 from simonvandel/sundtek
...
sundtek: 2015-12-12 -> 2016-01-26 + service change
2016-01-30 20:41:04 +01:00
Simon Vandel Sillesen
81e99998f7
sundtek: 2015-12-12 -> 2016-01-26 + service change
...
* There is no need for hydra to build this, hence preferLocal
* service change: do not hardcode a wait time of 5 seconds
2016-01-30 20:08:52 +01:00
Arseniy Seroka
f8c1d61f12
Merge pull request #12673 from kamilchm/marathon
...
marathon: 0.8.1 -> 0.14.1
2016-01-30 21:45:32 +03:00
Arseniy Seroka
79f34bedc6
Merge pull request #12681 from ktosiek/keepass-fix
...
keepass: 2.30 -> 2.31
2016-01-30 21:45:12 +03:00
Arseniy Seroka
1284961de6
Merge pull request #12694 from heydojo/privoxy--bugfix
...
privoxy: 3.0.22 - > 3.0.24
2016-01-30 21:43:13 +03:00
Robin Gloster
3f417e6272
Merge pull request #12660 from garrison/bibutils
...
Add bibutils 5.6 package
2016-01-30 18:30:32 +01:00
Jim Garrison
d68b516341
bibutils: init at 5.6
2016-01-30 09:13:37 -08:00
Franz Pletz
10b55ca486
Merge pull request #12593 from Beauhurst/crecord-fetchhg
...
hg-crecord: switch to same revision, but fetched properly using fetchhg
2016-01-30 17:55:05 +01:00
Robert Scott
9d46f027cb
hg-crecord: switch to same revision, but fetched properly using fetchFromBitbucket
...
I was previously just fetching the bitbucket-generated tarball of this revision, but
this was vulnerable to breakage when bitbucket made micro-changes to the tarball
generation, causing the file hash to change. This should make mercurial-full buildable
again.
2016-01-30 16:43:28 +00:00