Commit graph

144493 commits

Author SHA1 Message Date
Matthew Bauer 161414063f treewide: use killall 2018-06-27 16:47:21 -04:00
Matthew Bauer bceb29f177 unixtools: add killall 2018-06-27 16:45:52 -04:00
Matthew Bauer c672e37f4a xcbuild: rework to use lib.PLIST
This is a good way to test that plist works.

Sorry for the large diff. There are a bunch of cleanups in here that
needed to be done. Should make it possible to use in cross
compilation.
2018-06-27 15:36:00 -04:00
Matthew Bauer 3210dd3039 generators: add PLIST handling
/cc @LnL7 @3noch
2018-06-27 15:35:07 -04:00
Matthew Bauer f194659ddb trivial-builders: disallow sub in requireFile
The requireFile call was being substituted from the binary cache. We
do not want this to happen as the user needs to download the file
themselves.
2018-06-26 21:49:08 -04:00
Matthew Bauer e01db49bfa ghcjs-ng: Move to $out/lib/ghcjs-8.4
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
2018-06-26 17:43:58 -04:00
Ivan Malison c5cb7e550e pasystray: add libappindicator-gtk3 for appindicator support (#42184) 2018-06-26 22:47:34 +02:00
Robert Schütz 44b790fc6f home-assistant: 0.72.0 -> 0.72.1 2018-06-26 22:36:42 +02:00
Silvan Mosberger ebc7d20190 idrisPackages.bi: 2018-01-17 -> 2018-06-25 (#42621) 2018-06-26 22:14:17 +02:00
xeji d45fe1530f
Merge pull request #42628 from Synthetica9/atom-touchup
atom, atom-beta: nicer fix for #42618
2018-06-26 22:04:04 +02:00
Jon Banafato aeb401d9c6 albert: 0.14.15 -> 0.14.21 (#42626)
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.
2018-06-26 21:56:47 +02:00
Tobias Happ 661c8f37c9 dwm-status: 0.5.1 -> 1.0.0 (#42624) 2018-06-26 21:29:18 +02:00
Patrick Hilhorst 9b69d5efd1
atom, atom-beta: nicer fix for #42618
Supersedes #42622
2018-06-26 21:04:01 +02:00
Patrick Hilhorst 6f732f6560
Revert "atom-beta: fix build (#42622)"
This reverts commit 9e02afcd80.
2018-06-26 20:54:42 +02:00
Robert Schütz 352995d79b
Merge pull request #42052 from makefu/pkgs/python-forecastio/init
pythonPackages.python-forecastio: init at 1.4.0
2018-06-26 20:22:38 +02:00
Tobias Happ 9e02afcd80 atom-beta: fix build (#42622) 2018-06-26 20:22:15 +02:00
symphorien d85aae2323 agedu: init at 20180522.5b12791 (#42538) 2018-06-26 20:06:16 +02:00
Matthew Justin Bauer 52e6042b99
Merge pull request #42609 from uri-canva/bazel-darwin-fix
bazel: fix darwin
2018-06-26 13:40:50 -04:00
Matthew Justin Bauer fe9f4abec2
libsecurity_generic: fix apple_sdk lookup
apple_sdk is now multiple output.
2018-06-26 13:25:06 -04:00
xeji a9131a1395
Merge pull request #42616 from dtzWill/fix/remove-unused-glibc-patches
glibc: remove unused 2.26 patch series
2018-06-26 18:36:27 +02:00
makefu 5db01c5243
home-assistant: regenerate component-packages
adds python-forecastio to weather.darksky
2018-06-26 18:35:40 +02:00
makefu ecac42bd87
pythonPackages.python-forecastio: init at 1.4.0 2018-06-26 18:35:04 +02:00
xeji 6c0427e8ec
Merge pull request #42586 from Ma27/phonon-qt5-by-default
phonon-backend-vlc: use qt5 by default
2018-06-26 18:26:14 +02:00
Will Dietz d5de4a2529 glibc: remove unused 2.26 patch series 2018-06-26 10:42:06 -05:00
Maximilian Bosch d856022792
tomahawk: mark as broken
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 c76ad476b0)
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).
2018-06-26 17:35:05 +02:00
Maximilian Bosch 8d6502f8ca
phonon-backend-vlc: use qt5 by default
`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`.
2018-06-26 17:34:34 +02:00
xeji a627399a84
Merge pull request #42567 from vbgl/ocaml-psmt2-frontend
ocamlPackages.psmt2-frontend: init at 0.1
2018-06-26 17:00:37 +02:00
Matthew Justin Bauer e4d9ce9061
Merge pull request #42599 from obsidiansystems/xcodever-in-system
xcode: add xcodePlatform to system
2018-06-26 10:56:57 -04:00
xeji 9c5b6bb814
Merge pull request #42551 from vbgl/ocaml-re-1.7.3
ocamlPackages.re: 1.7.1 -> 1.7.3
2018-06-26 16:50:54 +02:00
Frederik Rietdijk fc66a3dc88
Merge pull request #42606 from pandaman64/qiskit
qiskit: fix build
2018-06-26 16:41:00 +02:00
xeji 191c42d6ca
Merge pull request #42565 from Lassulus/lief
lief: init at 0.9.0
2018-06-26 15:50:58 +02:00
xeji b8ad7ec94b
Merge pull request #41876 from IvanMalison/addGitSync
Add git sync
2018-06-26 13:06:49 +02:00
Uli Baum 19ce96584a git-sync: move to gitAndTools.git-sync
By convention, git-related tools in nixpkgs are not added to
the top level but bundled under gitAndTools.
2018-06-26 12:33:18 +02:00
volth ea946b0611 perlPackages: add meta.broken = true; (#42595)
mark old and unmaintained by upstream packages as broken
2018-06-26 12:12:14 +02:00
volth f51c256314 perlPackages.MHonArc: fix build (#42593) 2018-06-26 12:09:22 +02:00
volth 9f220ebf76 perlPackages.PathTools: 3.47 -> 3.74 (#42591) 2018-06-26 12:08:44 +02:00
xeji bf68e93cfb
Merge pull request #42587 from volth/patch-160
perl-packages.nix: duplicate packages -> aliases
2018-06-26 12:07:21 +02:00
Jörg Thalheim 501704b13c wireguard: 0.0.20180613 -> 0.0.20180625 2018-06-26 10:22:19 +01:00
Peter Simons 1b3111e436 all-cabal-hashes: update snapshot to Hackage at 2018-06-22T09:51:25Z 2018-06-26 10:12:28 +02:00
Peter Simons fb9f0ebc9a haskell-vector-sized: update override for the latest version 2018-06-26 10:12:28 +02:00
Peter Simons 48e1d7837a haskell-doctest: update override for ghc-8.4.x to latest version 2018-06-26 10:12:28 +02:00
Peter Simons db319effa0 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9.2-23-g7ccbd66 from Hackage revision
31a9e4f9ae.
2018-06-26 10:12:29 +02:00
aszlig a346f153b5
nixos/strongswan-swanctl: Fix build of manual
Commit 401370287a 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
2018-06-26 10:02:07 +02:00
Uri Baghin 6b6ccebc6f bazel: fix darwin 2018-06-26 17:58:33 +10:00
pandaman64 3a2e601efd qiskit: fix build 2018-06-26 16:55:08 +09:00
R. RyanTM 41c05a72a7 libpfm: 4.10.0 -> 4.10.1 (#42489) 2018-06-26 07:02:31 +00:00
Franz Pletz a26c600252
Merge pull request #42589 from TimPut/openmvgbuildfix
openmvg: 1.1 -> 1.3
2018-06-26 07:02:02 +00:00
R. RyanTM ccca30790b urh: 2.1.0 -> 2.1.1 2018-06-26 05:42:49 +00:00
R. RyanTM f13dd0ee3e xmrig-proxy: 2.6.2 -> 2.6.3 2018-06-26 05:42:12 +00:00
R. RyanTM 065200f0b1 syslogng: 3.15.1 -> 3.16.1 2018-06-26 05:41:30 +00:00