about summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* lilypond: disable argv[0] passthroughThomas Tuegel2015-10-09
| | | | | | Fixes #10290. Lilypond finds its Guile libraries by looking at the path in argv[0], so it should be hardcoded to the real absolute path to the executable.
* vimPlugins.vim-startify: init at 2015-08-20Théophane Hufschmitt2015-10-05
|
* vimPlugins.vim-nix: init at 2015-05-10Théophane Hufschmitt2015-10-05
|
* vimPlugins: added some pluginsThéophane Hufschmitt2015-10-05
|
* vimPlugins.ctrlp: fixed upstream urlThéophane Hufschmitt2015-10-05
|
* vimPlugins.gundo: fixed upstream urlThéophane Hufschmitt2015-10-05
|
* jack2: do not propagate uuidLuca Bruno2015-10-02
|
* jackaudio: Add libuuid as propagatedBuildInputArnold Krille2015-10-02
| | | | The jack/jack.h includes uuid/uuid.h, therefox libuuid should be a propagated input for anything using jack.
* urbit: init at 2015.09.26laMudri2015-09-28
|
* kde414: build with kdelibs-4.14.12Thomas Tuegel2015-09-27
| | | | | | | Upstream changes to the build system required adjusting many packages' dependencies. On the Nixpkgs side, we no longer propagate the dependency on cmake (to reduce closure size), so downstream dependencies had to be adjusted for most packages that depend on kdelibs.
* lilypond: fix with new dblatex+texlive, fix metaVladimír Čunát2015-09-23
| | | | | Also enableParallelBuilding, as it took quite some time to build. /cc maintainer @MarcWeber.
* Merge: xlibs and x11 attribute cleanupVladimír Čunát2015-09-23
|\ | | | | | | Frequently using multiple *almost* identical attributes is bad.
| * xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | | | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
| * x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | | | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
| * xlibs.xlibs: removeVladimír Čunát2015-09-15
| | | | | | | | | | | | It was really ugly that `xlibs.xlibs` meant something else than `xlibs`, especially when using `with xlibs`, such as in wine. Also, now `xlibs` is the same as `xorg`.
* | vimPlugins: 2015-09-21 updateArseniy Seroka2015-09-21
| |
* | mgba: use Qt 5.4Thomas Tuegel2015-09-19
| |
* | hplip & plugin: 3.15.6 -> 3.15.9Tobias Geerinckx-Rice2015-09-18
| |
* | vimPlugins: 2015-09-17 updateArseniy Seroka2015-09-17
| |
* | vimPlugins: add vim-jadeRehno Lindeque2015-09-16
|/
* all-packages: Use callPackage where possibleMathnerd3142015-09-14
|
* Desmume: init at 0.9.11AndersonTorres2015-09-12
|
* add libjack2-gitAndrew Kelley2015-09-11
| | | | closes #9467
* xtrlock-pam: init at 3.4Thomas Strobel2015-09-10
|
* sundtek: 28-07-2015 -> 2015-09-07 (close #9723)Simon Vandel Sillesen2015-09-09
|
* marking junit and dolphinEmu as brokenRok Garbas2015-09-08
|
* cups: 2.0.3 -> 2.0.4, fix transient failureDomen Kožar2015-09-06
| | | | | (cherry picked from commit cc06f9c0be051f7ef2e1fcbd2ce13b902acc8adc) Signed-off-by: Domen Kožar <domen@dev.si>
* jack2: apply patch to fix build with gcc5Cillian de Róiste2015-09-03
|
* Revert "jack2: 1.9.10 -> 2015-06-02"Cillian de Róiste2015-09-03
| | | | This reverts commit fd829968c7b6734e04d7c720d51a174b4e8a8412.
* vimPlugins: 2015-09-01 updateArseniy Seroka2015-09-01
|
* Merge pull request #9507 from benley/vim-unityArseniy Seroka2015-09-01
|\ | | | | vimPlugins.unite: Init at 2015-08-29
| * vimPlugins.unite: Init at 2015-08-29Benjamin Staffin2015-08-30
| | | | | | | | unite works nicely together with vimshell.
* | xlockmore: clean configure flags and add Xinerama and DPMS supportNikolay Amiantov2015-08-31
| | | | | | | | Close #9391.
* | mednafen: fix src url (sourceforge -> mednafen.fobby.net)Cillian de Róiste2015-08-31
|/ | | | Also bump the minor version 0.9.38.5 -> 0.9.38.6
* Merge pull request #9556 from kamilchm/vim-goArseniy Seroka2015-08-31
|\ | | | | vimPlugins: replace unmaintained vim-golang with vim-go
| * vimPlugins: replace unmaintained vim-golang with vim-goKamil Chmielewski2015-08-30
| |
* | Merge pull request #9506 from benley/vim2nixArseniy Seroka2015-08-30
|\ \ | |/ |/| vimUtils.pluginnames2nix: fixes for non-nixos systems
| * vimUtils.pluginnames2nix: fixes for non-nixos systemsBenjamin Staffin2015-08-28
| | | | | | | | | | | | | | Now referring to the nix prefetch scripts through their nixpkgs derivation in order to make sure their shebang lines are rewritten properly. Otherwise nix-prefetch-hg fails on Ubuntu (and probably Debian) systems, where /bin/sh is not bash.
* | 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
| |\ \ \ \