summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Move some excess description to longDescriptionTobias Geerinckx-Rice2016-01-12
|
* emacs24Macport: Further cleanups, remove old codeJohn Wiegley2016-01-11
|
* emacs24Macport: change expressions to better match emacs24John Wiegley2016-01-11
|
* emacs24: Add jwiegley as a maintainerJohn Wiegley2016-01-11
|
* idea: restrict packages to oraclejdk8Edward Tjörnhammar2016-01-11
|
* python33Packages.acd_cli: restrict package to python33Edward Tjörnhammar2016-01-11
|
* pypy: parallel build improvements, remove some patchingDomen Kožar2016-01-11
| | | | | incorporates http://paste.pound-python.org/show/oFyMaSSzvb07lenWYmAK/ from NixCon sprints
* pypy: add some required build inputs and disable some unsafe testsCorbin Simpson2016-01-11
| | | | | I had to disable another networking-centric test suite; it was trying to make unapproved phone calls.
* xdelta: add longDescriptionTobias Geerinckx-Rice2016-01-11
|
* xdeltaUnstable: init at 3.1.0Tobias Geerinckx-Rice2016-01-11
| | | | | | | | | | | | | | | | | | | | | This will eventually become the new stable branch (as unstable ones are wont to do), but is worth having if you want to patch yesterday's ‘large’ files today, or need to apply patches already created with it. “First release of the 3.1.x series. This is taken from the "64bithash" branch. - Adds support for -B values greater than 2GB, enabled by -DXD3_USE_LARGESIZET=1 variable. [Enabled in nixpkgs.] - Adds new performance and speed regression test, written in #Golang. [Not enabled in nixpkgs.] When compiled for large sizes, xdelta3 uses a 64bit checksum function. This impacts both compression and speed. Relative to 3.0.11, the new branch is currently 3-5% slower and has 1-2% worse compression. Performance will be addressed in future 3.1.x releases.”
* emacs24Macport: 5.13 -> 5.15John Wiegley2016-01-11
|
* xdelta: add lzmaSupport; enable by defaultTobias Geerinckx-Rice2016-01-11
|
* xdelta: 3.0.10 -> 3.0.11Tobias Geerinckx-Rice2016-01-11
|
* libpsl: list 2016-01-04 -> 2016-01-09Tobias Geerinckx-Rice2016-01-11
|
* Merge pull request #12321 from aherrmann/pr_gnuplot_startupTobias Geerinckx-Rice2016-01-11
|\ | | | | gnuplot: Improve startup performance
| * gnuplot: Improve startup performanceAndreas Herrmann2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before executing the gnuplot executable the environment variable `GDFONTPATH` is populated with a list of font directories, which is obtained from `fc-list`. In that process we iterated over each line and called `dirname` on it, which introduces a performance hit for loading and executing the external executable `dirname` every time. The new version avoids the loop. The author of this patch measured a 42 fold performance improvement: old version: $ time ./gnuplot_old/bin/gnuplot -e '' real 0m3.828s user 0m0.392s sys 0m0.465s new version: $ time ./gnuplot_new2/bin/gnuplot -e '' real 0m0.091s user 0m0.112s sys 0m0.014s The correctness of the value of `GDFONTPATH` was confirmed with the following command and comparing its output between versions: $ gnuplot -e 'print system("echo $GDFONTPATH")'
* | Merge branch 'emacs-packages'Thomas Tuegel2016-01-11
|\ \
| * | emacsPackagesNg.elpaPackages: state reason for broken packagesThomas Tuegel2016-01-11
| | |
| * | emacsPackagesNg.elpaPackages.ergoemacs-mode: unmark brokenThomas Tuegel2016-01-11
| | |
| * | emacsPackagesNg.undo-tree: 0.6.4 -> 0.6.5Thomas Tuegel2016-01-11
| | | | | | | | | | | | This removes the hand-written expression.
| * | emacsPackagesNg.elpaPackages: un-break some packagesThomas Tuegel2016-01-11
|/ /
* | Merge pull request #12311 from erikryb/masterPascal Wittmann2016-01-11
|\ \ | | | | | | rofi: 0.15.10 -> 0.15.12
| * | rofi: 0.15.10 -> 0.15.12Erik Rybakken2016-01-11
| | |
* | | tox: 1.8.1 -> 2.3.1Jascha Geerds2016-01-11
| | |
* | | pluggy: init at 0.3.1Jascha Geerds2016-01-11
| | |
* | | geolite-legacy 2016-01-06 -> 2016-01-11Tobias Geerinckx-Rice2016-01-11
| | |
* | | Merge pull request #12320 from mdorman/elpa-updatesThomas Tuegel2016-01-11
|\ \ \ | | | | | | | | beacon, bug-hunter: un-mark broken
| * | | beacon, bug-hunter: un-mark brokenMichael Alan Dorman2016-01-11
| | | | | | | | | | | | | | | | | | | | I am able to successfully build, install and invoke both packages without problems.
* | | | Merge pull request #12316 from mkovacs/bump-pygletTobias Geerinckx-Rice2016-01-11
|\ \ \ \ | | | | | | | | | | pythonPackages.pyglet: 1.1.2 -> 1.2.4
| * | | | pythonPackages.pyglet: 1.1.2 -> 1.2.4Mate Kovacs2016-01-10
| | | | |
* | | | | ghcjs: mark brokenPeter Simons2016-01-11
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Citing from http://hydra.cryp.to/build/1533084/log/raw: Configuring ghcjs-0.2.0... Setup: At least the following dependencies are missing: aeson >=0.7 && <0.10, haskell-src-exts ==1.16.*, optparse-applicative ==0.11.*, syb >=0.4 && <0.6 This issue has been present for a while now, and it's only gotten worse.
* | | | Revert "nixos/qemu-vm: Disable cache for $NIX_DISK_IMAGE"Domen Kožar2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6353f580f90c0fdd2b418fa853a78ec508bda2a5. Unfortunately cache=none doesn't work with all filesystem options. Hydra tests error out with: file system may not support O_DIRECT See http://hydra.nixos.org/build/30323625/
* | | | Merge pull request #12317 from sleep/fix/ranger-add-dependency-fileDomen Kožar2016-01-11
|\ \ \ \ | |_|/ / |/| | | ranger: fix, added file as a runtime dependency
| * | | ranger: added file as a runtime dependencySean Lee2016-01-11
| | | |
* | | | Merge pull request #12319 from datakurre/datakurre-xkcdpassgoibhniu2016-01-11
|\ \ \ \ | | | | | | | | | | xkcdpass: init at 1.4.2
| * | | | xkcdpass: init at 1.4.2Asko Soukka2016-01-11
| | | | |
* | | | | Increasing mmc possible partitions from 8 to 32.Lluís Batlle i Rossell2016-01-11
|/ / / / | | | | | | | | | | | | | | | | In kernel common config. I have a modern tablet with 18 gpt partitions on eMMC (Android+Win10 dualboot).
* | | | Merge pull request #12283 from abbradar/acme-allowgroupPascal Wittmann2016-01-11
|\ \ \ \ | | | | | | | | | | nixos/acme: add allowKeysForGroup
| * | | | nixos/acme: add allowKeysForGroupNikolay Amiantov2016-01-10
| | | | |
* | | | | Merge pull request #12315 from tlevine/trackpoint-typoPascal Wittmann2016-01-11
|\ \ \ \ \ | |_|_|/ / |/| | | | trackpoint: fix typo in trackpoint speed description
| * | | | trackpoint: fix typo in configuration descriptionThomas Levine2016-01-11
| | | | | | | | | | | | | | | | | | | | I fixed a typo in the description for hardware.trackpoint.speed.
* | | | | Merge pull request #12314 from NeQuissimus/kernel433Daniel Peebles2016-01-10
|\ \ \ \ \ | | | | | | | | | | | | kernel: 4.3.2 -> 4.3.3
| * | | | | kernel: 4.3.2 -> 4.3.3Tim Steinbach2016-01-11
| | | | | |
* | | | | | ltunify: init at 20140331Nikolay Amiantov2016-01-11
|/ / / / /
* | | | | latex2html: remove dead packageTobias Geerinckx-Rice2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken since Aug 2015, but upstream has been dead for donkey's years. Only dependent was systemtap. No reasonable way (or indeed reason) to artificially keep this alive. Aim for the head.
* | | | | systemtap: remove dead packageTobias Geerinckx-Rice2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken since 2013. Depends on equally broken latex2html. Our version 1.2 is almost six years old; latest is 2.9. And it's (still) no dtrace.
* | | | | Merge pull request #11960 from rycee/add-desktop-itemsgoibhniu2016-01-11
|\ \ \ \ \ | | | | | | | | | | | | Add desktop items for josm and gpsprune
| * | | | | gpsprune: add desktop itemRobert Helgesson2015-12-26
| | | | | | | | | | | | | | | | | | | | | | | | Also add platforms to package meta section.
| * | | | | josm: add desktop itemRobert Helgesson2015-12-26
| | | | | | | | | | | | | | | | | | | | | | | | Also add platforms to package meta section.
* | | | | | Merge pull request #12204 from odi/mastergoibhniu2016-01-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | bump up version for pafy and mps-youtube