summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* my-env: Support for running command directly by load-env-xxx scriptPaul Colomiets2014-07-16
| | | | | | | | | | First I don't think there is a reason to run shell as a child of load-env-xxx script and not to just exec into it. Also it's often useful to just run a command inside the environment load-env-xxx command --args Closes #3254
* Merge pull request #3244 from ehmry/xscreensaverPascal Wittmann2014-07-15
|\ | | | | xscreensaver: update from 5.26 to 5.29
| * xscreensaver: update from 5.26 to 5.29Emery Hemingway2014-07-11
| |
* | Add several vim pluginsPaul Colomiets2014-07-15
| | | | | | | | | | | | | | | | Added are: * ctrlp * vim-a * colorsamplerpack * yankring
* | Add automatic plugin activation for vimPaul Colomiets2014-07-15
|/
* maven: update from 3.0.4 to 3.1.1, potentially fixes CVE-2013-0253Michael Raskin2014-07-04
|
* Add `NIX_MYENV_NAME` environment variable in `myEnvFun`Paul Colomiets2014-06-29
|
* winetricks: Update to 1199Eelco Dolstra2014-06-25
|
* maven: add meta attributes (description, homepage, license)Bjørn Forsman2014-06-22
|
* maven: cosmetic changes in expressionBjørn Forsman2014-06-22
| | | | Replace hard tabs with space. Add some whitespace between lines.
* Merge recent masterVladimír Čunát2014-06-15
|\
| * Update Wine unstable versionMichael Raskin2014-06-14
| |
* | Merge recent masterVladimír Čunát2014-06-12
|\|
| * lilypond: unbreak build by adding t1utils to buildInputsBjørn Forsman2014-06-11
| | | | | | | | | | | | lilypond needs the 't1asm' tool from t1utils to build. t1asm used to be provided by texlive-core, but does no more (since texlive-core-2014 update).
| * lilypond: cosmetic changesPeter Simons2014-06-11
| |
* | Merge recent masterVladimír Čunát2014-06-10
|\|
| * fceux: Add package for a NES emulator.Sterling Stein2014-06-07
| |
* | Merge recent master into p/stdenvVladimír Čunát2014-06-09
|\| | | | | | | Merged just before the pypi update, as it seems to cause problems on Hydra.
| * PPSSPP: add platformsMateusz Kowalczyk2014-06-07
| |
| * Merge pull request #2785 from Fuuzetsu/ppssppAustin Seipp2014-06-03
| |\ | | | | | | PPSSPP: 0.9.8
| | * PPSSPP: 0.9.8Mateusz Kowalczyk2014-05-28
| | |
| * | xboxdrv: 0.8.5Mateusz Kowalczyk2014-05-29
| |/
| * Updating Wine unstable to 1.7.19Michael Raskin2014-05-28
| |
| * Merge pull request #2617 from ttuegel/hplipMichael Raskin2014-05-27
| |\ | | | | | | hplip: update and fix scanning
| | * hplip: don't use udev rules to change device ownerThomas Tuegel2014-05-20
| | |
| | * hplip: avoid name collision with sane config filesThomas Tuegel2014-05-11
| | |
| | * hplip: add pillow and reportlab dependenciesThomas Tuegel2014-05-10
| | |
| | * hplip: assume maintainershipThomas Tuegel2014-05-10
| | |
| | * hplip: add binary pluginThomas Tuegel2014-05-10
| | |
| | * hplip version bump 3.11.1 -> 3.14.4Thomas Tuegel2014-05-10
| | |
* | | Merge #1187 into p/stdenvVladimír Čunát2014-05-29
|\ \ \ | |/ / |/| | | | | Tested building firefox, kdelibs, evince on x86_64-linux.
| * | wine: Add support for grsecurityRicardo M. Correia2014-05-15
| | |
* | | seafile: update client, ccnet, libsearpc and sharedMatej Cotman2014-05-24
| | |
* | | vlock: add meta and take maintainershipLuca Bruno2014-05-21
| | |
* | | mednafen: fix wrong URL (close #2696)AndersonTorres2014-05-20
| | |
* | | Mednafen: add version 0.9.34.1 + server 0.5.1AndersonTorres2014-05-17
|/ / | | | | | | Mednafen is a portable, CLI-driven, multi-system emulator
* | Merge pull request #2580 from ttuegel/qtcurveVladimír Čunát2014-05-13
|\ \ | |/ |/| kde.qtcurve: update and patch
| * qtcurve: add toolbar alpha patchThomas Tuegel2014-05-08
| |
| * qtcurve version bump 1.8.17 -> 1.8.18Thomas Tuegel2014-05-08
| |
* | mate-themes: update from 1.6.2 to 1.6.3宋文武2014-05-02
| |
* | mate-icon-theme: update from 1.6.2 to 1.6.3宋文武2014-05-02
|/
* vim-plugins: update and upgradeArseniy Seroka2014-04-21
|
* oxygen_gtk: update from 1.4.4 to 1.4.5Cillian de Róiste2014-04-12
|
* nixpkgs-lint: add the platforms meta attr for most of my packagesCillian de Róiste2014-03-16
|
* Revert "Merge branch 'nix-run' of git://github.com/rickynils/nixpkgs"Shea Levy2014-03-15
| | | | | | | nix-run's functionality is subsumed by nix-shell -p. This reverts commit 3cc2b243c7f2d906ce77968e75fd84a3f65a09e0, reversing changes made to 4d5d6aed29a0ee10a471fd870fa2fdb61408e4eb.
* Merge branch 'nix-run' of git://github.com/rickynils/nixpkgsShea Levy2014-03-14
|\ | | | | | | Add nix-run and myEnvRun
| * Add nix-run and myEnvRunRickard Nilsson2013-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds nix-run, which is a thin wrapper around nix-build. nix-run calls nix-build, and then executes the resulting build. If no executable artifact is built, nix-runs outputs an error message. myEnvRun calls myEnvFun and builds a script that directly runs the load-env-* script. Together, nix-run and myEnvRun allows you to set up an environment that can be loaded in this way: envs.nix: { gcc = myEnvRun { name = "gcc"; buildInputs = [ gcc ]; }; } $ nix-run -A gcc envs.nix You end up directly in your environment without having to do nix-env -i. You will always have a fresh environment and you don't have to pollute you profile with a lot of env packages.
* | Merge branch 'vimPlugins.YouCompleteMe/update' of ↵Shea Levy2014-03-14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/offlinehacker/nixpkgs vimPlugins.YouCompleteMe: update to ee12530df0 Conflicts: pkgs/misc/vim-plugins/default.nix
| * | vimPlugins.YouCompleteMe: update to ee12530df0Jaka Hudoklin2013-09-25
| | |
* | | oxygen_gtk: update from 1.4.3 to 1.4.4Cillian de Róiste2014-03-09
| | |