summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* saga: 5.0.0 -> 6.2.0Michel Kuhlmann2018-01-03
|
* Merge pull request #33376 from dtzWill/fix/ncurses6-clangDaiderd Jordan2018-01-03
|\ | | | | ncurses: fix ncurses6 build w/clang
| * ncurses: use more complicated expression to avoid mass-rebuilds, noteWill Dietz2018-01-03
| |
| * ncurses: simplify patch expr, fix ncurses6 build w/clangWill Dietz2018-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somewhat amusingly given its name, "clang.patch" applies to both 5 and 6 but is the cause of ncurses6 breakage on 6 but is required on 5... gcc is happy in all four configurations: 5 5p 6 6p gcc ✓ ✓ ✓ ✓ clang ✗ ✓ ✓ ✗ Which is why this commit enables the patch for 5 but not 6; this matches behavior in Gentoo, for example. For further simplification, we also use gcc-5 patch regardless.
* | Merge pull request #33329 from NeQuissimus/docker_17_12Tim Steinbach2018-01-03
|\ \ | | | | | | docker: 17.{09,11} -> 17.12
| * | docker: 17.{09,11} -> 17.12Tim Steinbach2018-01-02
| | |
* | | osrm-backend: Use nativeBuildInputs for compile-time-only depsadisbladis2018-01-03
| | |
* | | python.pkgs.arrow: fix python 2 buildFrederik Rietdijk2018-01-03
| | |
* | | Merge pull request #33348 from erictapen/osrm-5.14.3adisbladis2018-01-03
|\ \ \ | | | | | | | | osrm-backend: 5.14.1 -> 5.14.3
| * | | osrm-backend: 5.14.1 -> 5.14.3Justin Humm2018-01-02
| | | |
* | | | Merge pull request #33318 from adisbladis/nodejs-minoradisbladis2018-01-03
|\ \ \ \ | | | | | | | | | | Nodejs minor releases
| * | | | nodejs-8_x: 8.9.1 -> 8.9.3adisbladis2018-01-02
| | | | |
| * | | | nodejs-6_x: 6.11.5 -> 6.12.2adisbladis2018-01-02
| | | | |
| * | | | nodejs-4_x: 4.8.5 -> 4.8.7adisbladis2018-01-02
| | | | |
* | | | | Merge pull request #33358 from obsidiansystems/cross-haskell-samehashPeter Simons2018-01-03
|\ \ \ \ \ | | | | | | | | | | | | haskell infra, ghc: Start to fix cross compilation without changing hashes
| * | | | | ghcWithPackages: Fix cross, and avoid needless C compilerJohn Ericson2018-01-03
| | | | | |
| * | | | | haskell generic-builder: Don't use absolute path to tools, and also track stripJohn Ericson2018-01-02
| | | | | |
| * | | | | ghc 8.2.2, head: Inline `common*` bindingsJohn Ericson2018-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cross case purposely changed as it will be rewritten anyways. But no native hashes should be changed.
| * | | | | haskell infra: Fix cross as much as possible without changing hashesJohn Ericson2018-01-02
| | | | | |
| * | | | | ghc: Clean up, and add `passthru.targetPrefix`, in preparation for crossJohn Ericson2018-01-02
| | | | | | | | | | | | | | | | | | | | | | | | No hashes should be changed.
| * | | | | Merge commit 'db475df127f8c82853181c46501c142ff020c3d8' into ↵John Ericson2018-01-02
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ericson2314-cross-base
* | \ \ \ \ \ Merge pull request #33314 from jtojnar/gnome-mplayerJörg Thalheim2018-01-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gnome_mplayer: 1.0.4 → 1.0.9
| * | | | | | | gnome_mplayer: 1.0.4 → 1.0.9Jan Tojnar2018-01-03
| | | | | | | |
| * | | | | | | gmtk: init 1.0.9Jan Tojnar2018-01-03
| | | | | | | |
* | | | | | | | Merge pull request #33364 from orivej/sc-controllerJörg Thalheim2018-01-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sc-controller: init at 0.4.0.1
| * | | | | | | | sc-controller: init at 0.4.0.1Orivej Desh2018-01-03
| | | | | | | | |
* | | | | | | | | Merge pull request #33300 from adisbladis/postgresqlFranz Pletz2018-01-03
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Postgresql security updates
| * | | | | | | | postgresql100: 10.0 -> 10.1adisbladis2018-01-02
| | | | | | | | |
| * | | | | | | | postgresql96: 9.6.5 -> 9.6.6adisbladis2018-01-02
| | | | | | | | |
| * | | | | | | | postgresql95: 9.5.9 -> 9.5.10adisbladis2018-01-02
| | | | | | | | |
| * | | | | | | | postgresql94: 9.4.14 -> 9.4.15adisbladis2018-01-02
| | | | | | | | |
| * | | | | | | | postgresql93: 9.3.19 -> 9.3.20adisbladis2018-01-02
| | | | | | | | |
* | | | | | | | | nixos/dkimproxy-out: init (#33229)Léo Gaspard2018-01-03
| | | | | | | | |
* | | | | | | | | Merge pull request #33336 from dtzWill/fix/lxterminal-nativebuildinputsJoachim F2018-01-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lxterminal: use nativeBuildInputs for compile-time-only deps
| * | | | | | | | | lxterminal: use nativeBuildInputs for compile-time-only depsWill Dietz2018-01-02
| | | | | | | | | |
* | | | | | | | | | Merge pull request #33354 from romildo/upd.deepin-gtk-themeJoachim F2018-01-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | deepin-gtk-theme: 17.10.4 -> 17.10.5
| * | | | | | | | | | deepin-gtk-theme: 17.10.4 -> 17.10.5José Romildo Malaquias2018-01-02
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #33361 from mdorman/emacs-updatesJoachim F2018-01-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Semi-automated Emacs package updates
| * | | | | | | | | | | melpa-packages: 2018-01-02Michael Alan Dorman2018-01-02
| | | | | | | | | | | |
| * | | | | | | | | | | melpa-stable-packages: 2018-01-02Michael Alan Dorman2018-01-02
| | | | | | | | | | | |
| * | | | | | | | | | | org-packages: 2018-01-02Michael Alan Dorman2018-01-02
| | | | | | | | | | | |
| * | | | | | | | | | | elpa-packages: 2018-01-02Michael Alan Dorman2018-01-02
| | | | | | | | | | | |
* | | | | | | | | | | | python.pkgs.evdev: 0.6.4 -> 0.7.0Orivej Desh2018-01-03
| | | | | | | | | | | |
* | | | | | | | | | | | python.pkgs.evdev: move to python-modulesOrivej Desh2018-01-03
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #33359 from bnikolic/boostnumpyJohn Ericson2018-01-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | boost: Do not force numpy support from 1.65
| * | | | | | | | | | | boost: Do not force numpy support from 1.65Bojan Nikolic2018-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason is that if cross compiling (or for other reasons) python bindings as a whole are turned off. Those two lines then trigger assertion errors unless manually overridden for cross compilation. This way: 1. The `enableNumpy` default respects the `enablePython deafult. 2. Cross works by default 3. Absurd manual overrides still break as they should 4. The `>= 1.65` logic is direct and not a maintaince gotcha.
* | | | | | | | | | | | linux-copperhead: 4.14.10.a -> 4.14.11.aTim Steinbach2018-01-02
| | | | | | | | | | | |
* | | | | | | | | | | | linux: 4.14.10 -> 4.14.11Tim Steinbach2018-01-02
| | | | | | | | | | | |
* | | | | | | | | | | | linux: 4.9.73 -> 4.9.74Tim Steinbach2018-01-02
| | | | | | | | | | | |
* | | | | | | | | | | | linux: 4.4.108 -> 4.4.109Tim Steinbach2018-01-02
| | | | | | | | | | | |