about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* treewide: Add passthru.updateScript to gnome pkgsDaniel Schaefer2019-05-12
| | | | | | `updateScript` lets us update packages automatically. For packages that are hosted on the gnome mirror it's very easy to add that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
* libgsf: 1.14.45 -> 1.14.46R. RyanTM2019-05-12
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libgsf/versions
* Merge pull request #61317 from r-ryantm/auto-update/gtk-docPascal Wittmann2019-05-12
|\ | | | | gtk-doc: 1.29 -> 1.30
| * gtk-doc: 1.29 -> 1.30R. RyanTM2019-05-11
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gtk-doc/versions
* | dmd, gtk: Remove dontStripThomas Mader2019-05-12
| | | | | | | | because with binutils 2.31 everything is working again (#59390)
* | Merge pull request #61204 from dtzWill/update/libinput-1.13.2Will Dietz2019-05-11
|\ \ | | | | | | libinput: 1.13.1 -> 1.13.2
| * | libinput: 1.13.1 -> 1.13.2Will Dietz2019-05-09
| | | | | | | | | | | | https://lists.freedesktop.org/archives/wayland-devel/2019-May/040548.html
* | | Merge pull request #60820 from r-ryantm/auto-update/vimRenaud2019-05-10
|\ \ \ | | | | | | | | vim: 8.1.0675 -> 8.1.1234
| * | | vim: 8.1.0675 -> 8.1.1234R. RyanTM2019-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vim/versions
* | | | Merge pull request #60976 from r-ryantm/auto-update/gssdpRenaud2019-05-10
|\ \ \ \ | |_|/ / |/| | | gssdp: 1.2.0 -> 1.2.1
| * | | gssdp: 1.2.0 -> 1.2.1R. RyanTM2019-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gssdp/versions
* | | | Merge pull request #45474 from CrystalGamma/mesa_3Matthew Bauer2019-05-08
|\ \ \ \ | | | | | | | | | | mesa: restructure driver selection to be more architecture-neutral
| * \ \ \ Merge branch 'staging' into mesa_3Matthew Bauer2019-05-02
| |\ \ \ \
| * | | | | restructure driver selection to show conditions for which each driver is ↵Jona Stubbe2018-08-22
| | | | | | | | | | | | | | | | | | | | | | | | selected
| * | | | | mesa: restructure driver selection to be more architecture-neutralJona Stubbe2018-08-22
| | | | | | | | | | | | | | | | | | | | | | | | This allows Mesa to also build on ppc64le.
* | | | | | Merge pull request #60861 from volth/perl-mix-fixGraham Christensen2019-05-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | perlPackages: fix build packages for non-default perl
| * | | | | | perlPackages: fix build packages for non-default perlvolth2019-05-03
| | |/ / / / | |/| | | |
* | | | | | Merge #58374: libjpeg-turbo: 2.0.1 -> 2.0.2, cleanupVladimír Čunát2019-05-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ... into staging
| * | | | | | libjpeg-turbo: 2.0.1 -> 2.0.2, cleanupWill Dietz2019-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.0.2 * patches included, drop * use installCheck to avoid needing to set LD_LIBRARY_PATH
* | | | | | | Merge pull request #61022 from alyssais/ruby-devdocAlyssa Ross2019-05-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ruby: install ri docs to devdoc output
| * | | | | | | ruby: enable docSupport by defaultAlyssa Ross2019-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that RI docs are installed to a seperate output, we don't need to worry about bloating the main output, so it's reasonable for this to be enabled by default.
| * | | | | | | ruby: install ri docs to devdoc outputAlyssa Ross2019-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows getting access to Ruby documentation through ri by doing nix-shell -p ruby ruby.devdoc or by installing the ruby.devdoc package. A setup hook will add a shim to LOAD_PATH to point ri to the devdoc output instead of out.
| * | | | | | | ruby: disable docSupport for baserubyAlyssa Ross2019-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even if building a Ruby with documentation, there's no reason for its baseruby to waste time building its own documentation as well.
* | | | | | | | Merge pull request #60903 from dtzWill/fix/networkmanager-sed-pathWill Dietz2019-05-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | networkmanager: sed from gnused, not coreutils! fix bad path
| * | | | | | | | networkmanager: sed from gnused, not coreutils! fix bad pathWill Dietz2019-05-03
| | | | | | | | |
* | | | | | | | | Merge pull request #60906 from worldofpeace/gnome-updates-stagingworldofpeace2019-05-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | GNOME updates staging
| * | | | | | | | | glib: 2.60.1 -> 2.60.2worldofpeace2019-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/glib/blob/2.60.2/NEWS
| * | | | | | | | | gnome3.tracker-miners: 2.2.1 -> 2.2.2worldofpeace2019-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/tracker-miners/blob/2.2.2/NEWS
| * | | | | | | | | gnome3.tracker: 2.2.1 -> 2.2.2worldofpeace2019-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/tracker/blob/2.2.2/NEWS
| * | | | | | | | | glib-networking: 2.60.1 -> 2.60.2worldofpeace2019-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/glib-networking/blob/2.60.2/NEWS
| * | | | | | | | | folks: 0.11.4 -> 0.12.1worldofpeace2019-05-07
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.gnome.org/GNOME/folks/blob/0.12.1/NEWS
* | | | | | | | | Merge pull request #61086 from mayflower/cross-fixesRobin Gloster2019-05-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Batch of cross compilation fixes
| * | | | | | | | | xorg.*: fix cross m4 handlingRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | btrfs-progs: fix crossRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | dmenu: fix crossRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | dbus-glib: fix crossRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | xorg.libXi: fix crossRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | libnl: disable pythonSupport for crossRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | isocodes: fix crossRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | jnettop: fix crossRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | gstreamer: add patches to fix crossRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | cdparanoia: fix crossRobin Gloster2019-05-07
| | | | | | | | | |
| * | | | | | | | | gst_all_1: fix crossRobin Gloster2019-05-07
| | | | | | | | | |
* | | | | | | | | | Merge staging-next into stagingFrederik Rietdijk2019-05-07
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge staging-next into masterFrederik Rietdijk2019-05-07
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge master into staging-nextFrederik Rietdijk2019-05-07
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge pull request #59646 from r-ryantm/auto-update/python3.7-cfgvRenaud2019-05-07
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python37Packages.cfgv: 1.4.0 -> 1.6.0
| | * | | | | | | | | | python37Packages.cfgv: 1.4.0 -> 1.6.0R. RyanTM2019-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-cfgv/versions
| * | | | | | | | | | | Merge pull request #60744 from mroi/masterWill Dietz2019-05-07
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | swift: 4.3.2 -> 5.0.1
| | * | | | | | | | | | | swift: install "editor-integration" component as wellWill Dietz2019-05-06
| | | | | | | | | | | | |