Commit Graph

64037 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
04728887e1 ms-sys: 2.4.1 -> 2.5.1 2015-12-14 23:32:18 +01:00
Tobias Geerinckx-Rice
0a35ffaace ms-sys: deprecate mssys attribute name 2015-12-14 23:32:18 +01:00
Arseniy Seroka
a01e7fed27 Merge pull request #11719 from rycee/fix/units
units: add readline dependency
2015-12-15 01:01:23 +03:00
Eric Seidel
8f7561dba2 emacsPackagesNg: update various packages, add seq.el
- circe, lcs, lui, shorten, tracking: 1.5 -> 2.1
- expand-region: 20141012 -> 20150902
- flycheck: 0.23 -> 0.25.1
- haskell-mode: 13.14 -> 13.16
- magit: 2.3.0 -> 2.3.1
- projectile: 0.12.0 -> 0.13.0
- seq: init at 1.11
- smartparens: 1.6.2 -> 20151025
- swiper: 0.6.0 -> 0.7.0
2015-12-14 13:25:43 -08:00
Arseniy Seroka
ecc0c30daf Merge pull request #11664 from garrison/vmtouch-upgrade
vmtouch -> 1.0.2
2015-12-14 23:46:40 +03:00
Jim Garrison
a900bf6e15 vmtouch: git-20150310 -> 1.0.2 2015-12-14 12:36:15 -08:00
Domen Kožar
60df14b4b1 fix eval 2015-12-14 21:12:51 +01:00
Arseniy Seroka
ad8dabd0f8 Merge pull request #11712 from simonvandel/sundtekUpdate
sundtek: 2015-09-07 -> 2015-12-12
2015-12-14 22:46:57 +03:00
Arseniy Seroka
c7b320656f Merge pull request #11714 from ericsagnes/jumanji
jumanji: fixed source
2015-12-14 22:46:41 +03:00
Arseniy Seroka
1e5aef3451 Merge pull request #11717 from ericsagnes/vips
vips: 8.0.2 -> 8.1.1
2015-12-14 22:46:29 +03:00
aszlig
45e335aabd
linux-testing: 4.4.0-rc4 -> 4.4.0-rc5
Upstream changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc5

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-14 20:29:10 +01:00
Eric Sagnes
f22aefbba0 vips: 8.0.2 -> 8.1.1 2015-12-15 03:46:35 +09:00
aszlig
90997daab6
Merge branch 'fix-nixos-test-failures'
This fixes #10828 by removing the msize option and also disabling the
writeback cache for the root file system of the test machines.

I've tested this across 5 evaluations on my Hydra, where I run tests for
specific machine configurations:

https://headcounter.org/hydra/eval/304437?filter=tests
https://headcounter.org/hydra/eval/304438?filter=tests
https://headcounter.org/hydra/eval/304439?filter=tests
https://headcounter.org/hydra/eval/304440?filter=tests
https://headcounter.org/hydra/eval/304441?filter=tests

So to summarize on the test failures:

Eval    Test failures
304437  quake3, virtualbox
304438
304439  virtualbox
304440  virtualbox
304441

Both the quake3 and virtualbox test failures are unrelated to this merge
and I didn't have to cancel or restart any other jobs. The only jobs I
really had to cancel were the virtualbox jobs, so we no longer should
have "hanging" jobs in the queue due to page allocation failures of the
9p shares.

This is in controst to every evaluation before 304437, where I needed to
constantly restart VM tests.

Thanks a lot to @wizeman for finding the original issue and to
@domenkozar and @lethalman for testing and additional findings (such as
the issue with the cache option).
2015-12-14 19:31:48 +01:00
Domen Kožar
f4756c5e73 Merge pull request #11697 from mkovacs/add-python-pyrr
pythonPackages.pyrr: init at 0.7.0
2015-12-14 19:02:37 +01:00
Mate Kovacs
7e1ce60869 pythonPackages.pyrr: init at 0.7.0 2015-12-14 10:00:24 -08:00
Eric Sagnes
a77569fd97 jumanji: fixed source 2015-12-15 02:46:04 +09:00
Robert Helgesson
268102ce2a units: add readline dependency
The dependency on `readline` is for tab-completion support. This commit
also enables tests and adds meta information.
2015-12-14 18:34:54 +01:00
Simon Vandel Sillesen
f7e2f8844d sundtek: 2015-09-07 -> 2015-12-12 2015-12-14 18:01:59 +01:00
Frederik Rietdijk
5e3d2b83a2 python odo: 0.3.3 -> 0.3.4 and fix tests 2015-12-14 17:38:33 +01:00
Frederik Rietdijk
556e968924 python blaze: update inputs and fix tests 2015-12-14 17:38:08 +01:00
Frederik Rietdijk
1298fa443d python pandas: use sqlalchemy_1_0 2015-12-14 17:37:13 +01:00
Frederik Rietdijk
e6a4acb241 python sqlalchemy: 1.0.9 -> 1.1.10 2015-12-14 17:36:43 +01:00
aszlig
a5bc11f9eb
nixos/vm-tests: Remove msize mount option
This seems to be the root cause of the random page allocation failures
and @wizeman did a very good job on not only finding the root problem
but also giving a detailed explanation of it in #10828.

Here is an excerpt:

  The problem here is that the kernel is trying to allocate a contiguous
  section of 2^7=128 pages, which is 512 KB. This is way too much:
  kernel pages tend to get fragmented over time and kernel developers
  often go to great lengths to try allocating at most only 1 contiguous
  page at a time whenever they can.

  From the error message, it looks like the culprit is unionfs, but this
  is misleading: unionfs is the name of the userspace process that was
  running when the system ran out of memory, but it wasn't unionfs who
  was allocating the memory: it was the kernel; specifically it was the
  v9fs_dir_readdir_dotl() function, which is the code for handling the
  readdir() function in the 9p filesystem (the filesystem that is used
  to share a directory structure between a qemu host and its VM).

  If you look at the code, here's what it's doing at the moment it tries
  to allocate memory:

    buflen = fid->clnt->msize - P9_IOHDRSZ;

    rdir = v9fs_alloc_rdir_buf(file, buflen);

  If you look into v9fs_alloc_rdir_buf(), you will see that it will try
  to allocate a contiguous buffer of memory (using kzalloc(), which is a
  wrapper around kmalloc()) of size buflen + 8 bytes or so.

  So in reality, this code actually allocates a buffer of size
  proportional to fid->clnt->msize. What is this msize? If you follow
  the definition of the structures, you will see that it's the
  negotiated buffer transfer size between 9p client and 9p server. On
  the client side, it can be controlled with the msize mount option.

  What this all means is that, the reason for running out of memory is
  that the code (which we can't easily change) tries to allocate a
  contiguous buffer of size more or less equal to "negotiated 9p
  protocol buffer size", which seems to be way too big (in our NixOS
  tests, at least).

After that initial finding, @lethalman tested the gnome3 gdm test
without setting the msize parameter at all and it seems to have resolved
the problem.

The reason why I'm committing this without testing against all of the
NixOS VM test is basically that I think we can only go better but not
worse than the current state.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-14 17:26:24 +01:00
Kevin Cox
2f26b82411 Remove PATH assumption from fhs-userenv.
Previously is was assumed that bash was in the path when calling the
environment setup script. This changes all of the references of bash to
be absolute paths so that the user doesn't have to worry about the
environment they call it with.
2015-12-14 11:14:53 -05:00
Domen Kožar
9688c39709 Merge pull request #11702 from ericsagnes/udevil-patch
udevil: added patch
2015-12-14 16:46:26 +01:00
Matthias C. M. Troffaes
75d292f173 gosmore: once more fix broken hash and disable externals for now to prevent further breakage 2015-12-14 15:33:51 +00:00
Daniel Peebles
5caa62dea3 Merge pull request #11689 from sigma/fix/adv_cmds
adv_cmds: fix typo in file name
2015-12-14 09:40:03 -05:00
Jakob Gillich
d241354dcd mopidy: 1.0.5 -> 1.1.1 2015-12-14 14:38:58 +01:00
Jakob Gillich
872d0be1a0 mopidy-gmusic: init at 1.0.0 2015-12-14 14:38:58 +01:00
Jakob Gillich
9571740b1b python-packages: gmusicapi: 4.0.0 -> 7.0.0 2015-12-14 14:38:58 +01:00
Jakob Gillich
2f41c41f95 python-packages: gspoauth: init at 0.0.4 2015-12-14 14:38:58 +01:00
Jakob Gillich
686f1ff924 python-packages: MechanicalSoup: init at 0.4.0 2015-12-14 14:38:58 +01:00
Eelco Dolstra
1ae8f0f0f7 Merge pull request #11675 from abbradar/flashplayer-archive
flashplayer: cleanup, use archive as a source
2015-12-14 13:56:20 +01:00
Eelco Dolstra
a8260e04ad Merge pull request #11655 from lancelotsix/update_gdb
pkgs.gdb: 7.10 -> 7.10.1
2015-12-14 13:55:03 +01:00
Damien Cassou
b31e2aa8c8 Merge pull request #11703 from ericsagnes/signing-party
signing-party: 2.0 -> 2.1
2015-12-14 13:16:05 +01:00
Eric Sagnes
b619983354 signing-party: 2.0 -> 2.1 2015-12-14 21:05:25 +09:00
Eric Sagnes
b22725847d udevil: added patch 2015-12-14 20:49:14 +09:00
Jascha Geerds
7b82e5b2e8 Merge pull request #11700 from magnetophon/khal-master
khal: update 0.6.0->0.7.0
2015-12-14 12:30:37 +01:00
Domen Kožar
59e33d42e4 Merge pull request #11699 from luispedro/add_mahotas
Add mahotas & imread
2015-12-14 11:29:43 +01:00
Luis Pedro Coelho
a77a8e3ca6 python.mahotas: init at 1.4.0
This is a computer vision package for Python based on numpy
2015-12-14 11:22:47 +01:00
Arseniy Seroka
fcf88282f9 Merge pull request #11549 from jgillich/syslinux
syslinux: fix missing mtools dependency
2015-12-14 13:21:31 +03:00
Luis Pedro Coelho
5ff41b047a python.imread: init at 0.5.1
This is a package to read image files into numpy arrays.
2015-12-14 11:19:11 +01:00
Arseniy Seroka
93c24d39b2 Merge pull request #11695 from badi/google-musicmanager
google-musicmanager: beta_1.0.221.5230-r0 -> beta_1.0.243.1116-r0
2015-12-14 13:17:27 +03:00
Oliver Charles
30a99f3185 Merge pull request #11691 from projedi/fish-darwin-hostname-fix
fish: Use /bin/hostname on darwin. Fixes #11012.
2015-12-14 10:00:48 +00:00
Pascal Wittmann
84c3b5f71f Merge pull request #11073 from mogorman/geda_fix
geda: refdes_renum called /usr/bin/perl
2015-12-14 07:56:41 +01:00
Pascal Wittmann
88fc08c367 Merge pull request #11693 from sigma/fix/zile-darwin
zile: build on unix
2015-12-14 07:52:47 +01:00
Matthew O'Gorman
f076a0867f
geda: refdes_renum called /usr/bin/perl 2015-12-14 00:04:12 -05:00
Badi' Abdul-Wahid
a8d43d6950 google-musicmanager: beta_1.0.221.5230-r0 -> beta_1.0.243.1116-r0 2015-12-13 20:46:30 -05:00
Badi' Abdul-Wahid
618414ff46 super-user-spark: 0.1.0.0 -> 0.2.0.3 2015-12-13 20:26:09 -05:00
Bart Brouns
7349f406ff khal: update 0.6.0->0.7.0 2015-12-14 02:05:01 +01:00
Yann Hodique
38161e8372 zile: build on unix
zile works fine on non-linux unix systems
2015-12-13 15:06:46 -08:00
Yann Hodique
9a40af11c3 corkscrew: fix darwin build
corkscrew ships outdated versions of config.{sub,guess}. Point to
automake version instead.
2015-12-13 14:31:00 -08:00
Matej Cotman
0256de74fb Merge pull request #11215 from ArdaXi/efl-without-vlc
e19.efl: remove dependency on VLC
2015-12-13 22:56:14 +01:00
Aristid Breitkreuz
f217579ca6 Merge pull request #11680 from mayflower/fix/claws-mail-fancy
claws-mail: Fix fancy plugin
2015-12-13 22:52:23 +01:00
Aristid Breitkreuz
42952942bc Merge pull request #11649 from mayflower/claws-enable-pgp
[RFC] claws-mail: enable PGP plugin by default
2015-12-13 22:51:03 +01:00
Yann Hodique
000fe58769 adv_cmds: fix typo in file name
adv_cmds archive actually contains BSDmakefile, not BSDMakefile. While
that probably doesn't matter in default installations, it does matter
for case-sensitive filesystems.
2015-12-13 12:02:42 -08:00
Alexander Shabalin
020a09adbb fish: Use /bin/hostname on darwin. Fixes #11012. 2015-12-13 22:52:35 +03:00
Aristid Breitkreuz
f0cdf17ee8 Merge pull request #11682 from ambrop72/chrome-updates
chromium: Updates.
2015-12-13 20:04:32 +01:00
Domen Kožar
128e635d8a pythonPackages.monothonic: address #7307 2015-12-13 19:06:32 +01:00
Pascal Wittmann
8603828324 flask: add missing dependencies and fix license 2015-12-13 18:54:34 +01:00
goibhniu
9fdb01300c Merge pull request #11416 from magnetophon/jack-master
jackaudio: compile without profiling
2015-12-13 18:40:59 +01:00
Pascal Wittmann
e4b8defb37 Merge pull request #11676 from devhell/mediainfo
{lib-}mediainfo{-gui}: 0.7.79 -> 0.7.80
2015-12-13 18:26:46 +01:00
goibhniu
e470d15423 zam-plugins: update hash (uses git submodules) 2015-12-13 18:16:49 +01:00
devhell
ab9bf1e4fa {lib-}mediainfo{-gui}: 0.7.79 -> 0.7.80
From the changelog:
```
Version 0.7.80, 2015-11-30

+ Matroska: support of MKVMerge statistics tags (duration frame count,
  stream size, bit rate) per track, thanks to ndjamena
+ FLAC: Channel positions, thanks to ndjamena
+ FLAC: difference between detected bit depth and stored bit depth
+ MPEG-TS: if DTVCC transport stream is present and no DTVCC service
  descriptor, scan also in the middle of the file in order to detect
  more caption services
+ Subtitle frame rate computing if frame count and duration are
  available (hidden by default)
+ Subtitles in Matroska: count of elements
+ Matroska, MXF and MP4/MOV: detection of truncated files
+ DTS: difference between ES Matrix and ES Discrete
+ DTS: display ES Matrix or ES Discrete even if HRA or MA is present
+ DTS: difference between DTS-HRA with 96k option and pure DTS-96/24
+ DTS: detection of DTS:X
+ Samples per frame info
+ AC-3: detection of Atmos inside TrueHD
+ Video frame rate: showing precision of 1/1.001 frame rates (e.g.
  "23.976 (24000/1001) fps" and "23.976 (23976/1000) fps")
+ MPEG-4/MOV: showing the complete list of compatible brands in the
  CodecID field
+ MPEG-4/MOV: Alternate groups
+ MPEG-4/MOV: "Disabled" tag
+ MPEG-4/MOV: "Forced" tag
+ MPEG-4/MOV: showing links between tracks (chapters for, subtitles for,
  fallback for)
+ MXF: handling of more acquisition metadata items
+ MXF: Package name
+ AVC: Store method of interlaced content (Interleaved Fields or
  Separated Fields)
+ EBUCore: acquisition metadata (Proof of concept, for feedback only)
x Matroska: frame rate detection algorithm revisited, less wrong numbers
  are expected
x SDP/Teletext: some pages were sometimes (when present in 2 different
  SDP lines) displayed several times
x MPEG-4/MOV: some hint tracks were not displayed
+ Hongkongese language added
+ Option "Full parsing"
```
2015-12-13 17:16:07 +00:00
Franz Pletz
cabd3effda claws-mail: Remove extra GIO_EXTRA_MODULES wrapping 2015-12-13 17:09:15 +01:00
Franz Pletz
65d8af5af2 claws-mail: Fix fancy plugin, fixes #10421
This fixes the fancy plugin displaying HTML mails as text as suggested
by @wedens.
2015-12-13 17:02:36 +01:00
Ambroz Bizjak
03cf5e6627 chromium: Updates.
- dev: 48.0.2564.22 -> 49.0.2587.3
- beta: 48.0.2564.23 -> 48.0.2564.41
- stable: 47.0.2526.73 -> 47.0.2526.80
2015-12-13 17:00:13 +01:00
goibhniu
548fbf612f Merge pull request #11678 from jcbrand/sabnzbd-ssl
sabnzbd: Add OpenSSL support and fix wrapping
2015-12-13 16:39:31 +01:00
Pascal Wittmann
3eab158fb8 github3.py: init at 1.0.0a2 2015-12-13 16:27:04 +01:00
Pascal Wittmann
8443067e44 betamax-matchers: init at 0.2.0 2015-12-13 16:08:06 +01:00
Pascal Wittmann
e7757c47b7 betamax: init at 0.5.1 2015-12-13 16:08:06 +01:00
JC Brand
b4766c3d43 sabnzbd: Fix OpenSSL wrapping.
- Add SSL support by adding pyopenssl to PYTHONPATH
- Update build script to use wrapPythonProgramsIn
- Update the meta info
2015-12-13 14:56:25 +00:00
JC Brand
5482aa9084 sabnzbd: 0.7.17 -> 0.7.20 2015-12-13 14:56:19 +00:00
Arseniy Seroka
09d9693089 Merge pull request #11662 from jgillich/patch-2
virt-manager: 1.2.1 -> 1.3.1
2015-12-13 17:16:38 +03:00
Nikolay Amiantov
9d8be1e6a3 Merge branch 'mayflower-feature/simp_le-service'
Closes #11506
2015-12-13 17:02:51 +03:00
Nikolay Amiantov
9e0257c104 Merge branch 'feature/simp_le-service' of https://github.com/mayflower/nixpkgs into mayflower-feature/simp_le-service 2015-12-13 17:01:42 +03:00
Nikolay Amiantov
26e738206c flashplayer: cleanup, use archive as a source
Most work done by ericsagnes
2015-12-13 16:28:52 +03:00
lethalman
564757ab9b Merge pull request #11652 from Profpatsch/geoclue
geoclue2: 2.1.10 -> 2.4.1
2015-12-13 14:24:09 +01:00
Domen Kožar
98101e1fe1 Merge pull request #11673 from mayflower/openssl-versioning
openssl -> openssl_1_0_1
2015-12-13 14:06:17 +01:00
Nikolay Amiantov
427d00ee36 doomseeker: cleanup 2015-12-13 15:14:18 +03:00
Nikolay Amiantov
2678e0ce02 zandronum: unify packages, fix building, cleanup 2015-12-13 15:14:11 +03:00
Nikolay Amiantov
94a07ab3ae fmod42416: fix upstream url, use provided Makefile 2015-12-13 15:14:06 +03:00
Nikolay Amiantov
28f8ec1df6 brasero: cleanup 2015-12-13 15:14:00 +03:00
Nikolay Amiantov
a4e8b8ef06 cdrtools: 3.00 -> 3.02a03 2015-12-13 15:13:43 +03:00
JC Brand
7d71dda6de fzf: 1.11.0 -> 1.11.1 2015-12-13 11:59:23 +00:00
Robin Gloster
dc7d09f6a4 openssl -> openssl_1_0_1
This renames the current openssl to openssl_1_0_1 and defaults
openssl back to openssl_1_0_1 essentially changing nothing currently,
but allowing people to explicitly select openssl_1_0_1 for some software
which needs ABI compatibility to a specific libssl implementation like
binaries (spotify amongst others) and at the same time overriding
openssl to another implementation like libressl.
2015-12-13 11:00:21 +00:00
Pascal Wittmann
88f9ce0fed uritemplate.py: init at 0.3.0 2015-12-13 11:45:11 +01:00
goibhniu
c94dfa0507 Merge pull request #11665 from FRidh/tqdm
python tqdm: init at 3.1.4
2015-12-13 11:36:09 +01:00
Pascal Wittmann
c0b0cab968 Revert "Merge branch 'master' of github.com:NixOS/nixpkgs"
This reverts commit a7f91d751b, reversing
changes made to 54e0a9b7ac.
2015-12-13 11:31:25 +01:00
goibhniu
4ce64a9025 Merge pull request #11621 from Baughn/patch-2
unifi:Update download location
2015-12-13 11:27:41 +01:00
Pascal Wittmann
a7f91d751b Merge branch 'master' of github.com:NixOS/nixpkgs 2015-12-13 11:22:27 +01:00
Pascal Wittmann
116c230e82 uritemplate.py: init at 0.3.0 2015-12-13 11:20:57 +01:00
goibhniu
54e0a9b7ac Merge pull request #11663 from datakurre/datakurre-buildout
zc.buildout-nix: 2.4.3 -> 2.5.0
2015-12-13 11:15:44 +01:00
goibhniu
322b6bd60c Merge pull request #11656 from enolan/master
Remove Echo Nolan from maintainers
2015-12-13 11:13:31 +01:00
Echo Nolan
f01c56f109 Remove Echo Nolan from maintainers
I'm not using Nix anymore.
2015-12-12 22:59:11 -08:00
aszlig
fb37fc631a
systemd: Apply VirtualBox fix for detect-virt.
The update is basically just one additional commit, which was an
upstream cherry-pick pushed at NixOS/systemd#3 and it fixes
systemd-detect-virt with VirtualBox so that services with
ConditionVirtualization set to "oracle" will work properly.

I've tested this with the "virtualbox" NixOS VM test, which was failing
since the update to version 228.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-13 05:36:10 +01:00
Thomas Tuegel
53979b54a8 Merge branch 'kde-applications-15.12' 2015-12-12 18:26:55 -06:00
Thomas Tuegel
7cdedaaf72 dropbox: use fields from upstream's desktop item 2015-12-12 17:26:41 -06:00
Thomas Tuegel
623a117bdd makeDesktopItem: add StartupNotify key 2015-12-12 17:25:56 -06:00
Thomas Tuegel
bce4e95a80 kdeApps_15_12: 15.11.80 -> 15.11.90 2015-12-12 17:21:48 -06:00
Anders Papitto
229f0ac257 sysdig: 0.1.102 -> 0.5.1 2015-12-12 12:31:29 -08:00
Anders Papitto
9f71bba8a4 libb64: init at 1.2 2015-12-12 12:31:28 -08:00
Frederik Rietdijk
8f1c4b4dde python tqdm: init at 3.1.4 2015-12-12 21:04:16 +01:00
Asko Soukka
b6776d41dd zc.buildout-nix: 2.4.3 -> 2.5.0 2015-12-12 21:40:29 +02:00
goibhniu
9474d6b99a Merge pull request #11653 from mayflower/libressl-fetchurlBoot
use fetchurlBoot in libressl
2015-12-12 20:33:29 +01:00
Jakob Gillich
8da384edad virt-manager: 1.2.1 -> 1.3.1 2015-12-12 19:36:08 +01:00
Thomas Tuegel
73a9826001 sddm: don't install empty scripts 2015-12-12 11:32:20 -06:00
Thomas Tuegel
f7edf63b23 ipe: use texlive-new 2015-12-12 10:57:38 -06:00
Thomas Tuegel
269ae2e29d gnuplot: use texlive-new 2015-12-12 10:47:03 -06:00
Thomas Tuegel
08d842ea09 Merge branch 'kde-frameworks-5.17' 2015-12-12 10:45:13 -06:00
Michael Raskin
19aa4f0a6b pixz: init at 1.0.6 2015-12-12 17:39:14 +01:00
Tobias Geerinckx-Rice
492541c378 miniupnpd 1.9.20150721 -> 1.9.20151212
Changes: https://github.com/miniupnp/miniupnp/blob/master/miniupnpd/Changelog.txt
2015-12-12 17:02:08 +01:00
Nikolay Amiantov
adc693f982 simp_le: 20151205 -> 20151207 2015-12-12 16:06:51 +01:00
goibhniu
bb3c2fb246 Merge pull request #11524 from mcmtroffaes/feature/gosmore-fix-and-update
gosmore: r30811 -> r31801, fix sha256
2015-12-12 16:04:35 +01:00
Shea Levy
fb21fe3001 Merge branch 'update_gcc5' of git://github.com/lancelotsix/nixpkgs 2015-12-12 09:31:02 -05:00
Michael Raskin
c4bdf26035 Merge pull request #11657 from lancelotsix/update_freeipmi
pkgs.freeipmi: 1.4.9 -> 1.5.1
2015-12-12 15:10:47 +01:00
Thomas Tuegel
28b74a05af remove kf516 2015-12-12 08:09:48 -06:00
Lancelot SIX
f27dee4eb2 pkgs.freeipmi: 1.4.9 -> 1.5.1
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00000.html
2015-12-12 15:04:59 +01:00
Shea Levy
178c20f0f6 perlPackages.LinuxDistribution: Disable test suite.
Fails on distros that aren't on its supported list, including NixOS.
2015-12-12 08:57:56 -05:00
Lancelot SIX
5aa99f680e pkgs.gdb: 7.10 -> 7.10.1
See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00003.html
2015-12-12 14:54:25 +01:00
Shea Levy
18af0f88d0 Linux 4.3: 4.3 -> 4.3.2 2015-12-12 08:46:34 -05:00
Lancelot SIX
4cf6fef6fc pkgs.gcc5: 5.2.0 -> 5.3.0
gcc-5.3.0 is a bug-fix release from the GCC 5 branch.

See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00002.html
2015-12-12 14:41:53 +01:00
Robin Gloster
77463eec42 use fetchurlBoot in libressl 2015-12-12 13:27:50 +00:00
Profpatsch
cc79a6360b geoclue2: 2.1.10 -> 2.4.1 2015-12-12 14:26:46 +01:00
Thomas Tuegel
54829da822 kf517.ki18n: add missing qtdeclarative dependency 2015-12-12 07:15:07 -06:00
Thomas Tuegel
e3aa60ed81 kf517: init at 5.17.0 2015-12-12 07:14:47 -06:00
Arseniy Seroka
a7987f934c Merge pull request #11642 from davidar/cmdstan
cmdstan: init at 2.9.0
2015-12-12 16:13:02 +03:00
Thomas Tuegel
40242c1bff kf516.breeze-icons: propagate qtsvg into user environment 2015-12-12 07:00:36 -06:00
Robin Gloster
2251af754e claws-mail: enable PGP plugin by default 2015-12-12 12:49:49 +00:00
David A Roberts
7200a5c079 cmdstan: init at 2.9.0 2015-12-12 22:42:01 +10:00
Arseniy Seroka
8908fa880c Merge pull request #11620 from Profpatsch/python-mpv
pythonPackages.mpv: 0.1
2015-12-12 15:31:55 +03:00
Profpatsch
7b407414a4 telegram: create explicit folder
Will be used for other tools coming soon™.
2015-12-12 13:27:03 +01:00
Profpatsch
b1e44d80c6 pythonPackages.mpv: init at 0.1 2015-12-12 12:44:07 +01:00
Lancelot SIX
069b1891d3 pkgs.wget: 1.17 -> 1.17.1
1.17.1 is a bugfix release. See
https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00007.html for
announcement.
2015-12-12 12:41:46 +01:00
Pascal Wittmann
e0a7c3a54b intel-gpu-tools: 1.12 -> 1.13 2015-12-12 12:05:19 +01:00
Pascal Wittmann
de37086064 potrace: 1.12 -> 1.13 2015-12-12 12:05:19 +01:00
Pascal Wittmann
d0fbac6358 nzbget: 16.3 -> 16.4 2015-12-12 12:05:19 +01:00
Pascal Wittmann
80420c3187 hevea: 2.25 -> 2.26 2015-12-12 12:05:19 +01:00
Pascal Wittmann
42c7004d33 checkstyle: 6.12.1 -> 6.13 2015-12-12 12:05:19 +01:00
goibhniu
9da978b0e3 Merge pull request #11603 from wedens/rtv_update
rtv: 1.6.1 -> 1.7.0
2015-12-12 12:04:51 +01:00
goibhniu
5a4be85b3a Merge pull request #11579 from mayflower/pkg/redir
redir: init at 2.2.1
2015-12-12 12:04:02 +01:00
Bjørn Forsman
becb040969 qtcreator: 3.4.2 -> 3.5.1
Builds and runs.
2015-12-12 11:51:35 +01:00
Michael Raskin
154e88ab3f xprintidel-ng: init at git-2015-09-01 2015-12-12 11:47:18 +01:00
Svein Ove Aas
75dbf02d85 unifi:Update download location; the binaries moved 2015-12-11 22:25:24 +00:00
Pascal Wittmann
c29702d132 Merge pull request #11640 from rnhmjoj/bdf2psf
bdf2psf: 1.132 -> 1.134
2015-12-11 22:37:43 +01:00
Pascal Wittmann
a6519d50c0 calibre: 2.45.0 -> 2.46.0 2015-12-11 19:52:20 +01:00
Domen Kožar
fdece0c2a4 atom: 1.2.0 -> 1.3.1 2015-12-11 19:50:45 +01:00
rnhmjoj
941ef62cae bdf2psf: 1.132 -> 1.134 2015-12-11 19:45:07 +01:00
Peter Simons
c20dbdfc84 Merge pull request #11615 from rycee/fix/screen-CVE-2015-6806
screen: patch CVE-2015-6806
2015-12-11 19:39:44 +01:00
Arseniy Seroka
a7fe3c667f vimPlugins: update to 11.12.2015 2015-12-11 21:31:40 +03:00
Arseniy Seroka
d5b52b86cb Merge pull request #11616 from prikhi/update-sassc
Update libsass & sassc
2015-12-11 21:22:24 +03:00
Arseniy Seroka
575fcf8573 Merge pull request #11636 from lancelotsix/update_netcdf4-python
pythonPackages.netcdf4: 1.1.8 -> 1.2.1
2015-12-11 21:19:21 +03:00
leenaars
3ade7b690e opendkim: 2.4.3 > 2.10.3
Added some metadata as well.
2015-12-11 18:00:49 +01:00
Thomas Tuegel
146784f835 Merge pull request #11635 from LumiGuide/fontmatrix
fontmatrix: init at 0.6.0
2015-12-11 09:54:15 -06:00
Thomas Tuegel
46c44a40f5 Merge branch 'phonon' 2015-12-11 09:06:12 -06:00
Thomas Tuegel
cc64f51baa qt5Libs.phonon_backend_gstreamer: fix build with gstreamer-1.6.1
An include flag which should be picked up through pkgconfig is not. The
root cause is unknown, but it's simple to add the missing flag to
NIX_CFLAGS_COMPILE.
2015-12-11 09:05:16 -06:00
Thomas Tuegel
577df36b56 phonon_qt5_backend_gstreamer: fix build with gstreamer-1.6.1
An include flag which should be picked up through pkgconfig is not. The
root cause is unknown, but it's simple to add the missing flag to
NIX_CFLAGS_COMPILE.
2015-12-11 09:04:18 -06:00
Lancelot SIX
392fcb14cf pythonPackages.netcdf4: 1.1.8 -> 1.2.1 2015-12-11 14:30:21 +00:00
Nikolay Amiantov
01a49270a8 playonlinux: attempt to fix Hydra failure 2015-12-11 17:24:31 +03:00
Moritz Ulrich
3f8ca3c676 rofi-pass: Add missing dependencies. 2015-12-11 15:11:31 +01:00
Roel van Dijk
b0bb9cd5fe fontmatrix: init at 0.6.0 2015-12-11 14:50:16 +01:00
Domen Kožar
710f603d2b Merge pull request #11359 from FRidh/fftw
python FFTW bindings.
2015-12-11 14:29:01 +01:00
Domen Kožar
54d9db52fa Merge pull request #11600 from FRidh/aiohttp
python: new packages
2015-12-11 14:28:46 +01:00
Peter Simons
e5e7d1411d Merge pull request #11629 from michelk/R/update
R: 3.2.2 -> 3.2.3
2015-12-11 14:28:38 +01:00
Thomas Tuegel
3960ecb933 Merge branch 'plasma-5.5' 2015-12-11 07:21:50 -06:00
Thomas Tuegel
8f26ac9f47 sddm: add ttuegel as maintainer 2015-12-11 07:09:07 -06:00
Thomas Tuegel
78a6d62b48 sddm: wrap to include themes 2015-12-11 07:09:07 -06:00
Thomas Tuegel
e7d28ed488 kf516.breeze-icons: init at 5.16.0 2015-12-11 07:08:33 -06:00
Thomas Tuegel
9678f78056 plasma55.breeze-gtk: init at 5.5.0.1
The GTK themes do not depend on GTK at compile time, so they are also
now included in plasma55.breeze at no cost.
2015-12-11 07:08:33 -06:00
Sou Bunnbu
c03b26ee08 Merge pull request #11491 from bjornfor/pitivi-0.95
gstreamer 1.4 -> 1.6 and pitivi 0.94 -> 0.95
2015-12-11 21:00:31 +08:00
aszlig
873096ab7a
all-packages: Fix typo in "pythonpackages".
Regression introduced by 515a13b1f5.

All lower-case won't evaluate very well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-11 13:43:29 +01:00
Frederik Rietdijk
ffa24484a0 python aiohttp: init at 0.19.0 2015-12-11 13:39:49 +01:00
Frederik Rietdijk
be675d6aec python pytest-raisesregexp: init at 2.0 2015-12-11 13:39:48 +01:00
Domen Kožar
6fd501157e Merge pull request #11601 from FRidh/py
python py: 1.4.30 -> 1.4.31
2015-12-11 13:39:10 +01:00
Domen Kožar
b9f13deace Merge pull request #11572 from FRidh/python-modules
Move Python modules/packages to python-packages.nix
2015-12-11 13:26:06 +01:00
Michel Kuhlmann
cebbb18e9e R: 3.2.2 -> 3.2.3 2015-12-11 11:36:30 +01:00
aszlig
fc6d1471ce
linux-testing: Revert build fix for -rc3.
This reverts commit 79bd2b08ee.

The commit was from an upstream commit anyway and has since been applied
to mainline.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-11 11:31:05 +01:00
Frederik Rietdijk
f2ac29648a python ansible2: move to python-packages.nix 2015-12-11 11:28:33 +01:00
Frederik Rietdijk
14167636fc python ansible: move to python-packages.nix 2015-12-11 11:28:33 +01:00
Frederik Rietdijk
a82fd1730c python awscli: 1.9.6 -> 1.9.12 2015-12-11 11:28:33 +01:00
Frederik Rietdijk
fe9ef9fd60 python botocore: 1.3.6 -> 1.3.12 2015-12-11 11:28:33 +01:00
Frederik Rietdijk
b2d9b48c97 python awscli: move to python-packages.nix 2015-12-11 11:28:32 +01:00
Frederik Rietdijk
515a13b1f5 python pyside: move callPackage to python-packages.nix
This should make pyside available for all Python versions.
2015-12-11 11:28:32 +01:00
Frederik Rietdijk
2ed93d74d5 python pyside shiboken: 1.2.2 -> 1.2.4 2015-12-11 11:28:32 +01:00
Frederik Rietdijk
a11c7584ca python pyside: 1.2.2 -> 1.2.4 2015-12-11 11:28:32 +01:00
Frederik Rietdijk
7d08a9c877 python pyqt: add python.libPrefix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
2aa37ad8a2 python pycangjie: add python.libPrefix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
1d84bff14c python pycairo: add python.libPrefix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
6938b74d2c python dbus: use callPackage in python-packages.nix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
8a61d3699f python pycangjie: call package from python-packages.nix 2015-12-11 11:28:31 +01:00
Frederik Rietdijk
9186d3169a python irclib: move expression to python-packages.nix
- Use external paver instead of built-in
- Only works with Python 2.x
2015-12-11 11:28:30 +01:00
Frederik Rietdijk
d2b7b5660b python mygpoclient: move expression to python-packages.nix 2015-12-11 11:28:30 +01:00
Lancelot SIX
442ed86b15 pkgs.xorriso: 1.4.0 -> 1.4.2
See release announcement at
https://lists.gnu.org/archive/html/info-gnu/2015-11/msg00011.html
2015-12-11 10:22:28 +00:00
Frederik Rietdijk
3c5e03d8c0 python xmpppy: move expression to python-packages.nix 2015-12-11 10:45:24 +01:00
Frederik Rietdijk
e60da70c3b python slowaes: move expression to python-packages.nix 2015-12-11 10:45:24 +01:00
Frederik Rietdijk
f9acc95a09 python rbtools: move expression to python-packages.nix
cc @domenkozar
2015-12-11 10:45:20 +01:00
Frederik Rietdijk
3e75b475f8 python pyx: 0.10 -> 0.14.1 rewrite expression
- Update version
- Rewrite expression using buildPythonPackage
- Current version only works of PyX only works with Python >= 3.2
2015-12-11 10:41:38 +01:00
Frederik Rietdijk
4c0bc553f5 python pygtksourceview: move callPackage to python-packages.nix 2015-12-11 10:41:38 +01:00
Frederik Rietdijk
bc97b365d3 python pygame: move callPackage to python-packages.nix 2015-12-11 10:41:38 +01:00
Frederik Rietdijk
292b943ec6 python pyqt4: use version already in python-packages.nix 2015-12-11 10:41:38 +01:00
Frederik Rietdijk
88bcfa6441 python pycups: 1.9.68 -> 1.9.73 and move expression 2015-12-11 10:41:37 +01:00
Frederik Rietdijk
dbdfda7871 python bsddb3: 6.1.0 -> 6.1.1 2015-12-11 10:41:37 +01:00
Frederik Rietdijk
fa45088ae9 python bsddb3: move and update expression
The updated expression uses buildPythonPackage and thus installs a
wheel. Unfortunately, setting the --berkeley-db flag seems to fail.
2015-12-11 10:41:37 +01:00
Frederik Rietdijk
66f663e192 castle_combat: remove game
It was broken already (pygame sound error), and also requires numeric
which is being removed.
2015-12-11 10:41:37 +01:00
Frederik Rietdijk
318fa0732d castle_combat: mark as broken
due to pygame error.
2015-12-11 10:41:37 +01:00
Frederik Rietdijk
aa4777c45b python: remove psyco 2015-12-11 10:41:29 +01:00
Frederik Rietdijk
7a8671a905 python foursuite: move callPackage to python-packages.nix 2015-12-11 10:36:29 +01:00
Frederik Rietdijk
0b83f71486 python ecdsa: remove duplicate
ecdsa was specified in python-modules/ and in python-packages.nix.
2015-12-11 10:36:29 +01:00
Frederik Rietdijk
39b8e3808d python numeric: remove package
numeric was superseded by numpy about 10 years ago. I think we can
remove it...
2015-12-11 10:36:29 +01:00
Vladimír Čunát
ffb72182a6 blas: fix remains of hardcoded version
Thanks to @knedlsepp for pointing out
2b71fdbbc3 (commitcomment-14919659)
2015-12-11 10:25:40 +01:00
lethalman
fbf606aeb9 Merge pull request #11627 from jgillich/gnome-music-requests
gnome-music: add missing requests2 dependency
2015-12-11 10:06:33 +01:00
lethalman
c55fdd6a40 Merge pull request #11617 from cheecheeo/init_json2csv
goPackages.json2csv: init at d82e60e6dc2a7d3bcf15314d1ecbebeffaacf0c6
2015-12-11 10:05:21 +01:00
Jakob Gillich
9104aae0a4 gnome-music: add missing requests2 dependency 2015-12-11 09:04:46 +01:00
Birger J. Nordølum
1fe89386fd i3blocks: 1.4 (NEW) (WIP) 2015-12-11 08:55:14 +01:00
Arseniy Seroka
0a5d840b64 Merge pull request #11605 from wedens/goldendict_update
goldendict: b4bb1e9 -> ec86516
2015-12-11 08:35:15 +03:00
Arseniy Seroka
4599f2a0dd Merge pull request #11608 from sjmackenzie/nanomsg
nanomsg: 0.4-beta -> 0.8-beta
2015-12-11 08:34:25 +03:00
Shea Levy
ebab50992b Merge branch 'consistent-php-ext-dir' of git://github.com/deeky666/nixpkgs 2015-12-10 21:03:42 -05:00
vbgl
251479f892 Merge pull request #11113 from lancelotsix/update_gsl
gsl: 1.16 -> 2.1
2015-12-11 02:05:56 +01:00
Steve Müller
de327c7db7 fixes #11618: make php and phpPackages extension directory consistent 2015-12-11 01:24:05 +01:00
Robert Helgesson
c4ab553c92 screen: patch CVE-2015-6806
Fixes a possible denial of service of the screen tool. Patch sourced
from upstream GIT repository.
2015-12-11 00:22:21 +01:00
Pavan Rikhi
2de85bd7e5 sassc: v3.2.4 -> v3.3.2 2015-12-10 17:27:46 -05:00
Pavan Rikhi
b670cec4ac libsass: v3.2.4 -> v3.3.2 2015-12-10 17:27:46 -05:00
John Chee
332c35fa6c goPackages.json2csv: init at d82e60e6dc2a7d3bcf15314d1ecbebeffaacf0c6 2015-12-10 14:26:34 -08:00
Nikolay Amiantov
8ec4b45dbd Merge pull request #11602 from zimbatm/stricter-chroot-user
build-fhs-userenv: don't leak file descriptors
2015-12-11 00:40:41 +03:00
Bjørn Forsman
b398371e80 Merge pull request #11613 from rycee/bump/eclipse-plugin-testng
eclipse-plugin-testng: 6.9.10.201511281504 -> 6.9.10.201512020421
2015-12-10 22:26:02 +01:00
Bjørn Forsman
248cbef4d3 Merge pull request #11607 from prikhi/update-pencil
pencil: v2.0.14 -> v2.0.15
2015-12-10 21:54:30 +01:00
Robert Helgesson
414a1660f4 eclipse-plugin-testng: 6.9.10.201511281504 -> 6.9.10.201512020421 2015-12-10 21:35:33 +01:00
Shea Levy
a60895a9ca Merge branch 'composer-1.0.0-alpha11' of git://github.com/deeky666/nixpkgs
Bump composer version.
2015-12-10 15:00:29 -05:00
Ricardo M. Correia
35bb18cc4d Merge pull request #11581 from mayflower/update-rustfmt
rustfmt: 2015-10-28 -> 2015-12-08
2015-12-10 20:44:53 +01:00
Ricardo M. Correia
9933e5868d rustRegistry: 2015-11-01 -> 2015-12-10 2015-12-10 20:43:37 +01:00
Domen Kožar
fef780de8d Merge pull request #11578 from lancelotsix/python3_basemap
python3Packages.basemap: enabled
2015-12-10 20:31:42 +01:00
Pavan Rikhi
bd5ad569aa pencil: v2.0.14 -> v2.0.15 2015-12-10 13:26:08 -05:00
Stewart Mackenzie
6037db59c6 nanomsg: 0.4-beta -> 0.8-beta 2015-12-11 02:19:12 +08:00
Steve Müller
e62a90767e phpPackages.composer: 1.0.0-alpha10 -> 1.0.0-alpha11 2015-12-10 19:11:26 +01:00
wedens
f8d2af6260 goldendict: b4bb1e9 -> ec86516 2015-12-10 23:51:07 +06:00
Thomas Tuegel
114584aca8 Merge branch 'pinentry-qt5' 2015-12-10 11:12:21 -06:00
Thomas Tuegel
ca0514db49 pinentry_qt4: init at 0.9.6 2015-12-10 11:06:18 -06:00
Thomas Tuegel
31d68a68b5 pinentry_ncurses: init at 0.9.6 2015-12-10 11:06:10 -06:00
Thomas Tuegel
2b318da619 pinentry_qt5: init at 0.9.6 2015-12-10 11:06:00 -06:00
Thomas Tuegel
80681dd60a pinentry: 0.9.5 -> 0.9.6 2015-12-10 11:05:43 -06:00
Robin Gloster
34e67f558f rustfmt: 2015-10-28 -> 2015-12-08 2015-12-10 16:23:39 +00:00
Robin Gloster
171d622fcd redir: init at 2.2.1 2015-12-10 16:09:32 +00:00
wedens
1b05ef86f0 rtv: 1.6.1 -> 1.7.0 2015-12-10 22:07:15 +06:00
zimbatm
9b33ec1764 build-fhs-userenv: don't leak file descriptors
This re-uses the capabilities documented in `Process.spawn` to avoid leaking
unecessary file-descriptors to the sandbox
2015-12-10 16:01:04 +00:00
Frederik Rietdijk
b2c4f30df5 python py: 1.4.30 -> 1.4.31 2015-12-10 16:54:25 +01:00
Eelco Dolstra
54d6f1f683 linux: 3.14.56 -> 3.14.58 2015-12-10 16:26:33 +01:00
Eelco Dolstra
bb672805cd fetchurl: Always use tarballs.nixos.org
Otherwise, if the upstream mirror changes (rather than deletes) a
file, then tarballs.nixos.org won't be used even if it has a copy of
the original file, and so we'll get a hash mismatch.
2015-12-10 16:06:12 +01:00
Domen Kožar
05c12a337d snabbswitch: add missing diffutils dependency 2015-12-10 15:38:06 +01:00
Arseniy Seroka
a075650b1d Merge pull request #11568 from benley/patch-1
closure-compiler: allow building on darwin
2015-12-10 17:31:16 +03:00
Eelco Dolstra
2de76b2753 nixUnstable: 1.11pre4273_71039be -> 1.11pre4334_7431932 2015-12-10 15:25:48 +01:00