summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* add pkg: vbam, closes #8339lassulus2015-06-18
|
* Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice2015-06-17
|
* vimPlugins: 2015-06-16 updateArseniy Seroka2015-06-16
|
* Merge pull request #8270 from LnL7/youcompleteme-clangArseniy Seroka2015-06-16
|\ | | | | removed clang-unwrapped in vimPlugins.youcompleteme
| * vimPlugins.youcompleteme: use clang instead of clang-unwrapped on darwinDaiderd Jordan2015-06-15
| |
* | hplip 3.15.4 -> 3.15.6Tobias Geerinckx-Rice2015-06-13
|/
* bump dolphinEmuMaster, now needs gcc5 to compileCray Elliott2015-06-09
| | | | also removed wxGTK30 as that was unnecessary, and actually causes compilation errors with gcc5 in the mix
* fix: vim-xkbswitch proper libArseniy Seroka2015-06-07
|
* Merge pull request #8178 from jagajaga/fix/versionsArseniy Seroka2015-06-06
|\ | | | | fix: add missing versions
| * fix: add missing versionsArseniy Seroka2015-06-04
| |
* | Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra2015-06-04
|/ | | | This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9.
* vim plugins: refactor and regenerateArseniy Seroka2015-06-01
|
* sails: don't treat warnings as errors to fix the buildPascal Wittmann2015-06-01
| | | | Reported upstream as kragniz/sails/issues/18
* vim-plugins: vim-wakatime -> 4.0.1Tobias Geerinckx-Rice2015-06-01
| | | | | | | | | | | | | | | - upgrade wakatime cli to v4.0.14 - make sure config file has api_key - only display setup complete message first time setting up cfg file - don't log time towards git temporary files - prevent slowness in quickfix window to fix #24 - reuse SSL connection across multiple processes for improved performance - correctly display caller and lineno in log file when debug is true - project passed with --project argument will always be used - new --alternate-project argument - fix bug with auto detecting project name - correctly log message from py.warnings module - handle plugin_directory containing spaces
* Inital Commit for Gnu Talk FiltersLengyel Balázs2015-05-31
|
* Fixed meta.license: s/licence/licensePascal Wittmann2015-05-30
|
* pulseaudio: Remove default derivationWilliam A. Kennington III2015-05-29
|
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* Update alock to version 20150418fro_ozen2015-05-25
|
* Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III2015-05-22
|
* uae: use archive.org linksTobias Geerinckx-Rice2015-05-20
| | | | The original homepage is long gone (as is the tarball it hosted).
* More usage of gnome3.defaultIconThemeLuca Bruno2015-05-19
|
* winetricks: 20150316 -> 20150416Herwig Hochleitner2015-05-18
|
* wine: unstable 1.7.42 -> 1.7.43Herwig Hochleitner2015-05-18
|
* wine: enable 64bit build for wineStagingHerwig Hochleitner2015-05-18
|
* hplip: do wrap Python scripts in $out/libTobias Geerinckx-Rice2015-05-17
|
* hplip: stop installing corrupted toolsTobias Geerinckx-Rice2015-05-17
| | | | | | | | | | | | | | | | | | None of the installed tools like hp-align or hp-toolbox could work, because they tried to import wrapped Python scripts (i.e. shell code) as Python modules. Fix this by: - Substituting `dbus` for the defective `pythonDBus`. - No longer blindly wrapping all python files, but replacing the original symlinks in $out/bin with wrapper scripts. These wrappers then `exec` the unmodified Python scripts in $out/share/hplip directly, instead of the .<name>-wrapped copy that wrapPythonProgramsIn creates. The latter are simply removed. Sure, it's a bit ugly. It's also 2015 and I couldn't use my printer :-/
* Update HPLIP to 3.15.4Thomas Tuegel2015-05-16
|
* Update SHA256 for hplip pluginSimon Jagoe2015-05-15
|
* Turned some meta.maintainers into listsPascal Wittmann2015-05-14
|
* hplip: coalesce `find -exec sed` invocationsTobias Geerinckx-Rice2015-05-13
| | | | | No need to scan the (biggish) source tree six times, forking a separate process for every file each time. This was slowing down testing.
* Merge pull request #7814 from jagajaga/vim_pluginsArseniy Seroka2015-05-12
|\ | | | | vimPlugins: update
| * vimPlugins: updateArseniy Seroka2015-05-11
| |
* | Merge branch 'master' into stagingDomen Kožar2015-05-11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: nixos/doc/manual/release-notes/rl-unstable.xml nixos/modules/services/printing/cupsd.nix pkgs/applications/misc/calibre/default.nix pkgs/development/haskell-modules/hackage-packages.nix pkgs/development/libraries/libsodium/default.nix pkgs/misc/emulators/wine/unstable.nix pkgs/top-level/all-packages.nix
| * \ Merge pull request #7604 from bendlas/wine64Arseniy Seroka2015-05-10
| |\ \ | | | | | | | | wine: add 64 bit build and module
| | * | wine: add 64 bit build and nixpkgs configurationHerwig Hochleitner2015-05-10
| | | | | | | | | | | | | | | | | | | | The default release channel (stable/unstable) and the default build (wine32/wine64/wineWow) can be customized via the "wine" key in config
| * | | Merge pull request #7784 from seppeljordan/emulationstationArseniy Seroka2015-05-10
| |\ \ \ | | |/ / | |/| | Update emulationstation 2.0.0.rc1 -> 2.0.1a
| | * | Update emulationstation 2.0.0.rc1 -> 2.0.1aSebastian Jordan2015-05-10
| | | |
| * | | cups: Use systemd files provided by CUPSJascha Geerds2015-05-10
| | | |
| * | | cups: Add xdg_utils to build inputsJascha Geerds2015-05-10
| | | |
| * | | cups: Refactor meta attributesJascha Geerds2015-05-10
| | | |
| * | | cups: 1.7.5 -> 2.0.2William A. Kennington III2015-05-10
| | | |
| * | | Update Wine staging to match Wine unstableMichael Raskin2015-05-10
| | | |
| * | | Update Wine unstableMichael Raskin2015-05-10
| | |/ | |/|
| * | slock: 1.1 -> 1.2koral2015-05-09
| | |
* | | cups: Use systemd files provided by CUPSJascha Geerds2015-05-10
| | |
* | | cups: Add xdg_utils to build inputsJascha Geerds2015-05-10
| | |
* | | cups: Refactor meta attributesJascha Geerds2015-05-10
| | |
* | | cups: 1.7.5 -> 2.0.2William A. Kennington III2015-05-10
| | |