3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

63251 commits

Author SHA1 Message Date
Frederik Rietdijk 4ff3787adb python spyder: 2.3.7 -> 2.3.8 2015-12-01 20:23:42 +01:00
Nikolay Amiantov c50d013d1f soundfont-fluid: init at 3 2015-12-01 20:46:31 +03:00
Nikolay Amiantov d573b1e7a9 vlc: add midi support via fluidsynth 2015-12-01 20:46:31 +03:00
Nikolay Amiantov 123b73a182 deadbeef: add optional wildmidi support 2015-12-01 20:46:31 +03:00
Frederik Rietdijk 6bda7509e5 python pysoundfile: disable on 32 bit systems
due to a bug
2015-12-01 17:21:16 +01:00
Domen Kožar 6da921e9dd Merge pull request #11383 from np/BlinkStick
pythonPackages.BlinkStick: init at 1.1.8
2015-12-01 15:26:07 +01:00
Nikolay Amiantov 5aca5faa94 Merge pull request #11382 from bendlas/update-wine
wine(tricks): update packages
2015-12-01 14:48:31 +03:00
Alexander V. Nikolaev 28c44a15c7 qtile: rework package
* Use absolute paths to load gobject, pango and cairo.
* Add xcb-cursor support (also with absolute path)
* Avoid tainting child processes environment:
  Save PATH and PYTHONPATH in wrapper, and restore them in python code.
* Alter restart process, using $0 saved in wrapper, which allow user
  to restart qtile after system rebuild to upgrade it.
2015-12-01 13:46:18 +02:00
Alexander V. Nikolaev 9b166f0db2 Use absolute path to load libxcb.so 2015-12-01 13:45:06 +02:00
Nicolas Pouillard ed42bff48f
pythonPackages.BlinkStick: init at 1.1.8 2015-12-01 12:32:23 +01:00
Herwig Hochleitner ddbd0dfcae wine(tricks): update packages
wine 1.7.55 -> 1.8-rc2
winetricks 20151110 -> 20151116
2015-12-01 11:58:17 +01:00
Bart Brouns 62dcb40fec tudu: init at 0.10 2015-12-01 11:52:28 +01:00
Herwig Hochleitner a92a40e8a1 pypy: 4.0.0 -> 4.0.1 2015-12-01 11:45:13 +01:00
Herwig Hochleitner 56e1d13842 cdemu: package updates
client:    3.0.0 -> 3.0.1
daemon:    3.0.2 -> 3.0.3
gui:       3.0.0 -> 3.0.1
libmirage: 3.0.3 -> 3.0.4
2015-12-01 11:43:16 +01:00
Mitch Tishmack 03c1f6db6a pythonPackages.werkzeug: update 0.9.6 -> 0.10.4, fixes #11209 2015-12-01 11:27:50 +01:00
aszlig 79bd2b08ee
linux-testing: Fix build with default config.
Regression introduced by 03a3a905b9.

Our default config includes all modules and since torvalds/linux@47ca6ec
this results in a regression due to in a circular dependency between
libcfs and LNet:

depmod: ERROR: Found 2 modules in dependency cycles!
depmod: ERROR: Cycle detected: lnet -> libcfs -> lnet

The discussion regarding this in the LKML is here:

https://lkml.org/lkml/2015/11/2/388

So this adds a patch which is not yet included in mainline and has been
submitted to the LKML at:

https://lkml.org/lkml/2015/11/6/987

Built successfully via "nix-build -A linux-testing".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-01 11:22:29 +01:00
Vincent Laporte 38eb17c2e2 why3: 0.86.1 -> 0.86.2 2015-12-01 11:04:08 +01:00
Franz Pletz 4a2b075154 jool: 3.3.2 -> 3.4.2, fixes #11299 2015-12-01 10:49:44 +01:00
Domen Kožar e133b412db Merge pull request #11377 from desiderius/consul-0.4.7
pythonPackages.consul: init at 0.4.7
2015-12-01 10:06:13 +01:00
Domen Kožar b18acb4465 Merge pull request #11376 from desiderius/elasticsearch-1.9.0
pythonPackages.elasticsearch: remove dependencies
2015-12-01 10:05:51 +01:00
Edward Tjörnhammar 9787d22142 kodiPlugins.advanced-launcher: switch repo 2015-12-01 10:02:11 +01:00
desiderius 12b670178c pythonPackages.elasticsearch: remove dependencies
Remove the pyyaml and pyaml dependencies. They are only used in
the unit tests and pyaml is marked as Python 2 only.
2015-12-01 09:42:07 +01:00
Edward Tjörnhammar 0fd54ec333 Merge pull request #11368 from rycee/bump/svtplay-dl
svtplay-dl: 0.20.2015.10.25 -> 0.20.2015.11.29
2015-12-01 09:37:32 +01:00
aszlig 03a3a905b9
linux-testing: 4.4.0-rc1 -> 4.4.0-rc3
Upstream changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc1&id2=v4.4-rc3

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-01 09:34:39 +01:00
Rob Vermaas 7f4fcbae78 Fix-up cherry-pick of plotly python library. 2015-12-01 08:27:24 +00:00
Rob Vermaas ca02d1aace Add plotly 1.9.1 python package
(cherry picked from commit fe8fd63e39)
2015-12-01 08:27:24 +00:00
Aycan iRiCAN 92aff2a297 Merge pull request #11375 from utdemir/master
Use sha256 instead of md5 on py3status
2015-12-01 10:23:10 +02:00
Utku Demir 444724ba1c Use sha256 instead of md5 on py3status 2015-12-01 10:21:55 +02:00
Vincent Laporte 6528550a5f grass: 7.0.1 -> 7.0.2 2015-12-01 09:15:28 +01:00
Aycan iRiCAN ae24b9531d Merge pull request #11374 from utdemir/master
pythonPackages.py3status: 2.3 -> 2.7
2015-12-01 10:12:36 +02:00
Utku Demir f2a6b70131 pythonPackages.py3status: 2.3 -> 2.7 2015-12-01 10:10:43 +02:00
desiderius 76caef6794 pythonPackages.consul: init at 0.4.7 2015-12-01 09:05:20 +01:00
Edward Tjörnhammar 4f4d1fdd33 mlmmj: 1.2.18.1 -> 1.2.19.0 2015-12-01 08:38:49 +01:00
Aristid Breitkreuz f501e69e41 tbb: 4.2-u5 -> 4.4-u2 2015-12-01 00:11:51 +01:00
Robert Helgesson d76bc1daee svtplay-dl: 0.20.2015.10.25 -> 0.20.2015.11.29 2015-11-30 23:34:52 +01:00
Evgeny Egorochkin 78d3164ff1 midori: add a missing dependency to buildInputs 2015-12-01 00:26:49 +02:00
Peter Simons 806008a48e Merge pull request #11362 from dezgeg/pr-buildenv-meta
buildEnv: Allow setting meta attributes
2015-11-30 23:21:39 +01:00
Michael Raskin 9b6420f200 Merge pull request #11366 from tohl/master
sbcl bump up and fix, libpst maintainer
2015-12-01 00:58:18 +03:00
Arseniy Seroka 7f6efa5497 Merge pull request #11360 from mrVanDalo/zynaddsubfx
zynaddsubfx: improvment 2.4.4 -> 2.5.2
2015-12-01 00:46:23 +03:00
Pascal Wittmann 119e0a7bdb Merge pull request #11354 from mrVanDalo/aj-snapshot
aj-snapshot: init 0.9.6
2015-11-30 22:38:41 +01:00
Tomas Hlavaty 058cd04be4 Revert "sbcl: cleaner xc-host"
This reverts commit 393f0eecae.
2015-11-30 22:33:44 +01:00
Tomas Hlavaty 6054d13108 libpst: add myself as maintainer 2015-11-30 22:25:06 +01:00
Tomas Hlavaty c6365ec0df sbcl: 1.3.0 -> 1.3.1 2015-11-30 22:25:06 +01:00
Aristid Breitkreuz 158e4ffd9c mathematica package patchPhase does not like set -e 2015-11-30 21:08:30 +01:00
Arseniy Seroka 56dc9789aa Merge pull request #11340 from AndersonTorres/yabause
Yabause: init at 0.9.14
2015-11-30 22:55:22 +03:00
Vincent Laporte 0b7fd5f621 ocaml-yojson: 1.1.8 -> 1.2.3 2015-11-30 18:07:36 +01:00
Ingolf Wagner 58085a9c85 zynaddsubfx: improvment 2.4.4 -> 2.5.2 2015-11-30 17:57:15 +01:00
Ingolf Wagner 90f3c390f0 aj-snapshot: init (0.9.6) 2015-11-30 17:15:49 +01:00
Domen Kožar fc8e28513d Merge pull request #11358 from FRidh/updates
python packages updates
2015-11-30 16:23:47 +01:00
Frederik Rietdijk e1bb899451 python sympy: 0.7.6 -> 0.7.6.1 2015-11-30 15:28:42 +01:00
Frederik Rietdijk f1fd5fd3d9 python pandas: 0.17.0 -> 0.17.1 2015-11-30 15:28:30 +01:00
Frederik Rietdijk e505ff8a8d python numexpr: 2.4.3 -> 2.4.6 2015-11-30 15:28:15 +01:00
Frederik Rietdijk e76343c0c9 python ipywidgets: 4.0.2 -> 4.1.1 2015-11-30 15:28:03 +01:00
Frederik Rietdijk 697be016ca python ipyparallel: 4.0.2 -> 4.1.0 2015-11-30 15:27:49 +01:00
Frederik Rietdijk 340b03637a python ipykernel: 4.1.1 -> 4.2.0 2015-11-30 15:27:36 +01:00
Samuel Rivas b1429a2713 scala: setup classpath 2015-11-30 15:18:50 +01:00
Pascal Wittmann 8d6af3c474 perl-HTML-Scrubber: 0.08 -> 0.15 2015-11-30 14:50:42 +01:00
Pascal Wittmann cdecab7b43 perl-HTML-FormFo: 0.09010 -> 2.01 2015-11-30 14:50:42 +01:00
Pascal Wittmann 9790732b18 perl-DBIx-Class: fix tests 2015-11-30 14:50:42 +01:00
Mitch Tishmack 01fe47c78b librsync needs --std=gnu89 due to use of inline, fixes #11211
Without this, if compiled with clang, all static functions do not end
up in the resultant shared library due to clang defaulting to c99.

The simple fix is to adjust CFLAGS, otherwise one needs to patch
a lot of inline's away needlessly.
2015-11-30 14:43:07 +01:00
Peter Simons 3a14c49fa0 Merge pull request #11352 from jb55/multi-ghc-travis-patch
multi-ghc-travis: init at git-2015-11-04
2015-11-30 14:01:50 +01:00
Domen Kožar 7c5100d50e Merge pull request #11356 from FRidh/line_profiler
python line_profiler: init at 1.0
2015-11-30 13:45:46 +01:00
Frederik Rietdijk d12aadf87f python line_profiler: init at 1.0 2015-11-30 13:22:56 +01:00
Vincent Laporte 2ccc9a8bd1 easy-format: 1.0.2 -> 1.1.0 2015-11-30 11:46:14 +01:00
Domen Kožar dc977f78a8 Merge pull request #11147 from FRidh/wrapper
python: apply wrapper to all packages in python.buildEnv extraLibs
2015-11-30 11:08:19 +01:00
Frederik Rietdijk 12e8f3c6aa python: apply wrapper to all packages in python.buildEnv extraLibs
Currently, when constructing a buildEnv and adding packages via
extraLibs, then binaries in extraLibs cannot access the other Python
modules. An example is having ipython/jupyter in extraLibs; in that case
ipython cannot import any other modules.
2015-11-30 10:52:57 +01:00
Domen Kožar 7b7a997a35 disable some python packages 2015-11-30 10:08:45 +01:00
Domen Kožar 68dd644458 snabbswitch: 2015.10 -> 2015.11 2015-11-30 10:08:45 +01:00
Edward Tjörnhammar c497ac6307 pythonPackages.acd_cli: switch to makeWrapperArgs to avoid re-wrapping wrappers 2015-11-30 07:22:32 +01:00
William Casarin bc698428aa multi-ghc-travis: init at git-2015-11-04 2015-11-29 17:39:34 -08:00
Tobias Geerinckx-Rice 775512eb6d pythonPackages.click 6.1 -> 6.2 2015-11-30 00:12:11 +01:00
Pascal Wittmann 64306fab9a perl-packages: fix some licenses 2015-11-29 22:42:14 +01:00
Pascal Wittmann 399c428197 viking: 1.6 -> 1.6.1 2015-11-29 22:42:14 +01:00
Bart Brouns 73ab10af6f dina font: rename to dina-pcf, add vanilla version 2015-11-29 22:17:14 +01:00
Edward Tjörnhammar 67cbf9ae6f pythonPackages.acd_cli: add libfuse a program dependency 2015-11-29 21:04:13 +01:00
Edward Tjörnhammar f6b5d3806b pythonPackages.acd_cli: init at 0.3.1 2015-11-29 19:56:31 +01:00
Tuomas Tynkkynen 74c09a6e64 buildEnv: Allow setting meta attributes 2015-11-29 19:13:19 +02:00
Pascal Wittmann 44cb13be5c jsonnet: fix evaluation 2015-11-29 17:34:10 +01:00
Aristid Breitkreuz 780f6788b6 Merge pull request #11341 from benley/jsonnet-0.8.5
jsonnet: init at 0.8.5
2015-11-29 17:18:10 +01:00
Shea Levy ffc1762715 ats2: 0.1.12 -> 0.2.4 2015-11-29 10:04:57 -05:00
Peter Simons 5e46f431f4 Merge pull request #11309 from Profpatsch/refactor-stdenv-generic
stdenv: `licenseAllowed` -> `checkValidity`
2015-11-29 16:04:03 +01:00
lethalman 072aa5000f Merge pull request #11329 from ctheune/submit/pkg-syncthing-update-0.12.4
syncthing: 0.11 -> 0.12
2015-11-29 15:51:00 +01:00
Peter Simons 2cf7069b7d fetchgit: call in-repository script with bash explicitly
The script's shebang depends on /usr/bin/env, which we don't have in chroot
environments. This patch remedies the fallout from ade9f7167d, which
fixed https://github.com/NixOS/nixpkgs/issues/11284.
2015-11-29 15:43:56 +01:00
Peter Simons 8d937ac941 configuration-hackage2nix.yaml: update list of broken builds 2015-11-29 15:30:31 +01:00
Peter Simons e15a003ddd haskell-alex: remove obsolete overrides: the test suite succeeds in version 3.1.5 2015-11-29 15:30:31 +01:00
Peter Simons 7ab53bc51a haskell-language-c-quote: fix build by compiling with older version of alex 2015-11-29 15:30:30 +01:00
Peter Simons da54e29789 haskell-morte: fix build by compiling with older version of alex 2015-11-29 15:30:30 +01:00
Peter Simons 2b6f0d08c6 haskell-gtk2hs-buildtools: build this package with alex 3.1.4
The latest version, alex 3.1.5, generates code that this package can't
cope with.
2015-11-29 15:30:30 +01:00
Peter Simons 7a9bb6dee2 Add LTS Haskell version 3.15. 2015-11-29 15:30:30 +01:00
Peter Simons b4cd7cf882 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20150922-46-gf1bbc76 using the following inputs:

  - Nixpkgs: 7b12664abe
  - Hackage: 624aeb0d41
  - LTS Haskell: 57dab1c997
  - Stackage Nightly: dc4725639c
2015-11-29 15:30:24 +01:00
Aristid Breitkreuz 7b63ae115e Merge pull request #11326 from mayflower/update-php
php56: 5.6.15 -> 5.6.16
2015-11-29 14:34:36 +01:00
Franz Pletz 862a2615e7 opensmtpd: 5.7.1p1 -> 5.7.3p1 2015-11-29 14:31:03 +01:00
Benjamin Staffin 99b8c7cff0 jsonnet: init at 0.8.5 2015-11-29 04:13:00 -08:00
Vladimír Čunát 10135e6f41 fish: use absolute path to clear when pressing ^L
It was unable to find `clear` for me.
/cc maintainer @ocharles.
2015-11-29 12:01:17 +01:00
Aristid Breitkreuz 75abd4f0f9 Merge pull request #11322 from rycee/fix/gpsbabel-i686
gpsbabel: fix build for i686
2015-11-29 10:52:02 +01:00
Vladimír Čunát 81b9cc6f54 html-tidy: unify with its drop-in replacement tidy-html5
- the original project has been unmaintained for years
- some dependants needed to be patched due to renamed headers
  https://github.com/htacg/tidy-html5/issues/326#issuecomment-160329114
- separate tidy-html5 package was removed, as since the 5.0.0 version
  it's meant as a successor to both, and library name got back
  from libtidy5.so to libtidy.so
  https://github.com/htacg/tidy-html5/issues/326#issuecomment-160314666

/cc committers to tidy-html5: @edwjto and @zimbatm.
2015-11-29 10:32:02 +01:00
Vladimír Čunát f2ad4a47e8 cmake: remove conditional patch that no longer applies
Close #11290. The patch will no longer apply on *any* platform.
2015-11-29 08:58:39 +01:00
AndersonTorres c7d8597976 Yabause: init at 0.9.14 2015-11-29 01:15:12 -02:00
Fabian Schmitthenner a936b602b5 smartmontools: 6.3 -> 6.4, update driverdb to r4179 2015-11-29 00:31:13 +01:00
Aristid Breitkreuz bd82668529 Merge pull request #11324 from zimbatm/fix/webfs-mime
webfs: fix mime types
2015-11-29 00:26:25 +01:00