about summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* vimPlugins: adding css_color_5056, ctrlp-py-matcher, ctrlp-z, goyo, ↵Rok Garbas2015-08-29
| | | | vim-signify, vim-webdevicons
* vimPlugins: updated (and sorted alphabetically)Rok Garbas2015-08-29
|
* Merge pull request #9320 from kamilchm/vimPlugins-molokaiDomen Kožar2015-08-29
|\ | | | | vimPlugins: add molokai
| * vimPlugins: add molokaiKamil Chmielewski2015-08-19
| |
* | vimproc: Fix when run on non-NixOS linux distrosBenjamin Staffin2015-08-27
| | | | | | | | | | | | | | Prior to this change, if there exists a /lib*/ld-linux*.so.2 on a system, vimproc will try to load vimproc_linux64.so or vimproc_linux32.so instead of vimproc_unix.so, which is what nix actually builds.
* | Merge pull request #9475 from dezgeg/pr-uboot-updateArseniy Seroka2015-08-28
|\ \ | | | | | | u-boot: 2015.04 -> 2015.07
| * | u-boot: 2015.04 -> 2015.07Tuomas Tynkkynen2015-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | A new regularly release. Some improvements I've noted: - Keyboard on the pcDuino3 Nano now works without a hub. - Ctrl-C now correctly cancels the 'sysboot' boot menu Also, config_cmd_default.h is replaced by equivalents in the kconfig system, so the vexpress patch needs some updating.
* | | libqglviewer: rename attrname and pkgname from libQGLViewerBjørn Forsman2015-08-26
| | | | | | | | | | | | Ref. http://nixos.org/nixpkgs/manual/#sec-package-naming
* | | Merge branch 'staging'Domen Kožar2015-08-25
|\ \ \ | |/ / |/| |
| * | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-21
| |\ \
| * \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-19
| |\ \ \
| * \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-18
| |\ \ \ \
| * | | | | ghostcript: work around a parallel check problemVladimír Čunát2015-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://hydra.nixos.org/build/24811657 Hopefully OK now - I couldn't reproduce it with 4 cores and HT.
| * | | | | cups: remove xdg_utils dependencyJan Malakhovski2015-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `cups.desktop` that depends on some fixed version of `xdg-open` is not particularly useful; it should use `xdg-open` from the environment it's being run from. As a side effect, one can now fiddle with `xdg_utils` package without rebuilding pretty much every single one of graphical packages (they all depend on `cups` through their graphical toolkits).
| * | | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-13
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-07
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-04
| |\ \ \ \ \ \
| * | | | | | | ghostscript: Fix patchesWilliam A. Kennington III2015-08-03
| | | | | | | |
| * | | | | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-03
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-31
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-30
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | ghostscript: Fix after merge from masterWilliam A. Kennington III2015-07-27
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-07-27
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into stagingVladimír Čunát2015-07-26
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ghostscript: reduce size significantly, /cc #8990Vladimír Čunát2015-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Don't use static bin/gs. - Split docs into a separate output. - Split fonts into another derivation, so they're not reinstalled when something changes. - Drop --disable-sse2 https://github.com/NixOS/nixpkgs/commit/e723c512c#commitcomment-12361078 - Some cleanups.
* | | | | | | | | | | | | Make "nix-env -i wine" work againEelco Dolstra2015-08-25
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, make wine32 the default again to prevent a huge closure size regression. (It recently grew by ~1 GB: http://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.wineStable.x86_64-linux#tabs-charts) Issue #8990.
* | | | | | | | | | | | Merge pull request #9025 from abbradar/zsnesNikolay Amiantov2015-08-21
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | zsnes: use Debian patches, fix segfault on saving state
| * | | | | | | | | | | zsnes: use Debian patches, fix segfault on saving stateNikolay Amiantov2015-07-28
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | canon-cups-ufr2: init at 2.90Thomas Strobel2015-08-20
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | new package: mgba 0.3.0Cray Elliott2015-08-17
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new Gameboy Advance emulator which aims to run on lower end hardware without sacrificing accuracy or portability.
* | | | | | | | | sundtek: 30-06-2015 -> 28-07-2015Simon Vandel Sillesen2015-08-12
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Tested on local machine.
* | | | | | | | vimPlugins: add CheckAttach, vimwikiEric Sagnes2015-08-06
| | | | | | | |
* | | | | | | | wine: cleanup and comment build scriptHerwig Hochleitner2015-08-06
| | | | | | | |
* | | | | | | | wine: 1.7.47 -> 1.7.48Herwig Hochleitner2015-08-06
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | hplip: 3.15.7 -> 3.15.6Tobias Geerinckx-Rice2015-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 3.15.7 breaks certain (but not all) PCL-based printers: https://github.com/NixOS/nixpkgs/commit/b0e46fc3ead209ef24ed6214bd41ef6e604af54f Forgetting to revert a failed patch hunk certainly didn't help. Grr.
* | | | | | | hplip: remove ttuegel from maintainersThomas Tuegel2015-08-03
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | I no longer commit my changes to Nixpkgs because they are usually broken by other maintainers.
* | | | | | bump dolphinEmuMaster, remove no longer needed SDL depCray Elliott2015-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also add libevdev as a dep, read about all the changes at https://dolphin-emu.org/blog/2015/08/01/dolphin-progress-report-july-2015/
* | | | | | ghostscript: add patch fixing CVE-2015-3228 (from debian)Robert Scott2015-08-02
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #9045 from AndersonTorres/PPSSPPMateusz Kowalczyk2015-07-31
|\ \ \ \ \ | |_|_|_|/ |/| | | | PPSSPP: 0.9.9.1 -> 1.1.0
| * | | | PPSSPP: 0.9.9.1 -> 1.1.0AndersonTorres2015-07-30
| | | | | | | | | | | | | | | | | | | | Changing SDL to version 2.
* | | | | wine: unstable and staging update: 1.7.46 -> 1.7.47Nathaniel Baxter2015-07-30
| | | | | | | | | | | | | | | | | | | | Close #8913.
* | | | | winetricks: update 20150416 -> 20150706Nathaniel Baxter2015-07-30
| | | | |
* | | | | vimPlugins: fix evaluationArseniy Seroka2015-07-29
| | | | |
* | | | | vimPlugins: 2015-07-29Arseniy Seroka2015-07-29
| |/ / / |/| | |
* | | | ghostscript: Get rid of docs/examplesEelco Dolstra2015-07-26
| | | |
* | | | cups: Don't depend on OpenSSLEelco Dolstra2015-07-26
| | | | | | | | | | | | | | | | Afaict, it doesn't use OpenSSL, just GNU/TLS.
* | | | Merge pull request #8979 from rycee/package/theme-vertexArseniy Seroka2015-07-26
|\ \ \ \ | | | | | | | | | | theme-vertex: init at 20150718
| * | | | theme-vertex: init at 20150718Robert Helgesson2015-07-26
| | |_|/ | |/| |
* | | | Merge pull request #8984 from AndersonTorres/stellaArseniy Seroka2015-07-26
|\ \ \ \ | |/ / / |/| | | Stella: 4.6 -> 4.6.1
| * | | Stella: 4.6 -> 4.6.1AndersonTorres2015-07-25
| | | |