summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* nano: 2.9.7 -> 2.9.8Tim Steinbach2018-06-26
|
* linux: 4.17.2 -> 4.17.3Tim Steinbach2018-06-26
|
* linux: 4.16.17 -> 4.16.18Tim Steinbach2018-06-26
|
* linux: 4.14.51 -> 4.14.52Tim Steinbach2018-06-26
|
* linux: 4.9.109 -> 4.9.110Tim Steinbach2018-06-26
|
* ghcjs-ng: Move to $out/lib/ghcjs-8.4Matthew Bauer2018-06-26
| | | | | | | | This is standard for ghc compilers & much more convenient. This seems to fix the issues we have been having in ghcjs pkgs. Fixes #42032 Fixes #42617
* pasystray: add libappindicator-gtk3 for appindicator support (#42184)Ivan Malison2018-06-26
|
* home-assistant: 0.72.0 -> 0.72.1Robert Schütz2018-06-26
|
* idrisPackages.bi: 2018-01-17 -> 2018-06-25 (#42621)Silvan Mosberger2018-06-26
|
* Merge pull request #42628 from Synthetica9/atom-touchupxeji2018-06-26
|\ | | | | atom, atom-beta: nicer fix for #42618
| * atom, atom-beta: nicer fix for #42618Patrick Hilhorst2018-06-26
| | | | | | | | Supersedes #42622
| * Revert "atom-beta: fix build (#42622)"Patrick Hilhorst2018-06-26
| | | | | | | | This reverts commit 9e02afcd80043f57e193bdc0f31a7745ffd2164f.
* | albert: 0.14.15 -> 0.14.21 (#42626)Jon Banafato2018-06-26
| | | | | | | | | | Albert has a new release including several extensions and bug fixes. Additionally, this upgrade solves current QT build issues. See https://albertlauncher.github.io/news/ for the full changelog.
* | dwm-status: 0.5.1 -> 1.0.0 (#42624)Tobias Happ2018-06-26
|/
* Merge pull request #42052 from makefu/pkgs/python-forecastio/initRobert Schütz2018-06-26
|\ | | | | pythonPackages.python-forecastio: init at 1.4.0
| * home-assistant: regenerate component-packagesmakefu2018-06-26
| | | | | | | | adds python-forecastio to weather.darksky
| * pythonPackages.python-forecastio: init at 1.4.0makefu2018-06-26
| |
* | atom-beta: fix build (#42622)Tobias Happ2018-06-26
| |
* | agedu: init at 20180522.5b12791 (#42538)symphorien2018-06-26
| |
* | Merge pull request #42609 from uri-canva/bazel-darwin-fixMatthew Justin Bauer2018-06-26
|\ \ | | | | | | bazel: fix darwin
| * | bazel: fix darwinUri Baghin2018-06-26
| | |
* | | libsecurity_generic: fix apple_sdk lookupMatthew Justin Bauer2018-06-26
| | | | | | | | | apple_sdk is now multiple output.
* | | Merge pull request #42616 from dtzWill/fix/remove-unused-glibc-patchesxeji2018-06-26
|\ \ \ | | | | | | | | glibc: remove unused 2.26 patch series
| * | | glibc: remove unused 2.26 patch seriesWill Dietz2018-06-26
| | | |
* | | | Merge pull request #42586 from Ma27/phonon-qt5-by-defaultxeji2018-06-26
|\ \ \ \ | | | | | | | | | | phonon-backend-vlc: use qt5 by default
| * | | | tomahawk: mark as brokenMaximilian Bosch2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During `8d6502f8ca9` `phonon-backend-vlc` uses QT5 by default. Rather than fixing this it has been marked as broken as it's currently unmaintained (see c76ad476b0245c474c057b451ba6fec18e7f81f1) and broken since March (https://hydra.nixos.org/build/71873808). For now I've marked it as broken as the last *stable* release is from 2015 (see https://github.com/tomahawk-player/tomahawk/releases/tag/0.8.4).
| * | | | phonon-backend-vlc: use qt5 by defaultMaximilian Bosch2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `minitube` is currently broken transitively due to the broken `phonon-backend-qt4`: https://hydra.nixos.org/build/76523277 Although QT4 is fairly old, this package is still built with `qt4` ATM, however QT5 is available as well. After this change, QT5 will be built by default and in case anybody requires legacy QT4 it has to be enabled explicitly like this: ``` with import <nixpkgs> { }; phonon-backend-vlc.override { withQt4 = true; } ``` Now the QT5-only build can be used (which fixes `minitube`) and there are no confusions anymore with the build dependencies. Previously `phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by default which was likely responsible for broken `minitube`.
* | | | | Merge pull request #42567 from vbgl/ocaml-psmt2-frontendxeji2018-06-26
|\ \ \ \ \ | | | | | | | | | | | | ocamlPackages.psmt2-frontend: init at 0.1
| * | | | | ocamlPackages.psmt2-frontend: init at 0.1Vincent Laporte2018-06-25
| | | | | |
* | | | | | Merge pull request #42599 from obsidiansystems/xcodever-in-systemMatthew Justin Bauer2018-06-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | xcode: add xcodePlatform to system
| * | | | | | xcode: add xcodePlatform to systemMatthew Bauer2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This give us a little bit more control over what target we are using. Eventually we can target other things like WatchOS or MacOS.
* | | | | | | Merge pull request #42551 from vbgl/ocaml-re-1.7.3xeji2018-06-26
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | ocamlPackages.re: 1.7.1 -> 1.7.3
| * | | | | | ocamlPackages.bap: fix build with re-1.7.3Vincent Laporte2018-06-24
| | | | | | |
| * | | | | | ocamlPackages.re: 1.7.1 -> 1.7.3Vincent Laporte2018-06-24
| | | | | | |
* | | | | | | Merge pull request #42606 from pandaman64/qiskitFrederik Rietdijk2018-06-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | qiskit: fix build
| * | | | | | | qiskit: fix buildpandaman642018-06-26
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #42565 from Lassulus/liefxeji2018-06-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lief: init at 0.9.0
| * | | | | | | lief: init at 0.9.0lassulus2018-06-26
| | | | | | | |
* | | | | | | | Merge pull request #41876 from IvanMalison/addGitSyncxeji2018-06-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add git sync
| * | | | | | | | git-sync: move to gitAndTools.git-syncUli Baum2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By convention, git-related tools in nixpkgs are not added to the top level but bundled under gitAndTools.
| * | | | | | | | git-sync: init at 20151024Ivan Malison2018-06-12
| | | | | | | | |
* | | | | | | | | perlPackages: add meta.broken = true; (#42595)volth2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | mark old and unmaintained by upstream packages as broken
* | | | | | | | | perlPackages.MHonArc: fix build (#42593)volth2018-06-26
| | | | | | | | |
* | | | | | | | | perlPackages.PathTools: 3.47 -> 3.74 (#42591)volth2018-06-26
| | | | | | | | |
* | | | | | | | | Merge pull request #42587 from volth/patch-160xeji2018-06-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | perl-packages.nix: duplicate packages -> aliases
| * | | | | | | | | perl-packages.nix: duplicate packages -> aliasesvolth2018-06-25
| | | | | | | | | |
| * | | | | | | | | perl-packages.nix: duplicate packages -> aliasesvolth2018-06-25
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | wireguard: 0.0.20180613 -> 0.0.20180625Jörg Thalheim2018-06-26
| | | | | | | | |
* | | | | | | | | all-cabal-hashes: update snapshot to Hackage at 2018-06-22T09:51:25ZPeter Simons2018-06-26
| | | | | | | | |
* | | | | | | | | haskell-vector-sized: update override for the latest versionPeter Simons2018-06-26
| | | | | | | | |