summary refs log tree commit diff
path: root/pkgs/misc
Commit message (Collapse)AuthorAge
* Greybird: init at 2016-03-11José Romildo Malaquias2016-05-03
|
* vim-go: 2016-04-15 -> 2016-05-01 (#15157)Stefan Junker2016-05-02
|
* wine: fix pulseaudio in stagingNikolay Amiantov2016-05-01
|
* hplip{,WithPlugin}: 3.15.11 -> 3.16.3Tobias Geerinckx-Rice2016-04-30
|
* Merge pull request #15085 from kamilchm/YouCompleteMeAristid Breitkreuz2016-04-30
|\ | | | | YouComplteMe: FIX: ycm_core.so: undefined symbol: clang_parseTranslat…
| * YouComplteMe: FIX: ycm_core.so: undefined symbol: ↵Kamil Chmielewski2016-04-29
| | | | | | | | | | | | clang_parseTranslationUnit2FullArgv https://github.com/Valloric/YouCompleteMe/issues/2125
* | ijs: derive from ghostscriptNikolay Amiantov2016-04-30
|/
* epson-escpr: 1.6.4 -> 1.6.5artuuge2016-04-29
|
* dosbox: pass mesa explicitly (needed for glu.h)Michael Raskin2016-04-25
|
* Merge pull request #13575 from steveeJ/vimpreviewpandocRok Garbas2016-04-24
|\ | | | | vim-plugins: init vimpreviewpandoc with python plugins and bugfixes
| * vim-plugins: add vimprivewpandoc and needed python modulesStefan Junker2016-04-23
| |
| * vim-plugins: make Cocoa optionalStefan Junker2016-04-23
| |
* | seafile-*: 4.4.2 -> 5.0.7Markus Binsteiner2016-04-23
|/ | | | | | Also updated dependencies: ccnet: 1.4.2 -> 5.0.7 libsearpc: 1.2.2 -> 3.0.7
* theme-vertex: 20150923 -> 20160329Robert Helgesson2016-04-22
|
* ppsspp: move to qmake4HookNikolay Amiantov2016-04-20
|
* hplip : add openssl as buildInputThéophane Hufschmitt2016-04-18
|
* Merge pull request #14781 from ambrop72/wine-fixNikolay Amiantov2016-04-18
|\ | | | | wine: Disable stripping to avoid breaking fakedlls.
| * wine: Disable stripping to avoid breaking fakedlls.Ambroz Bizjak2016-04-17
| |
* | cups: do not split doc outputLuca Bruno2016-04-17
|/ | | | | | | | The DocumentRoot is under doc/ which is looked up in .out. So for now let doc/ directory in .out. Not the right fix, but the easiest fix. cc @vcunat
* wine: Fix RPATH for multiple-outputsAlexander V. Nikolaev2016-04-17
|
* Merge pull request #14736 from AndersonTorres/higanArseniy Seroka2016-04-17
|\ | | | | higan: 096 -> 098
| * higan: 096 -> 098AndersonTorres2016-04-15
| | | | | | | | | | | | | | Now without some options, reflecting upstream development. In special, no GTK building (as it was obsoleted on 096) and no profile selecion, because it will be obsoleted on next release.
* | cups: add systemd to build inputs on linuxJoachim Fasting2016-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, cups will be built without systemd support. The upstream systemd service unit expects cups to have systemd support however. When cups is built without systemd support, the daemon will fork to the background. Consequently, systemd will think the service is done and enter inactive state. Along with 9de93be6cd448bdce64e7ef5cf80ff8d81592140 and 47330b1732b67e7d5fee283685b48fdcafdc91e6 this patch fixes the nixos printer test timing out in `waitForUnit("cups.service")`; see NixOS/nixpkgs#14748
* | brgenml1cupswrapper: fix regression and improvementsRaymond Gauthier2016-04-16
| | | | | | | | | | | | | | | | | | | | | | `cp`, `grep`, `chmod`, `sed` executables no longer found when upgrading from nixos 15.09 to 16.03. Fixed by use of wrapper script that brings these executables into `PATH`. Also fix lpd binaries on 64 bits machines by use of `callPackage_i686`.
* | vimPlugins: update 2016-04-16Arseniy Seroka2016-04-16
|/
* Merge pull request #14577 from hrdinka/fix/pcsx2joachifm2016-04-14
|\ | | | | pcsx2: disable advance SIMD instructions
| * pcsx2: disable advance SIMD instructionsChristoph Hrdinka2016-04-10
| | | | | | | | | | | | By setting `-DDISABLE_ADVANCE_SIMD=TRUE` pcsx2 will be compiled with predefined SIMD flags instead of `-march=native`. This makes the resulting binary more portable. Further this seems to be needed to make pcsx2 compile with gcc5.
* | mass-replace glib and gtk lib/*/include pathsNikolay Amiantov2016-04-14
| |
* | replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
| |
* | mgba: 0.3.1 -> git 20160325 (#14578)Anderson Torres2016-04-13
| | | | | | | | | | I have made this release fromgit because 0.4.0 release doesn't compile (gcc complains with an error in Window.cpp: "isnan is not defined on this scope"). The error disappears on mgba git master.
* | Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
|\ \
| * | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
| |\| | | | | | | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
| |\ \ | | | | | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * \ \ Merge master into closure-sizeVladimír Čunát2016-03-08
| |\ \ \ | | | | | | | | | | | | | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * \ \ \ Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
| |\ \ \ \
| * \ \ \ \ Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Let's get rid of those merge conflicts.
| * | | | | | treewide: Mass replace 'glibc}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | | | | | |
| * | | | | | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * \ \ \ \ \ \ \ Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into closure-sizeLuca Bruno2015-11-29
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-25
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge staging into closure-sizeVladimír Čunát2015-11-20
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * | | | | | | | | | | | dbus: split into multiple outputs and fix referrersVladimír Čunát2015-10-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | just add comments about outputs (cups, gdk-pixbuf)Vladimír Čunát2015-10-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | SDL: split the dev output and fix referrersVladimír Čunát2015-10-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | gtk3: split into multiple outputsVladimír Čunát2015-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All references OK, hopefully. Seems surprisingly smooth.
| * | | | | | | | | | | | libxml2,libxslt: split into multiple outputsVladimír Čunát2015-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed all references, hopefully. libxml2Python is slightly hacky now, but it seems to work.
| * | | | | | | | | | | | udev: complete reworkVladimír Čunát2015-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - systemd puts all into one output now (except for man), because I wasn't able to fix all systemd/udev refernces for NixOS to work well - libudev is now by default *copied* into another path, which is what most packages will use as build input :-) - pkgs.udev = [ libudev.out libudev.dev ]; because there are too many references that just put `udev` into build inputs (to rewrite them all), also this made "${udev}/foo" fail at *evaluation* time so it's easier to catch and change to something more specific
| * | | | | | | | | | | | Merge staging into closure-sizeVladimír Čunát2015-10-03
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes gcc5 the default builder, etc.