summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* remove pdf-filterDomen Kožar2014-11-24
|
* fix typos and remove useless importsArseniy Seroka2014-11-24
|
* racer: add pkg and vim pluginArseniy Seroka2014-11-24
|
* cups-pdf-filter -> cups-filters, enable by default for cupsDomen Kožar2014-11-23
|
* Merge branch 'chromium'.aszlig2014-11-22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces Chromium 39 as the new stable version along with a bunch of fixes. Fixes #2799, particularily the PDF plugin, which now is open source and thus no longer an issue. Also fixes #3219 and merges #2906, so we no longer get a crash while trying to bring up the print preview dialog. Thanks to @edwtjo for the CUPS version bump. * chromium: Switch to use open-source PDF plugin. * cups: bump 1.5.4 -> 1.7.5 * chromium: Allow env vars for passing plugin paths. * chromium: Update all channels to latest versions. * protobuf: Clean up and update to version 2.6.1.
| * cups: bump 1.5.4 -> 1.7.5Edward Tjörnhammar2014-11-22
| |
* | sort pluginsArseniy Seroka2014-11-20
| |
* | hplip: fix typo in licenseCillian de Róiste2014-11-20
| |
* | hplip: update license attributeThomas Tuegel2014-11-20
| |
* | Revert "Merge pull request #4693 from flosse/hplip-update"Thomas Tuegel2014-11-20
|/ | | | | | | | | | | | This reverts commit 1b064645ed10a2bee70faec6896d4d33e2a86300, reversing changes made to 14cef95e84e44a830b7317c095c7ffd6b9796fef. As discussed in the comments to the aforementioned pull request, while the new version supports many new printer models, many components of the driver are broken because of some corner cases in the Python wrapper. In particular, the loader for the binary binary driver needed by many middle- and high-end printers is broken, negating most of the value in updating!
* add a platform to all of my packagesCray Elliott2014-11-19
|
* vim: add pluginsArseniy Seroka2014-11-19
|
* apulse: update from 0.1.2 to 0.1.4Pascal Wittmann2014-11-18
|
* Stella: update to 4.2AndersonTorres2014-11-18
|
* Stella: update to 4.1.1AndersonTorres2014-11-18
|
* vim-plugins/YouCompleteMe: fix buildAristid Breitkreuz2014-11-16
|
* Revert "cups: update package"Michael Raskin2014-11-15
| | | | This reverts commit aa548af5a5e997b94df41b1da57232bd10b76612.
* Revert "cups-filters: add package"Michael Raskin2014-11-15
| | | | This reverts commit f7ba33de561aac0beccd0eebb7a3a8499aab46eb.
* Merge pull request #4857 from abbradar/cups2Michael Raskin2014-11-15
|\ | | | | [WIP] Improve printing experience and update related packages
| * foomatic-filters: fix building with cups-2Nikolay Amiantov2014-11-14
| |
| * cups-filters: add packageNikolay Amiantov2014-11-14
| |
| * cups: update packageNikolay Amiantov2014-11-14
| |
| * ghostscript: drop GNU fork and updateNikolay Amiantov2014-11-14
| |
* | fix missing sha and revArseniy Seroka2014-11-13
|/
* dolphinEmuMaster bump to bring in new HLE Audio codeCray Elliott2014-11-12
| | | | | | | | | Generally we only bump once per month, but due to the new dolphin-emu.org blog post covering the subject, I couldn't resist :) if you'd like to read more about it, read here! https://dolphin-emu.org/blog/2014/11/12/the-rise-of-hle-audio/#cuthere
* fix travis eval and remove duplicateArseniy Seroka2014-11-13
|
* vim-plugins: fix missing depsArseniy Seroka2014-11-12
|
* Merge pull request #4897 from MarcWeber/submit/vim-plugins-with-vam-or-pathogenArseniy Seroka2014-11-12
|\ | | | | experimental/vim-vam-pathogen-vimrc-support
| * experimental/vim-vam-pathogen-vimrc-supportMarc Weber2014-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch implements derving a .vimrc from vim-plugins.nix loading those plugins by either Pathogen or VAM (VAM seems to be slightly faster and is much more powerful). Example: environment.systemPackages = [ # default plain vim vim_configurable # vim which get's called vim-with-addon-nix (vim_configurable.customize { name = "vim-with-addon-nix"; vimrcConfig.vam.pluginDictionaries = [{name = "vim-addon-nix"; }]; }) ]; This way you can provide an "enhanced Vim" and a standard Vim. Details about what this commit changes: 1) provide a new toplevel name vimrc which * provides a way to build up a .vimrc using either pathogen or VAM (knowing about plugin dependencies by name) * can enhance vim to support. vim.customize { name = "name-user"; vam.pluginDictionaries and/or pathogen.pluginNames = .. } * introduce rtp names for each vim plugin pointing to the runtimepath path * suggest naming to be the same as vim-pi so that VAM's dependencies work * derive some packages as example from vim-pi using VAM's new autoload/nix.vim supporting simple dependencies * test case for vim-addon-nix for VAM/pathogen 2) enhance vim_configurable to support .customize 3) update many plugins by using VAM's implementation not rewriting those which * vim-pi doesn't know about the git source yet (TODO: make vim-pi be aware of those) * have special build code This commit partially conflicts with commits done by Bjørn Forsman starting by 37f961628b, eg the one using lower case attr and pkg names, because they don't match vim-pi (eg YouCompleteMe). Rather than resolving the conflict this just adds aliases so that both names can be used
* | Fixed many descriptionsPascal Wittmann2014-11-11
| |
* | xlockmore: remove unused patchPascal Wittmann2014-11-10
| |
* | xlockmore: update from 5.43 to 5.44, fix appdefaultdir and meta informationPascal Wittmann2014-11-10
| |
* | add myself to libretro maintainersCray Elliott2014-11-10
| |
* | montly bump of retroarch and libretro coresCray Elliott2014-11-09
| |
* | add xwiimote, a linux-only userspace driver for wiimotesCray Elliott2014-11-08
| |
* | Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | | | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* | stella-libretro: Bump revisionRickard Nilsson2014-11-04
| |
* | Update Wine-unstableMichael Raskin2014-11-02
| |
* | monthly bump of dolphinEmuMasterCray Elliott2014-11-02
| | | | | | | | | | also dolphinEmu and dolphinEmuMaster had an extraneous stdenv removed from buildInputs
* | oxygen-gtk2: update from 1.4.5 to 1.4.6Cillian de Róiste2014-10-28
| |
* | Update hplip maintainer listJascha Geerds2014-10-28
| |
* | Merge pull request #4693 from flosse/hplip-updateJascha Geerds2014-10-28
|\ \ | | | | | | hplip: update to v3.14.10
| * | hplip: update to v3.14.10Markus Kohlhase2014-10-28
| | |
* | | Merge pull request #4653 from sepi/new-package-frescobaldilethalman2014-10-28
|\ \ \ | | | | | | | | New package: frescobaldi
| * | | frescobaldi: Improved meta and formattingRaffael Mancini2014-10-25
| | | |
| * | | New package: frescobaldiRaffael Mancini2014-10-25
| | | |
* | | | Add mednafen TurboGrafx-16 libretro coreCray Elliott2014-10-28
| |/ / |/| |
* | | oxygen-gtk3: update from 1.4.0 to 1.4.1Evgeny Egorochkin2014-10-27
| |/ |/|
* | beep: set meta.platformsBjørn Forsman2014-10-25
|/ | | | | beep includes <linux/xyz.h> C header files, so I'm setting platforms to Linux only.
* vim-plugins: add and updateArseniy Seroka2014-10-21
|