summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Remove the unmaintained (and AFAIK unused) stdenv for mingwEelco Dolstra2014-06-30
|
* boost: Drop unnecessary runtime dependency on PythonEelco Dolstra2014-06-25
| | | | | | The only file that actually referred to the Python interpreter was share/boost-build/example/customization/inline_file.py. So get rid of the whole example directory.
* util-linux: Update to 2.24.2Eelco Dolstra2014-06-24
|
* bash: Update to 4.2-p47Eelco Dolstra2014-06-24
|
* perl: Disable testsEelco Dolstra2014-06-24
| | | | They're on the critical path for stdenv rebuilds.
* elasticsearch: Add option specifying extra command line optionsRickard Nilsson2014-06-24
|
* nixos: Add option hardware.sane.configDirRickard Nilsson2014-06-24
|
* disable szip for hdf5 because of its unfree natureFlorian Friesdorf2014-06-23
|
* Merge pull request #3056 from aherrmann/pr_tablesFlorian Friesdorf2014-06-23
|\ | | | | Python module tables
| * pandas: Update to 0.14.0Andreas Herrmann2014-06-22
| |
| * tables: add new package, version 3.1.1Andreas Herrmann2014-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the project page [1]: > PyTables is a package for managing hierarchical datasets and designed to > efficiently and easily cope with extremely large amounts of data. It offers read/write access to hdf5 archives through a hierarchical interface. I am adding it, because pandas depends on tables for hdf5 read/write functionality. Note: The name is a bit of an issue. The project is called pytables, whereas the python module is simply called tables. I chose to name the nix-expression tables for consistency with the source-tarball and the module name. [1]: http://www.pytables.org/moin
| * hdf5: Update to 1.8.13Andreas Herrmann2014-06-22
| |
| * hdf5: Add szip as an optional dependencyAndreas Herrmann2014-06-22
| | | | | | | | | | | | | | This adds additional compression modes to hdf5. Note: The szip license may not be compatible with everyone's use case. Hence, it is an optional dependency.
| * szip: Fix source hashAndreas Herrmann2014-06-22
| | | | | | | | | | The hash code of the downloaded source tar-ball was not identical to the one specified in the nix-expression. This commit fixes that problem.
| * hdf5: Add zlib as optional dependencyAndreas Herrmann2014-06-22
| | | | | | | | | | | | This adds addition compression modes to the hdf5 library. I am adding this, because pytables depends on it.
| * numexpr: new package, version 2.4Andreas Herrmann2014-06-22
| | | | | | | | | | | | | | | | | | | | | | Description from the numexpr project page [1]: > Numexpr is a fast numerical expression evaluator for NumPy. With it, > expressions that operate on arrays (like "3*a+4*b") are accelerated and use > less memory than doing the same calculation in Python. I am adding it, because it is a dependency of the pytables package. [1]: https://github.com/pydata/numexpr
* | go 1.3: doesn't evaluate on freebsdDomen Kožar2014-06-23
| |
* | python: zc.recipe.egg for buildout171 and 2Florian Friesdorf2014-06-23
| |
* | gitignore: result-* and make absolute doc ignoresFlorian Friesdorf2014-06-23
| |
* | lftp: remove unused 'xz' expression argumentBjørn Forsman2014-06-23
| | | | | | | | | | | | xz used to be in buildInputs but was removed in commit d4d7931a6296cd72d3d5f360d628be86bb62246b (Cleanup: remove obsolete references to ‘xz’, which is in stdenv).
* | lftp: update 4.4.16 -> 4.5.2Bjørn Forsman2014-06-23
| | | | | | | | Changelog: http://lftp.yar.ru/news.html#4.5.2
* | Merge pull request #3070 from proger/glusterfs-3.5Rickard Nilsson2014-06-23
|\ \ | | | | | | glusterfs: update to 3.5.0
| * | glusterfs: update to 3.5.0Vladimir Kirillov2014-06-23
| | |
* | | dejagnu: fix description (don't repeat package name)Bjørn Forsman2014-06-23
| | |
* | | zbar: tweak description and add longDescriptionBjørn Forsman2014-06-23
| | | | | | | | | | | | | | | "Bar code reader" is what they call it on the homepage (http://zbar.sourceforge.net/).
* | | zfs, zfs.git: Update to 0.6.3Ricardo M. Correia2014-06-23
| | |
* | | spl, spl.git: Update to 0.6.3Ricardo M. Correia2014-06-23
| | |
* | | flashplayer: Update from 11.2.202.359 -> 11.2.202.378Ricardo M. Correia2014-06-23
| | |
* | | Making retroshare bootstrap the DHT fine.Lluís Batlle i Rossell2014-06-23
| | |
* | | zeitgeist: fix description (don't repeat package name)Bjørn Forsman2014-06-23
| | |
* | | zile: fix description (don't repeat package name)Bjørn Forsman2014-06-23
| | |
* | | zip: add meta.descriptionBjørn Forsman2014-06-23
| | |
* | | zlib: add description and license infoBjørn Forsman2014-06-23
| | |
* | | zoom: add meta attributesBjørn Forsman2014-06-23
| | | | | | | | | | | | And do some coding style / whitespace clean up.
* | | zsh: improve descriptionBjørn Forsman2014-06-23
| | | | | | | | | | | | Capitalize first word. Wrap overlong longDescription line.
* | | zynaddsubfx: fix description (capitalize first word)Bjørn Forsman2014-06-23
| | |
* | | zziplib: fix description (don't repeat package name)Bjørn Forsman2014-06-23
| | |
* | | abiword: add to channelBjørn Forsman2014-06-23
| | |
* | | abiword: fix typo in description (Microsof -> Microsoft)Bjørn Forsman2014-06-23
| | |
* | | aliceml: description improvementsBjørn Forsman2014-06-23
| | | | | | | | | | | | | | | Move the (long) description to "longDescription" and add a short description in "description".
* | | Merge pull request #3059 from cstrahan/go-darwinJohn Wiegley2014-06-23
|\ \ \ | | | | | | | | go 1.3 and darwin support
| * | | go 1.3 and darwin supportCharles Strahan2014-06-23
| | | |
* | | | grsecurity: update stable/testing kernels, refactoringAustin Seipp2014-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the new stable kernel to 3.14, and the new testing kernel to 3.15. This also removes the vserver kernel, since it's probably not nearly as used. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | gradm: 3.0-201401291757 -> 3.0-201405281853Austin Seipp2014-06-22
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | Merge pull request #3045 from nslqqq/masterAustin Seipp2014-06-22
|\ \ \ \ | | | | | | | | | | st: 0.4.1 -> 0.5
| * | | | st: 0.4.1 -> 0.5Nikita Mikhailov2014-06-22
| | | | |
* | | | | Merge pull request #3046 from nslqqq/i3updateAustin Seipp2014-06-22
|\ \ \ \ \ | |_|/ / / |/| | | | i3: 4.7.2 -> 4.8
| * | | | i3: 4.7.2 -> 4.8Nikita Mikhailov2014-06-22
| | | | |
* | | | | Merge pull request #3040 from drozv/urtJohn Wiegley2014-06-22
|\ \ \ \ \ | | | | | | | | | | | | UrbanTerror - fix broken checksums and update to version 4.2.018.