1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00
Commit graph

63127 commits

Author SHA1 Message Date
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
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
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
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
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
Aristid Breitkreuz 903053e332 Merge pull request #11335 from markWot/radamsa
radamsa: init at 0.4
2015-11-29 00:24:43 +01:00
Aristid Breitkreuz 1742774df8 ispc: init at <GH master>
Intel SPMD Program Compiler

An open-source compiler for high-performance SIMD programming on the CPU

https://ispc.github.io/
2015-11-29 00:21:13 +01:00
Markus Wotringer cb58cf57d6 radamsa: init at 0.4 2015-11-28 23:51:17 +01:00
Peter Simons fcc876c3f5 Merge pull request #11270 from Ericson2314/patch-2
ghcjs: bump version number to 0.2.0
2015-11-28 21:44:08 +01:00
Arseniy Seroka 7acb88d4a7 Merge pull request #11288 from anderspapitto/go-mode
go-mode: init at 20150817
2015-11-28 23:09:59 +03:00
Christian Theune f6627a9402 syncthing: 0.11 -> 0.12
Also, keep 0.11 around (in an updated version) and make the
pkg an option to the service module.
2015-11-28 20:17:49 +01:00
Domen Kožar 67058bf6e3 Merge pull request #11216 from mitchty/python-packages
Add some python packages
2015-11-28 19:30:49 +01:00
Domen Kožar 1479f2cc3a Merge pull request #11286 from matthiasbeyer/add-weather
weather: init at 2.0
2015-11-28 19:27:17 +01:00
Bjørn Forsman f93ee4ba3e Merge pull request #11325 from rycee/bump/eclipse-plugin-testng
eclipse-plugin-testng: 6.9.8 -> 6.9.10
2015-11-28 18:06:02 +01:00
Robin Gloster ef4f3e6ff4 php56: 5.6.15 -> 5.6.16 2015-11-28 16:54:20 +00:00
Robert Helgesson 55ab2a1eeb eclipse-plugin-testng: 6.9.8 -> 6.9.10 2015-11-28 17:36:53 +01:00
Tobias Geerinckx-Rice 6955e7cd09 pythonPackages.click 5.1 -> 6.1 2015-11-28 15:50:10 +01:00
zimbatm 138a42dd11 webfs: fix mime types
Unfortunately the shared_mime_info format is not compatible with webfs.

Instead of pulling the whole httpd package I opted for just fetching the
mime.types file from the apache httpd project.
2015-11-28 14:24:21 +00:00
goibhniu 054402d479 Merge pull request #11096 from magnetophon/faust2-master
faust: add version 2 and make it the default
2015-11-28 14:37:04 +01:00
Jos van den Oever 3c771b0f55 davmail: 4.6.1 -> 4.7.0
Upgrade message: http://sourceforge.net/p/davmail/mailman/message/34597887/

This new release contains a lot of fixes from user feedback, a new
-notray command line
option to force window mode and avoid tricky tray icon issues on Linux
and native
smartcard support on Windows.

Caldav:
- Caldav: Map additional priority levels
- Caldav: fix missing LAST-MODIFIED in events

Enhancements:
- Improved tray icon with alpha blend
- Fix imports
- Prepare mutual SSL authentication between client and DavMail
implementation
- Implement -notray command line option as a workaround for broken SWT
and Unity issues
- Change warning messages to debug in close method
- Improve client certificate dialog, build description from certificate
- Exclude client certificates not issued by server provided issuers list

IMAP:
- IMAP: Additional translations and doc for new IMAP setting
- IMAP: Merge patch by Mauro Cicognini, add a new setting to always send
approximate message in RFC822.SIZE to avoid downloading full message body
- IMAP: fix regression with quotes inside folder names
- IMAP: handle quotes inside folder names correctly

OSX:
- OSX link local address on loopback interface
- Exclude arguments starting with dash to avoid patch 38 regression on OSX

Documentation:
- Doc: Document -notray option
- Switch to OpenHub instead of Ohloh

EWS:
- EWS: prepare distribution list implementation
- Fix #254 davmail.exchange.ews.EWSException:
ErrorIncorrectUpdatePropertyCount

Linux:
- Refresh davmail.spec, make RPM noarch
- Handle missing or broken SWT library

Windows:
- Windows: Make MSCAPI keystore type available in Settings for Windows
native smartcard support
- Instantiate MSCAPI explicitly to access Windows Smartcards
- Enable native Windows SmartCard access through MSCAPI (no PKCS11
config required)

Carddav:
- Carddav: Test case for comma in ADR field
- Carddav: Do not replace comma on ADR field, see support request 255
- Caldav: Ignore missing END:VCALENDAR line on modified occurrences
- CardDav: Add empty property test case
2015-11-28 12:36:49 +01:00
Robert Helgesson dcdd29cfcd gpsbabel: fix build for i686 2015-11-28 12:30:56 +01:00
Shea Levy 920930510e idris-wl-pprint: Use fetchFromGitHub 2015-11-28 05:53:50 -05:00