summary refs log tree commit diff
path: root/pkgs/top-level
Commit message (Collapse)AuthorAge
* pythonPackages.keystoneclient: Disable testsTuomas Tynkkynen2016-09-06
| | | | | | | | ```` run_tests.sh: interpreter directive changed from "/bin/bash" to "/nix/store/nyj6xd7s1n1w8c0xdwk5ddhi7bjcyi9x-bash-4.3-p46/bin/bash" No virtual environment found...create one? (Y/n) builder for ‘/nix/store/qcrhq2f7llvzyc37ili94ff50z7vlgn3-python2.7-keystoneclient-1.8.1.drv’ failed with exit code 1 error: build of ‘/nix/store/qcrhq2f7llvzyc37ili94ff50z7vlgn3-python2.7-keystoneclient-1.8.1.drv’ failed ````
* mcelog: add utillinux as dependencyBjørn Forsman2016-09-06
| | | | | | | | | Fixes this: $ sudo mcelog ... unknown-error-trigger: line 21: logger: command not found unknown-error-trigger: line 22: logger: command not found
* octave: fix overridePlatforms (was just platforms) name collision, thanks to ↵Michael Raskin2016-09-06
| | | | @bjornfor for catching
* octave: forbid 32-bit builds of the octaveFull version, looks like too much ↵Michael Raskin2016-09-06
| | | | memory needed
* linphone: 3.8.5 -> 3.10.2Michael Raskin2016-09-06
|
* antlr3_4: init at 3.4Michael Raskin2016-09-06
|
* antlr3_5: init at 3.5.2Michael Raskin2016-09-06
|
* bctoolbox: init at 0.2.0Michael Raskin2016-09-06
|
* bcunit: init at 3.0Michael Raskin2016-09-06
|
* mbedtls_1_3; init at 1.3.17Michael Raskin2016-09-06
|
* Merge #18278: fontconfig: fix dependencies on OSXVladimír Čunát2016-09-06
|\
| * fontforge: enable Carbon which is required on OSXDmitry Kalinkin2016-09-03
| |
* | libvirt and pythonPackages.libvirt: 2.1.0 -> 2.2.0Rickard Nilsson2016-09-06
| |
* | minizinc: init at 2.0.14 (#18308)Sheena Artrip2016-09-06
| |
* | tomcat5: remove since it's end of life (#18341)Alexander Ried2016-09-06
| | | | | | Source is not available anymore.
* | Merge pull request #18289 from offlinehacker/pkgs/kapacitor/initJaka Hudoklin2016-09-06
|\ \ | | | | | | kapacitor: init at 1.0.0
| * | kapacitor: init at 1.0.0Jaka Hudoklin2016-09-04
| | |
* | | nixBufferBuilders.withPackages: Make more legible, special-case proof-general.Shea Levy2016-09-05
| | | | | | | | | | | | There's some bigger changes coming, but thought I'd push this first...
* | | bsdbuild: init at 3.1 (#18069)Ram Kromberg2016-09-05
| | |
* | | sakura: 3.2.0 -> 3.3.4Franz Pletz2016-09-05
| | |
* | | Initial version of nixBufferBuilders.withPackages.Shea Levy2016-09-05
| | | | | | | | | | | | | | | | | | | | | This builds elisp to setup an emacs buffer with the packages given available. See shlevy/nix-buffer for more information. Currently only modifies $PATH.
* | | gtk-sharp-*: remove references to gnomepanelobadz2016-09-05
| | | | | | | | | | | | | | | | | | | | | gnomepanel was part of Gnome 2 and is currently broken. There seemed to be no runtime dependency to gnomepanel and building also seems to work fine without it.
* | | Merge pull request #18285 from teh/nose-parameterizedFrederik Rietdijk2016-09-05
|\ \ \ | | | | | | | | nose-parameterized: re-enable for python2 by disabling tests.
| * | | nose-parameterized: re-enable for python2 by disabling tests.Tom Hunger2016-09-04
| | | |
* | | | no-x-libs.nix: Ensure that dbus doesn't use X11Eelco Dolstra2016-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It appears that packageOverrides no longer overrides aliases, so aliases like dbus_tools = self.dbus.out; dbus_daemon = self.dbus.daemon; now use the old, non-overriden version of dbus. That seems like a pretty serious regression in general, but for this particular problem, I've fixed it by replacing dbus_daemon by dbus.daemon and dbus_tools by dbus.
* | | | DBD::SQLite: 1.48 -> 1.50Eelco Dolstra2016-09-05
| | | |
* | | | utillinuxMinimal: Make more minimalEelco Dolstra2016-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes locales, bash completion and crap like that. This cuts 6.5 MiB from the NixOS system closure (which unfortunately contains two copies of util-linux, because of the need to break a dependency cycle with systemd).
* | | | Merge pull request #18292 from ↵Frederik Rietdijk2016-09-05
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | offlinehacker/pkgs/pythonPackages/pillow/lcms2_support pythonPackages.pillow: add lcms2 support
| * | | | pythonPackages.pillow: add lcms2 supportJaka Hudoklin2016-09-04
| | | | |
* | | | | Merge branch 'php-javascript-extensions' of git://github.com/stesie/nixpkgsShea Levy2016-09-04
|\ \ \ \ \
| * | | | | php70Packages.v8: init at 0.1.0Stefan Siegl2016-09-04
| | | | | |
| * | | | | phpPackages.spidermonkey: init a 1.0.0Stefan Siegl2016-09-04
| | | | | |
| * | | | | php70Packages.v8js: init at 1.3.2Stefan Siegl2016-09-04
| | | | | |
* | | | | | Merge pull request #18306 from aske/speechNikolay Amiantov2016-09-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | Speech synthesizer improvements
| * | | | | | espeak-ng: use instead of espeakaske2016-09-05
| | | | | | |
| * | | | | | espeak-ng: init at 2016-08-28aske2016-09-05
| | | | | | |
| * | | | | | sonic: init at 2016-03-01aske2016-09-05
| | | | | | |
| * | | | | | pcaudiolib: init at 2016-07-19aske2016-09-05
| | | | | | |
* | | | | | | linuxPackages_testing: Don't recurseIntoAttrsTuomas Tynkkynen2016-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The -rc kernels are quite likely to break out-of-tree modules and thus cause unnecessary Hydra failures. (Note that linux_testing already has `hydraPlatforms = [];` but that does not prevent the package from being built since it has reverse dependencies. Arguably that could be considered undesirable and thus fixing that could be considered the proper fix, but this should do for now.)
* | | | | | | Merge pull request #18258 from oxij/pkg/init/mdf2isoJoachim F2016-09-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mdf2iso: init at 0.3.1
| * | | | | | | mdf2iso: init at 0.3.1Jan Malakhovski2016-09-04
| | | | | | | |
* | | | | | | | Merge pull request #18272 from joachifm/xapianBindingsJoachim F2016-09-04
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | xapianBindings: 1.2.23 -> 1.4.0
| * | | | | | | xapian-omega: move into xapian directoryJan Malakhovski2016-09-04
| | | | | | | |
| * | | | | | | xapianBindings: 1.2.23 -> 1.4.0Joachim Fasting2016-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The xapianBindings version is now directly tied to the input xapian version, to ensure that they're in synch. Also, as of this version, sphinx is required to build documentation for the python bindings.
* | | | | | | | Merge pull request #18286 from rnhmjoj/pirateJoachim F2016-09-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pirate-get: 2.0.8 -> 2.0.9
| * | | | | | | | pirate-get: 2.0.8 -> 2.0.9rnhmjoj2016-09-04
| | | | | | | | |
* | | | | | | | | Merge pull request #18206 from ethercrow/tcpkaliJoachim F2016-09-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tcpkali: init at 0.9
| * | | | | | | | | tcpkali: init at 0.9Dmitry Ivanov2016-09-04
| | | | | | | | | |
* | | | | | | | | | qutebrowser: add cssutils dependencyNikolay Amiantov2016-09-04
| | | | | | | | | |
* | | | | | | | | | ispc: 20151128 -> 1.9.1, fix buildAristid Breitkreuz2016-09-04
| | | | | | | | | |