summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | | | | 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
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add imalison maintainerIvan Malison2018-06-11
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | haskell-doctest: update override for ghc-8.4.x to latest versionPeter Simons2018-06-26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/31a9e4f9aeda116ca917bae59082d98a92f475aa.
* | | | | | | | | | | | | | | nixos/strongswan-swanctl: Fix build of manualaszlig2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 401370287a9b74fc18539fe9c0bdc7ac9df9cf22 introduced a small error where the closing tag of <literal/> was an opening tag instead. Signed-off-by: aszlig <aszlig@nix.build> Cc: @basvandijk, @xeji
* | | | | | | | | | | | | | | libpfm: 4.10.0 -> 4.10.1 (#42489)R. RyanTM2018-06-26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #42589 from TimPut/openmvgbuildfixFranz Pletz2018-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | openmvg: 1.1 -> 1.3
| * | | | | | | | | | | | | | add timput to maintainerstim put2018-06-25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | openmvg: 1.1 -> 1.3tim put2018-06-25
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | urh: 2.1.0 -> 2.1.1R. RyanTM2018-06-26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | xmrig-proxy: 2.6.2 -> 2.6.3R. RyanTM2018-06-26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | syslogng: 3.15.1 -> 3.16.1R. RyanTM2018-06-26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | neomutt: 20180512 -> 20180622R. RyanTM2018-06-26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | mbedtls: 2.10.0 -> 2.11.0R. RyanTM2018-06-26
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | hwinfo: 21.53 -> 21.55R. RyanTM2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hwinfo/versions. These checks were done: - built on NixOS - /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/hwinfo passed the binary check. - /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/check_hd passed the binary check. - Warning: no invocation of /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/mk_isdnhwdb had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/convert_hd had a zero exit code or showed the expected version - /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/getsysinfo passed the binary check. - 3 of 5 passed binary check by having a zero exit code. - 1 of 5 passed binary check by having the new version present in output. - found 21.55 with grep in /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55 - directory tree listing: https://gist.github.com/75d50331352f1d07e8c3bb5ed608c696 - du listing: https://gist.github.com/91d956e9c9e9765872e9d3c7f33d72f0
* | | | | | | | | | | | | | | Merge pull request #42516 from repos-holder/masterFranz Pletz2018-06-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nvidia-x11: pass kernel.modDirVersion
| * | | | | | | | | | | | | | | nvidia-x11: pass kernel.modDirVersiondukzcry2018-06-24
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #42399 from obsidiansystems/xcodever-in-systemMatthew Justin Bauer2018-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | xcode: add xcodeVer to system
| * | | | | | | | | | | | | | | xcode: add xcodeVer to systemMatthew Bauer2018-06-25
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version number controls which xcode version to use when building cross to iOS.
* | | | | | | | | | | | | | | linux: 4.18-rc1 -> 4.18-rc2Tim Steinbach2018-06-25
| | | | | | | | | | | | | | |