about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* jdiskreport: cleanup and add desktop itemKyle Sferrazza2020-02-10
|
* gotools: fix the path in the setup-hookWael M. Nasreddine2020-02-10
|
* faust: 2.5.23 -> 2.20.2Bart Brouns2020-02-10
|
* qtpbfimageplugin: 2.0 -> 2.1Nikolay Korotkiy2020-02-10
|
* insomnia: 7.0.5 -> 7.0.6Bastien Rivière2020-02-10
|
* zopfli: add edef as maintaineredef2020-02-10
|
* zopfli: split outputsedef2020-02-10
|
* lfe: 1.2.1 -> 1.3Eric Bailey2020-02-10
| | | | Add patches to the builder expression, and add those necessary for 1.3.
* lfe: pin 1.2.1 to R19Eric Bailey2020-02-10
|
* lfe: add message to OTP version assertionEric Bailey2020-02-10
|
* dino: remove unnecessary private transitive depsAlyssa Ross2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As explained by Orivej (reformatted from Markdown): > These (except libsignal-protocol-c) are private dependencies of the > actual dependencies that should neither be propagated nor added > manually to dino. For example, libpsl and brotli come from > libsoup-2.4.pc: > > Requires: glib-2.0 >= 2.38, gobject-2.0 >= 2.38, gio-2.0 >= 2.38 > Requires.private: libxml-2.0, sqlite3, libpsl >= 0.20, libbrotlidec, zlib > > (To be precise, glib uses utillinuxMinimal rather than utillinux.) > > The warnings we see, such as Package 'mount', required by 'gio-2.0', > not found, come from CMake running both pkg-config --libs and > pkg-config --static --libs to populate both <XXX>_LIBRARIES and > <XXX>_STATIC_LIBRARIES[1], but dino has no use for the latter. > Currently these warnings can not be disabled: > https://gitlab.kitware.com/cmake/cmake/issues/18158 > > (They could be prevented by pruning Requires.private from shared-only > libraries akin to <https://github.com/NixOS/nixpkgs/pull/51767>, > although it can not be detected if a library is shared-only from the > .pc file alone, and this is just a warning.) > > [1]: docs: https://cmake.org/cmake/help/v3.16/module/FindPkgConfig.html
* lsd2dsl: 0.4.1 -> 0.5.1Nikolay Korotkiy2020-02-10
|
* dxx-rebirth: 0.59.100 -> 0.59.20200202Peter Hoeg2020-02-10
|
* redoflacs: 0.30.20150202 -> 0.30.20190903Peter Hoeg2020-02-10
|
* vscodium: 1.41.1 -> 1.42.0Patrick Hilhorst2020-02-10
|
* Merge pull request #79502 from expipiplus1/opencorsairlinkMichele Guerini Rocco2020-02-10
|\ | | | | opencorsairlink: init at 2019-12-23
| * opencorsairlink: init at 2019-12-23Joe Hermaszewski2020-02-08
| |
* | weechatScripts.weechat-matrix: unstable-2019-11-10 -> unstable-2020-01-21Emily2020-02-10
| |
* | python3Packages.matrix-nio: 0.6 -> 0.7.1Emily2020-02-10
| |
* | findomain: 0.9.3 -> 1.4.0Oleksii Filonenko2020-02-10
| |
* | lazydocker: 0.7.6 -> 0.8Oleksii Filonenko2020-02-10
| |
* | marvin: 20.3.0 -> 20.4.0Brenton Horne2020-02-10
| |
* | kicad-unstable: update update.sh && updateEvils2020-02-10
| | | | | | | | | | | | use /tmp instead of XDG_RUNTIME_DIR which is /run/user/1000, which defaults to 10% of RAM and kicad-packages3d needs ~6gb
* | kicad: simplify component namesEvils2020-02-10
| |
* | tippecanoe: 1.34.3 -> 1.35.0Nikolay Korotkiy2020-02-10
| |
* | minc_tools: enable building conversion toolsBen Darwin2020-02-10
| |
* | minc_tools: 2017-09-11 -> unstable-2019-12-04Ben Darwin2020-02-10
| |
* | alure2: unstable-2020-01-09 -> unstable-2020-02-06Nguyễn Gia Phong2020-02-10
| |
* | hpmyroom: 11.1.0.0508 -> 12.0.0.0220Daniel Schaefer2020-02-10
| |
* | twinkle: patch manual link since old domain got re-usedMaciej Krüger2020-02-10
| |
* | chipsec: 1.4.1 -> 1.4.7Daniel Schaefer2020-02-10
| |
* | glfw: 3.3.1 -> 3.3.2Martin Milata2020-02-10
| |
* | cinnamon.cinnamon-desktop: 4.4.0 -> 4.4.1R. RyanTM2020-02-10
| |
* | vms-empire: 1.14 -> 1.15R. RyanTM2020-02-10
| |
* | tor: 0.4.2.5 -> 0.4.2.6R. RyanTM2020-02-10
| |
* | gitfs: Switch to Python 3Jan Tojnar2020-02-10
| | | | | | | | Supported since 0.5 at least
* | Merge pull request #79717 from filalex77/elixir-1.10.1worldofpeace2020-02-10
|\ \ | | | | | | elixir_1_10: 1.10.0 -> 1.10.1
| * | elixir: add filalex77 to maintainersOleksii Filonenko2020-02-10
| | |
| * | elixir_1_10: 1.10.0 -> 1.10.1Oleksii Filonenko2020-02-10
| | |
* | | Merge #79738: glibc, openssl: unbreak cross evalVladimír Čunát2020-02-10
|\ \ \ | | | | | | | | | | | | (with minor caveats)
| * | | glibc, openssl: unbreak cross eval (with minor caveats)Vladimír Čunát2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | It's certainly better to have those two caveats than not evaluate. Both seem rather niche. Unfortunately I failed to find a better way. I started testing builds of several cross variants; all seem OK.
* | | | Merge pull request #79416 from jtojnar/flatpak-1.6worldofpeace2020-02-10
|\ \ \ \ | | | | | | | | | | flatpak: 1.4.2 → 1.6.1
| * | | | gnome-desktop-testing: 2018.1 → unstable-2019-12-11Jan Tojnar2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to master since the stable version prints to journal even when running in terminal, which is annoying. Also clean up the expression.
| * | | | xdg-desktop-portal-gtk: 1.4.0 → 1.6.0Jan Tojnar2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.5.0 * https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.5.1 * https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.5.2 * https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.6.0
| * | | | xdg-desktop-portal: 1.4.2 → 1.6.0Jan Tojnar2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.6.0 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.4 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.3 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.2 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.1 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.0
| * | | | flatpak: 1.4.2 → 1.6.1Jan Tojnar2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * https://github.com/flatpak/flatpak/releases/tag/1.4.3 * https://github.com/flatpak/flatpak/releases/tag/1.5.0 * https://github.com/flatpak/flatpak/releases/tag/1.5.1 * https://github.com/flatpak/flatpak/releases/tag/1.5.2 * https://github.com/flatpak/flatpak/releases/tag/1.6.0 * https://github.com/flatpak/flatpak/releases/tag/1.6.1
| * | | | malcontent: init at 0.4.0Jan Tojnar2020-02-10
| | | | |
| * | | | glib-testing: init at 0.1.0Jan Tojnar2020-02-10
| | | | |
| * | | | rpm-ostree: 2019.5 → 2020.1Jan Tojnar2020-02-10
| | | | | | | | | | | | | | | | | | | | https://github.com/coreos/rpm-ostree/compare/v2019.5...v2020.1
| * | | | librepo: 1.9.2 → 1.11.2Jan Tojnar2020-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Changes: https://github.com/rpm-software-management/librepo/compare/1.9.2...1.11.2 * Split into multiple outputs * Default to Python 3 like upstream does