Vladimír Čunát
9d3228f99d
gnumake42: bugfix 4.2 -> 4.2.1
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
Daiderd Jordan
b7c134358d
coreutils: use symlinks instead of shell wrapper
2016-07-09 16:47:54 +02:00
Rahul Gopinath
70ef8a10eb
gmp: 6.1.0 -> 6.1.1
2016-07-09 16:47:54 +02:00
Rahul Gopinath
2dca0444fa
gettext: 0.19.7 -> 0.19.8
2016-07-09 16:47:53 +02:00
Rahul Gopinath
cf5ebca53e
texinfo: 6.0 -> 6.1
2016-07-09 16:47:53 +02:00
Vladimír Čunát
3b2627586d
Merge #16448 : gnumake: optionally build with guile
...
Fixed up nested lists within the merge.
2016-07-09 16:36:49 +02:00
Tuomas Tynkkynen
0cdf892769
darwin make-bootstrap-tools: Document reason for special coreutils
...
Discussion:
https://github.com/NixOS/nixpkgs/commit/ac4958efc33322c9
2016-07-09 17:23:43 +03:00
Tuomas Tynkkynen
644d4e9ac9
Revert "Revert "make-bootstrap-tools: try again to fix on Darwin""
...
This reverts commit debd401b0f
.
We must not use a single-binary build for the bootstrap since the common
binary gains a dynamic linkage to gmp (due to 'factor' and 'expr'
handling arbitrary-precision arithmetic).
2016-07-09 17:19:18 +03:00
Tobias Geerinckx-Rice
03f4690acb
Merge pull request #16813 from RamKromberg/fix/libxcomp
...
libxcomp: update libpng dependency from 1.2 to 1.6 branch
2016-07-09 15:36:50 +02:00
Vladimír Čunát
7d94f57309
gnutls: fixup evaluation after 5148c6c5c0
...
Noticed on: https://github.com/NixOS/nixpkgs/commit/5148c6c5c0#commitcomment-18184261
2016-07-09 15:15:42 +02:00
Ram Kromberg
66500f64db
libxcomp: update libpng dependency from 1.2 to 1.6 branch
2016-07-09 16:15:30 +03:00
Matthias Beyer
340a5d6fbf
openvpn: 2.3.10 -> 2.3.11
...
Taken from #15856 .
2016-07-09 15:04:55 +02:00
Christian Richter
86809b838f
mop: init at 0.2.0
...
Fixes #16728 .
2016-07-09 15:00:36 +02:00
Wout Mertens
5bf4fd7a63
Merge pull request #16810 from rycee/fix/handbrake
...
handbrake: depend on hicolor_icon_theme
2016-07-09 14:53:13 +02:00
Ram Kromberg
781cd33f3b
glmark2: 2014.03 -> 2015-06-11 ( #16812 )
2016-07-09 14:50:24 +02:00
Miguel Madrid
57e1a6c48d
traceroute: 2.0.21 -> 2.1.0 ( #16809 )
2016-07-09 14:40:14 +02:00
Nikolay Amiantov
390f758382
Merge pull request #16811 from rycee/fix/brasero
...
brasero: depend on hicolor_icon_theme
2016-07-09 15:21:36 +04: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
Robert Helgesson
c071831b8b
handbrake: depend on hicolor_icon_theme
...
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
2016-07-09 13:06:14 +02:00
Robert Helgesson
02600dacf8
brasero: depend on hicolor_icon_theme
...
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
2016-07-09 13:04:32 +02:00
Franz Pletz
b571a1a373
smcroute: init at 2.1.0
2016-07-09 12:56:02 +02:00
tv
93b246287b
urlwatch: 2.1 -> 2.2
2016-07-09 12:16:30 +02:00
Vladimír Čunát
cd04b83605
ffmpeg_3: 3.0.2 -> 3.1.1
2016-07-09 11:43:25 +02:00
Vladimír Čunát
4e09623b6f
libjpeg(-turbo): 1.4.2 -> 1.5.0
2016-07-09 11:42:35 +02:00
Frederik Rietdijk
4d4a809294
pythonPackages.prompt_toolkit_52: disable tests
2016-07-09 11:40:52 +02:00
Vladimír Čunát
5148c6c5c0
gnutls: fix on Darwin
...
nettools is only used during checkPhase, and we don't do that on Darwin
anyway. Close #16783 ; we don't change hashes on Linux contrary to the PR.
2016-07-09 11:34:02 +02:00
rnhmjoj
8745e47909
mutt: 1.6.0 -> 1.6.2
2016-07-09 05:16:51 +02:00
Nikolay Amiantov
d43bde5f2b
patchShebangs: quote variable assignment
2016-07-09 03:05:11 +03:00
Cireo
ff3e7d2b4b
patchShebangs: strip trailing whitespace
...
Prior to this commit, trailing whitespace would be introduced when
modifying '#!' lines with no arguments. For example (whitespace added):
/nix/store/.../foo: interpreter directive changed
from "/bin/bash"
to "/nix/store/...-bash-4.3-p42/bin/bash "
/nix/store/.../bar: interpreter directive changed
from "/bin/baz wef"
to "/nix/store/...-baz wef "
We add a sed command to strip trailing whitespace, so the above commands
would drop the two spaces after "bash", or the one space after "baz wef".
abbradar: fixed commit title
Closes #16785 .
2016-07-09 03:00:27 +03:00
Tobias Geerinckx-Rice
599cf0fe50
zstd: 0.7.2 -> 0.7.3
...
New:
- compression format specification zstd_compression_format.md
- -- separator, stating that all following arguments are file names
- ZSTD_getDecompressedSize()
Fixes:
- dictBuilder using HC levels
- legacy support from ZSTD_decompress_usingDDict()
- multi-blocks decoding with intermediate uncompressed blocks
2016-07-08 22:09:43 +02:00
Tobias Geerinckx-Rice
3970c6da5e
borgbackup: 1.0.4 -> 1.0.5
...
This update slipped in between 1.0.4 and me pushing 276448a
. Upstream says:
This is a critical bugfix release - upgrading to it is strongly recommended!
Please read https://github.com/borgbackup/borg/blob/1.0.5/docs/changes.rst .
2016-07-08 20:52:39 +02:00
Tobias Geerinckx-Rice
276448a477
borgbackup: 1.0.3 -> 1.0.4
...
Take Pypi's hint and switch to GitHub.
2016-07-08 20:39:46 +02:00
Tobias Geerinckx-Rice
df029f6517
geolite-legacy: 2016-07-04 -> 2016-07-08
2016-07-08 20:15:02 +02:00
Nikolay Amiantov
da97ba359e
busybox: set default keymap path
2016-07-08 20:44:01 +03: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
Damien Cassou
7921e68734
Merge pull request #16747 from DamienCassou/move-gnome3.18-to-3.20
...
Move some fixes from Gnome 3.18 to 3.20
2016-07-08 19:32:13 +02: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
a4f9031560
kde5.kompare: init at 16.04.2
2016-07-08 17:37:24 +02:00
Frederik Rietdijk
0044ba7256
kde5.libkomparediff2: init at 16.04.2
2016-07-08 17:37:24 +02:00
Damien Cassou
0b5f4b3d44
libpeas: build with python support
2016-07-08 17:26:16 +02:00
Damien Cassou
b090d58742
libpeas: 1.16.0 -> 1.18.0
2016-07-08 17:26:16 +02:00
Damien Cassou
c7a4e63f92
grilo-plugins: 0.3.1 -> 0.3.2
2016-07-08 17:26:16 +02:00
Damien Cassou
a6be3de872
grilo: 0.3.0 -> 0.3.1
2016-07-08 17:26:16 +02:00
Damien Cassou
1ef2766623
totem: Add python3 dependencies for plugins
2016-07-08 17:26:15 +02:00
Tuomas Tynkkynen
8c3e4826ce
treewide: Make explicit that 'dev' output of gnome3.libsoup is used
2016-07-08 17:26:15 +02:00
Tuomas Tynkkynen
43d48fedcc
treewide: Make explicit that 'dev' output of gnome3.glib is used
2016-07-08 17:26:15 +02:00
Tuomas Tynkkynen
8cad701fc5
treewide: Make explicit that 'dev' output of glib is used
2016-07-08 17:26:15 +02:00
Damien Cassou
ed9f4e16f3
pidgin-im-gnome-shell-extension: init at 1.0
2016-07-08 17:26:15 +02:00
Tobias Geerinckx-Rice
dbf5342b64
gnome3.libcroco: 0.6.8 -> 0.6.11
2016-07-08 17:26:15 +02:00
Nicolas Petton
7549261797
gnome-shell: add missing python3 deps for gnome-shell-extension-tool
...
Fix #14651
2016-07-08 17:26:15 +02:00
Moritz Ulrich
b16d8b2ada
Merge pull request #16798 from roblabla/feature-matrix-0.16.1r1
...
matrix-synapse: 0.16.1 -> 0.16.1-r1
2016-07-08 16:06:11 +02:00
roblabla
f77af9aa5e
matrix-synapse: 0.16.1 -> 0.16.1-r1
2016-07-08 15:12:15 +02:00
Nikolay Amiantov
00e67f0df0
systemd: use plymouth from system path
2016-07-08 15:23:47 +03:00
Nikolay Amiantov
8bbfba48c4
systemd: move hwdb patch to the fork itself
2016-07-08 15:23:47 +03:00
Nikolay Amiantov
1ac6f1fe25
systemd: update fork revision
2016-07-08 15:23:07 +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
Ram Kromberg
56791034f6
libpng: 1.2.55 > 1.2.56 CVE-2015-8540 ( #16793 )
2016-07-08 10:55:00 +02:00
Joachim Fasting
a54eb3a49a
Merge pull request #16791 from rasendubi/ycmd
...
ycmd: claim mainteinership
2016-07-08 02:34:36 +02:00
Tuomas Tynkkynen
21253ac835
lcov: 1.10 -> 1.12; maintain
2016-07-08 03:27:07 +03:00
Tuomas Tynkkynen
9e6aac9cb0
bandwidth: 1.2.0 -> 1.3.1
2016-07-08 03:27:07 +03:00
Alexey Shmalko
41a8dc7f0b
ycmd: claim mainteinership
...
I've added the package originally.
2016-07-08 02:40:33 +03:00
zimbatm
2459ddd4f6
Merge pull request #16703 from zimbatm/nologin-error
...
Nologin error
2016-07-07 22:58:53 +01:00
Joachim Fasting
386d4821b4
Merge pull request #16765 from rasendubi/io
...
io: clean up
2016-07-07 23:51:44 +02:00
Joachim Fasting
a2ebf45b47
grsecurity: 4.5.7-201606302132 -> 4.6.3-201607070721
2016-07-07 19:34:58 +02:00
Miguel Madrid
746de51073
unrar: 5.3.11 -> 5.4.2
2016-07-07 19:13:26 +02:00
Sander van der Burg
92ef67b57c
androidsdk: fix rpath that includes 32-bit zlib
2016-07-07 16:23:25 +00: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
Peter Simons
8436458865
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v2.0-2-g0bc3d6d using the following inputs:
- Hackage: d6d8323227
- LTS Haskell: 52eeaf4edc
- Stackage Nightly: 64dfa6aa2e
2016-07-07 17:18:35 +02:00
Joachim Schiele
9054f3f83e
Merge pull request #16344 from matthiasbeyer/fix-supercollider
...
Fix supercollider
2016-07-07 17:09:46 +02:00
Tobias Geerinckx-Rice
01c9933275
Merge pull request #16775 from neilmayhew/master
...
symbola: fix hash mismatch due to new upstream release
2016-07-07 16:15:12 +02:00
Matthias Beyer
7f4d52e27e
Build libjack2 for supercollider with same GCC
...
Also remove trailing whitespace
2016-07-07 16:07:47 +02:00
Neil Mayhew
7a8de0fdcf
symbola: fix hash mismatch due to new upstream release
...
Upstream releases are made in-place, ie they update the same URL
rather than creating a new one.
2016-07-07 07:29:58 -06:00
vbgl
a2ac3683ce
camlzip: 1.05 -> 1.06 ( #16443 )
2016-07-07 15:29:13 +02:00
Tim Steinbach
72221e71d5
slack: 2.0.3 -> 2.1.0
2016-07-07 08:44:05 -04:00
Nicolas Petton
7f41dca05a
gnome-maps: Add missing build inputs
...
Without gnome3.gsettings_desktop_schemas and
gnome3.evolution_data_server as buildInputs, gnome-maps won't start at
all.
2016-07-07 13:30:04 +02:00
Philip Potter
e6e28e7865
gnome-keyring: remove unused configure flag
...
The --with-ca-certificates flag seems to have been removed in
[this commit][1] from March 2013. The configure script now just warns
about an unknown option.
[1]: https://git.gnome.org/browse/gnome-keyring/commit/?id=7afaae43f205c059163c3670169af302f1ba6de3
2016-07-07 13:30:04 +02:00
Nicolas Petton
a3658d0cb3
file-roller: Enable nautilus extension
2016-07-07 13:29:55 +02:00
Alexey Shmalko
4010167803
io: clean up
2016-07-07 13:45:29 +03:00
Nikolay Amiantov
369f255e95
Merge pull request #16739 from vrthra/15994
...
zandronum: fix build
2016-07-07 14:22:52 +04:00
mimadrid
2b7458144f
universal-ctags: init at 2016-07-06
2016-07-07 12:09:18 +02:00
zimbatm
c44098feac
Merge pull request #16459 from mpscholten/iterm2-build-from-source
...
iTerm2: 2.1.4 -> 3.0.2 and refactoring
2016-07-07 10:14:20 +01: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
Rok Garbas
fe2468b88c
pypi2nix: 1.1.0 -> 1.2.0
2016-07-07 02:11:23 +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
William Casarin
7129ebbd5e
dolphin-emu: 4.0.2 -> 5.0
2016-07-06 12:22:58 -07:00
Tobias Geerinckx-Rice
ce5c51b406
dpkg: 1.18.8 -> 1.18.9
2016-07-06 19:42:45 +02:00
Tobias Geerinckx-Rice
921d3321f5
trezor-bridge: mark as broken
...
Cool, a bitcoin wallet app silently changes its hash.
CC maintainer @ehmry
2016-07-06 19:42:45 +02:00
Miguel Madrid
87be90336f
links2: 2.12 -> 2.13 ( #16756 )
2016-07-06 19:40:05 +02:00
Thomas Tuegel
05b3749bb2
dropbox: don't use bundled Qt libraries
...
Fixes #16744 .
2016-07-06 11:34:43 -05:00
Kranium Gikos Mendoza
851cd1e6af
pythonPackages.pyexcelerator: init at 0.6.4.1
2016-07-06 16:26:31 +02:00
Tobias Geerinckx-Rice
12c055240d
dpkg: 1.18.7 -> 1.18.8
2016-07-06 15:56:33 +02:00
Tobias Geerinckx-Rice
d391db8c01
cassandra_2_1: 2.1.14 -> 2.1.15
2016-07-06 15:56:33 +02:00
Tobias Geerinckx-Rice
c70db3456f
cassandra_3_0: 3.0.7 -> 3.0.8
2016-07-06 15:56:33 +02:00
Joachim Fasting
0f7f6ac0c7
opendylan: fix build
...
--with-gc required path to libraries, not headers.
Also: remove unused parameter & set meta.platforms = linux.
2016-07-06 15:18:23 +02:00
Joachim Fasting
09e1b26c79
mps: 1.114.0 -> 1.115.0, fix build
...
See https://hydra.nixos.org/build/37204553/log/raw
2016-07-06 15:18:23 +02:00
Joachim Fasting
5aa2023d37
Merge pull request #16745 from rardiol/lcs
...
liberal-crime-squad: 2016-05-08 -> 2016-07-06
2016-07-06 13:18:00 +02:00
Carles Pagès
48385c38fb
Merge pull request #16698 from womfoo/bump/libyamlcpp-0.5.3
...
libyamlcpp: 0.5.1 -> 0.5.3
2016-07-06 12:50:19 +02:00
Ram Kromberg
28159315b7
jpegrescan: init at 2016-06-01
2016-07-06 12:42:58 +02:00
Tuomas Tynkkynen
3d5a41fc75
Merge pull request #16732 from RamKromberg/fix/icoutils-issue-15894
...
icoutils: perl dependencies added #15894
2016-07-06 13:17:20 +03: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
bdc1791422
kde5.kile: 2016-02-14 -> 2016-07-02
2016-07-06 10:29:33 +02: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
Ram Kromberg
3d316da103
icoutils: perl dependencies added #15894
2016-07-06 06:48:51 +03:00
Ricardo Ardissone
d5c8d7112b
liberal-crime-squad: 2016-05-08 -> 2016-07-06
2016-07-06 00:45:38 -03:00
Nathan Moore
09f366a360
solarus: init at 1.4.5
2016-07-05 18:33:51 -07:00
Tuomas Tynkkynen
6d16ececdd
Merge remote-tracking branch 'upstream/staging' into master
2016-07-06 01:19:01 +03:00
Tuomas Tynkkynen
e12f789cef
sng: 1.0.6 -> 1.1.0
2016-07-06 01:18:46 +03:00
Rahul Gopinath
97dd3b3e62
zandronum: fix build
...
Fixes #15994
2016-07-05 15:18:30 -07:00
Nikolay Amiantov
570da9662b
Merge pull request #16670 from rasendubi/guake
...
guake: add gconf to propagatedUserEnvPkgs
2016-07-06 02:16:12 +04: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
Tuomas Tynkkynen
31daa9b0fb
Merge pull request #16737 from mimadrid/update/cherrytree-0.37.1
...
cherrytree: 0.35.9 -> 0.37.1
2016-07-06 00:57:19 +03:00
Tuomas Tynkkynen
071faa71e7
Merge pull request #16736 from mimadrid/update/diff-so-fancy-0.10.0
...
diff-so-fancy: 0.9.3 -> 0.10.0
2016-07-06 00:55:26 +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
Peter Simons
a828d79a8a
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v2.0-2-g0bc3d6d using the following inputs:
- Hackage: fcabbcc70b
- LTS Haskell: 52eeaf4edc
- Stackage Nightly: ff50bc1a46
2016-07-05 23:45:41 +02:00
mimadrid
eaeb69c46e
cherrytree: 0.35.9 -> 0.37.1
2016-07-05 22:59:29 +02:00
mimadrid
beec2ba127
diff-so-fancy: 0.9.3 -> 0.10.0
2016-07-05 22:54:14 +02:00
Rahul Gopinath
881ba7309c
wxsqliteplus: init at 0.3.6
2016-07-05 13:15:04 -07:00
Joachim Fasting
2dd009ec97
Merge pull request #16622 from womfoo/bump/sysstat-11.2.5
...
sysstat: 11.0.7 -> 11.2.5
2016-07-05 19:53:58 +02:00
Vladimír Čunát
07139b8c3f
Merge #16488 : rawtherapee: 4.0 -> 4.2
2016-07-05 15:30:22 +02:00
Ram Kromberg
0efd18746a
sigil: 0.7.4 > 0.9.6
2016-07-05 13:28:05 +02:00
Tuomas Tynkkynen
2cf8cb7f46
Merge remote-tracking branch 'upstream/master' into staging
2016-07-05 13:34:36 +03:00
Arseniy Seroka
aea9c778be
Merge pull request #16678 from womfoo/bump/aspellDicts-en-2016.06.26-0
...
aspellDicts.en: 7.1-0 -> 2016.06.26-0
2016-07-05 13:05:13 +03:00
Arseniy Seroka
bf1013ae72
Merge pull request #16718 from vrthra/wxsqlite3
...
wxsqlite3: init at 3.3.1
2016-07-05 13:04:12 +03:00
Arseniy Seroka
79ea22723d
Merge pull request #16720 from DamienCassou/gpaste-3.20.4
...
gpaste: 3.20 -> 3.20.4
2016-07-05 13:03:44 +03:00
Arseniy Seroka
33a9713ee8
Merge pull request #16719 from DamienCassou/gpaste-3.18.5
...
gpaste: 3.18.4 -> 3.18.5
2016-07-05 13:03:32 +03:00
Arseniy Seroka
7926a98a71
Merge pull request #16650 from RamKromberg/fix/spacefm-issue-15758
...
spacefm: sudo and gksu fixes #15758 and license update
2016-07-05 13:02:43 +03:00
Damien Cassou
24226031d9
gpaste: 3.20 -> 3.20.4
2016-07-05 10:30:06 +02:00
Rahul Gopinath
86e2cd9066
wxsqlite3: init at 3.3.1
2016-07-05 00:55:22 -07:00
Damien Cassou
94cf81ce89
gpaste: 3.18.4 -> 3.18.5
2016-07-05 09:38:13 +02:00
Tobias Geerinckx-Rice
0385abbc70
di: 4.37 -> 4.42; trim meta.description
2016-07-05 09:29:42 +02:00
Tobias Geerinckx-Rice
cb86518fd3
radeontop: 2016-07-03 -> 2016-07-04
...
Add support for unprivileged use on both the Linux console and X.
2016-07-05 09:29:42 +02:00
Rahul Gopinath
65364cc83c
pypdf2: 1.25.1 -> 1.26.0
2016-07-05 09:01:41 +02:00
Simon Vandel Sillesen
ac74268012
pulseaudio: 8.0 -> 9.0
...
This also updates webrtc-audio-processing from 0.1 -> 0.3 as mentionened
in [1].
Release notes can be seen in [1].
[1]: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
2016-07-05 08:30:00 +02:00
James Cook
c51ac275b8
Merge pull request #16715 from vrthra/gnurl
...
gnurl: 7.35 -> 7.48
2016-07-05 02:59:04 +00:00
Rahul Gopinath
01d9081cc3
gnurl: enable additional functionalities
2016-07-04 19:30:04 -07:00
Tuomas Tynkkynen
a08cc3287d
Merge pull request #16693 from vrthra/gdbm
...
gdbm: 1.11 -> 1.12
2016-07-05 04:04:26 +03:00
James Cook
96ec2b6c66
Merge pull request #16714 from vrthra/gnunet
...
gnunet: Fix build
2016-07-05 00:54:53 +00:00
Rahul Gopinath
3919afbc62
gnurl: 7.35 -> 7.48
2016-07-04 17:51:33 -07:00
Tuomas Tynkkynen
c6a641eb07
Merge pull request #16687 from vrthra/dejagnu
...
dejagnu: 1.5.3 -> 1.6
2016-07-05 03:45:14 +03:00
Tuomas Tynkkynen
daddf89e4f
Merge pull request #16709 from vrthra/bdf2psf
...
bdf2psf: 1.137 -> 1.146
2016-07-05 03:23:52 +03:00
Rahul Gopinath
af074c0972
gnunet: cleanup patching
...
Do not use loop and sed since sed can take a list of files.
2016-07-04 17:10:22 -07:00
Rahul Gopinath
b31ab67a81
gnunet: ensure that zlib is actually linked
...
Fixes #14969
2016-07-04 16:51:14 -07: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
966c75ef0c
evemu: add meta.platforms
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
76af1f3d62
Merge pull request #16708 from vrthra/unifont
...
unifont: 8.0.01 -> 9.0.01
2016-07-05 00:02:00 +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
Tobias Geerinckx-Rice
17de009046
geolite-legacy: 2016-06-30 -> 2016-07-04
2016-07-04 22:16:43 +02:00
Lancelot SIX
3e1f746e28
Merge pull request #16694 from mimadrid/update/youtube_dl-2016.07.03.1
...
youtube-dl: 2016.06.27 -> 2016.07.03.1
`mps-youtube` is the only package that fails in `nox-review`, but this wat true before this merge. I have tested the updated result of `youtube-dl`. All fine for me.
2016-07-04 22:07:44 +02:00
Rahul Gopinath
c5f54786a1
wily: init at 0.13.42
2016-07-04 11:19:11 -07:00
Michiel Leenaars
abd90135ac
iosevka: minor cleanup
2016-07-04 19:47:29 +02:00
Michiel Leenaars
b8fd2c9ecb
orbitron: init at 20110526
2016-07-04 19:47:29 +02:00
Rahul Gopinath
9f0330d94b
bdf2psf: 1.137 -> 1.146
2016-07-04 10:37:57 -07:00
Rahul Gopinath
adad54cb91
unifont_upper: 8.0.01 -> 9.0.01
2016-07-04 10:34:21 -07:00
Rahul Gopinath
9a00f4130f
unifont: 8.0.01 -> 9.0.01
2016-07-04 10:32:08 -07:00
Joachim Fasting
89523c117b
Merge pull request #16706 from vrthra/cweb
...
cwebbin: ensure binaries go to the right destddir
2016-07-04 19:19:28 +02:00
Rahul Gopinath
322795ab92
cwebbin: ensure binaries go to the right destddir
2016-07-04 09:55:36 -07: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
40896e5074
xorriso: 1.4.2 -> 1.4.4
2016-07-04 17:31:17 +02:00
Rahul Gopinath
a30ecd619a
libisoburn: init at 1.4.4
2016-07-04 17:31:17 +02:00
Rahul Gopinath
a5373d46c1
libisofs: 1.4.2 -> 1.4.4
2016-07-04 17:31:17 +02:00
Rahul Gopinath
60d00ce1e4
libburn: 1.4.2.p101 -> 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
zimbatm
c1a202de05
shadow: fix passthru
...
The shadow package's shellPath wasn't detected properly
Fixes #16428
2016-07-04 15:12:27 +01:00
Damien Cassou
0b80e03904
evemu: 2.0.0 -> 2.4.0
2016-07-04 15:19:03 +02:00
Tobias Geerinckx-Rice
a978c2e9c2
Merge pull request #16699 from womfoo/bump/utox-0.9.4
...
utox: 0.9.0 -> 0.9.4
2016-07-04 15:01:23 +02:00
Thomas Tuegel
d931fee2bd
melpa-stable-packages 2016-07-03
2016-07-04 07:52:17 -05:00
Thomas Tuegel
96c86f6f4c
melpa-packages 2016-07-03
2016-07-04 07:52:17 -05:00
Bjørn Forsman
68205d0ade
nix-prefetch-git: unbreak JSON output
...
This fixes a regression caused by commit f56ab9e
("nix-prefetch-git: Include the date in the machine-readable [...]")
where a couple of directory paths printed by pushd/popd appeared before
the JSON output on stdout (thus breaking it). Fix it by redirecting the
extraneous output to /dev/null.
Reported by Michael Alan Dorman <mdorman@ironicdesign.com>.
2016-07-04 14:39:47 +02:00
Eelco Dolstra
03fcbf6317
Merge pull request #16697 from mimadrid/update/perf-tools-20160418
...
perf-tools: 20150723 -> 20160418
2016-07-04 14:26:05 +02:00
Tuomas Tynkkynen
4085f4de5f
Merge branch 'pr-newest-uboot' into master
2016-07-04 15:17:46 +03:00
Tuomas Tynkkynen
55aecd308e
linux-rpi: 4.1.20-XXX -> 4.4.13-1.20160620-1
...
- Add a patch to unset CONFIG_LOCALVERSION in the v7 build.
- Copy all the device trees to match the upstream names so U-Boot can
find them. (This is a hack.)
2016-07-04 15:13:29 +03:00
Tuomas Tynkkynen
44955a73b2
platforms.nix: Enable DTB for the ARMv6 Raspberry Pi
2016-07-04 15:13:13 +03:00
Bjørn Forsman
79ed40cd69
avahi: 0.6.31 -> 0.6.32
...
Bugfix release, backwards compatible:
https://github.com/lathiat/avahi/releases/tag/v0.6.32
* Update src URL to github (the latest release is only available there).
* Change "$(mkdir_p)" to "$(MKDIR_P)" in the patch to keep it working
(apply'able).
2016-07-04 14:10:09 +02:00
Frederik Rietdijk
ae0fa4d980
Merge pull request #16700 from madjar/bump-nox
...
nox: update to 0.0.4
2016-07-04 13:51:02 +02:00
zimbatm
cec48bfa74
direnv: fix path to bash
2016-07-04 12:46:32 +01:00
Georges Dubus
a865e34f51
nox: update to 0.0.4
2016-07-04 13:40:40 +02:00
mimadrid
a3581f802e
strace: 4.11 -> 4.12
2016-07-04 12:43:21 +02:00
mimadrid
b9315a6e24
perf-tools: 20150723 -> 20160418
2016-07-04 12:29:31 +02: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
mimadrid
aaa023c858
youtube-dl: 2016.06.27 -> 2016.07.03.1
2016-07-04 11:41:15 +02:00
Rahul Gopinath
0d602ce7f5
gdbm: 1.11 -> 1.12
2016-07-04 02:26:36 -07: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
Tobias Geerinckx-Rice
99c89f867d
debian-devscripts: 2.16.5 -> 2.16.6
2016-07-04 10:52:51 +02:00
aszlig
566c990f33
linux-testing: 4.6-rc6 -> 4.7-rc6
...
The config option DEVPTS_MULTIPLE_INSTANCES now no longer exists since
torvalds/linux@eedf265aa0 .
Built successfully on my Hydra instance:
https://headcounter.org/hydra/log/r4n6sv0zld0aj65r7l494757s2r8w8sr-linux-4.7-rc6.drv
Verified unpacked tarball with GnuPG:
ABAF 11C6 5A29 70B1 30AB E3C4 79BE 3E43 0041 1886
gpg: Signature made Mon 04 Jul 2016 08:13:05 AM CEST
gpg: using RSA key 79BE3E4300411886
gpg: Good signature from "Linus Torvalds <torvalds@linux-foundation.org>"
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-07-04 10:46:48 +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
a605b54b38
mono: refactor and cleanup
...
Refactor and cleanup in preparation for mono44
2016-07-04 10:44:34 +02:00
Rahul Gopinath
01b8db1bc7
ue4: mark as broken
...
The source code is no longer available as the repository
https://github.com/EpicGames/UnrealEngine has been deleted.
2016-07-04 10:44:34 +02:00
Rahul Gopinath
a540e842ab
boo: mark as broken
...
With mono-4.0.4.1, the build fails with 1 non-fatal errors.
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
Rahul Gopinath
179275cd70
dejagnu: 1.5.3 -> 1.6
2016-07-03 21:54:56 -07:00
Kranium Gikos Mendoza
58c00c35bc
libyamlcpp: 0.5.1 -> 0.5.3
2016-07-04 10:09:51 +08: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
Tuomas Tynkkynen
1d069ff6ac
rtl8723bs: Support all Linux
2016-07-04 02:07:13 +03:00
Rahul Gopinath
cfe4ad2431
xsw: init at 0.1.2
2016-07-03 15:56:38 -07:00
Tuomas Tynkkynen
d8cd615720
raspberrypifw: 1.20160315 -> 1.20160620
...
- Use fetchFromGitHub
- Some files in bin/ are now shell scripts, so skip patchelf on any
non-ELF files.
With this U-Boot can be successfully launched on a RPi 3.
2016-07-04 01:53:13 +03: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
Tuomas Tynkkynen
428b51dd2f
U-Boot: 2016.01 -> 2016.05
...
Amongst many minor things, the USB keyboard becomes operative on the
Raspberry Pi. Yay!
2016-07-04 01:52:19 +03:00
Rahul Gopinath
5dade2d296
cweb: init at 22p
2016-07-03 14:54:12 -07:00
Joachim Fasting
511caf3225
Merge pull request #16677 from womfoo/bump/bleachbit-1.12
...
bleachbit: 1.8 -> 1.12
2016-07-03 23:26:29 +02: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
Joachim Fasting
29ae5a10fb
Merge pull request #16669 from rasendubi/alarm-clock-applet
...
alarm-clock-applet: fix finding gstreamer plugins and gconf at runtime
2016-07-03 23:18:25 +02: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
Thomas Tuegel
6eabbb8715
Merge pull request #16682 from Profpatsch/ffmpeg-3
...
ffmpeg: additional package fixes
2016-07-03 15:46:03 -05:00
Joachim Fasting
3b6dcde064
Merge pull request #16673 from cko/dbvis
...
dbvisualizer: 9.2.5 -> 9.5
2016-07-03 22:35:22 +02: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
Rastus Vernon
77d9966d93
cryptsetup: update project homepage
...
The project was moved from code.google.com to gitlab.com.
2016-07-03 21:43:52 +02:00
Tobias Geerinckx-Rice
d01af30994
radeontop: 2015-11-24 -> 2016-07-03
2016-07-03 21:25:19 +02:00
Tobias Geerinckx-Rice
11ce7e0cfd
zstd: 0.7.1 -> 0.7.2
...
Fixes:
- ZSTD_decompressBlock() using multiple consecutive blocks.
- potential segfault on very large files (many gigabytes).
- CLI displays system error message when destination file
cannot be created.
- potential leak in zdict.
2016-07-03 21:19:15 +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
zimbatm
17d6abb771
Merge pull request #16676 from mpscholten/maphosts2
...
maphosts: Don't provide bundler anymore
2016-07-03 18:10:33 +01:00
Marc Scholten
a11f780274
maphosts: Don't provide bundler anymore
2016-07-03 17:59:23 +02:00
zimbatm
8346e72a22
direnv: 2.8.0 -> 2.9.0
2016-07-03 16:56:18 +01:00
Vladimír Čunát
ca61557581
lyx: maintenance 2.1.4 -> 2.1.5
2016-07-03 17:20:45 +02:00
Karn Kallio
cdc50d05d8
eclipse-platform: add latest version 4.6
...
[Bjørn: tweak commit message, make it clear that this is the
eclipse-platform variant.]
2016-07-03 17:10:18 +02:00
Kranium Gikos Mendoza
56cb0f763e
aspellDicts.en: 7.1-0 -> 2016.06.26-0
2016-07-03 22:45:22 +08:00
Vladimír Čunát
1e2d0205a8
make-bootstrap-tools: try again to fix on Darwin
...
For discussion see:
https://github.com/NixOS/nixpkgs/commit/ac4958efc33322c9
2016-07-03 16:34:47 +02:00
Vladimír Čunát
debd401b0f
Revert "make-bootstrap-tools: try again to fix on Darwin"
...
This reverts commit ac4958efc3
.
2016-07-03 16:34:46 +02:00
Kranium Gikos Mendoza
0405f52559
bleachbit: 1.8 -> 1.12
2016-07-03 22:00:04 +08:00
Kranium Gikos Mendoza
a89eee9da8
utox: 0.9.0 -> 0.9.4
2016-07-03 20:54:45 +08:00
Vladimír Čunát
ac4958efc3
make-bootstrap-tools: try again to fix on Darwin
...
I've got no way to test, so just trying a likely safer way blindly.
2016-07-03 14:21:55 +02:00
David Grayson
f56ab9e5e4
nix-prefetch-git: Include the date in the machine-readable output on
...
stdout, in strict ISO 8601 format.
This will be helpful for automatically updating fetchgit expressions
and the dates in version numbers associated with them.
2016-07-03 11:19:13 +01:00
Joe Hermaszewski
77ea161f19
pythonPackages.neovim: 0.1.8 -> 0.1.9 ( #16664 )
2016-07-03 12:12:59 +02:00
Christine Koppelt
ad24bb6ab1
dbvisualizer: 9.2.5 -> 9.5
2016-07-03 10:14:07 +02:00
Gabriel Ebner
c90242e657
Merge pull request #16666 from vrthra/edbrowse
...
edbrowse: 3.5.4.1 -> 3.6.1
2016-07-03 09:01:37 +01: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
Nikolay Amiantov
8530181246
kbd: add system-wise search paths for NixOS
2016-07-03 03:23:05 +03:00
Ram Kromberg
1bbcd91b2e
spacefm: sudo and gksu fixes #15758 and license update
2016-07-03 01:43:34 +03:00
Frederik Rietdijk
def310df45
pythonPackages.setuptools: fix for use in buildEnv
...
pythonPath needs to be set for it to be included in buildEnv.
This will also fix tox.
2016-07-02 23:44:10 +02:00
Alexey Shmalko
2bd7855c46
guake: add gconf to propagatedUserEnvPkgs
...
This fixes #15978 .
2016-07-03 00:39:38 +03:00