Commit Graph

145725 Commits

Author SHA1 Message Date
Anderson Torres
394ef82451
Merge pull request #43210 from r-ryantm/auto-update/cherrytree
cherrytree: 0.38.4 -> 0.38.5
2018-07-10 22:50:29 -03:00
teh
17fe19f5bf pyre: init at 0.0.8 (#43212) 2018-07-11 01:20:17 +02:00
Vincent Laporte
60629ce2c5 ocamlPackages.xtmpl: 0.16.0 -> 0.17.0 (#43304) 2018-07-11 01:13:01 +02:00
R. RyanTM
1f7689f189 cfr: 0.130 -> 0.132 (#43215)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cfr/versions.

These checks were done:

- built on NixOS
- /nix/store/6yymrnh077nbg02mlpyiplqi0g8h3pwx-cfr-0.132/bin/cfr passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.132 with grep in /nix/store/6yymrnh077nbg02mlpyiplqi0g8h3pwx-cfr-0.132
- directory tree listing: https://gist.github.com/03397074385526106bce1680bfe6b8c9
- du listing: https://gist.github.com/c5ff1f69de44790159ee04282b1b3102
2018-07-11 01:07:26 +02:00
markuskowa
bceb0ee098 pstoedit: patch to ensure gs-9.22 compatibilty (#43280) 2018-07-11 00:58:06 +02:00
Jens Binkert
58eb085b66 terraform-provider-ibm: 0.10.0 -> 0.11.0 (#43299) 2018-07-11 00:44:47 +02:00
Uli Baum
7ac794f878 nixos/tests/taskserver: fix eval
Since IP address options were changed for 18.03, eval has failed with:
"The option `networking.interfaces.eth1.subnetMask' is used but not defined."
although this option is not used at all in nixos anymore.

The misleading error message seems to be generated from evaluating warnings
for `mkRemovedOptionModule ["subnetMask"]` which apparently broke here
when this test inherited network.interfaces from one VM config to another.

Cc: @aszlig
2018-07-11 00:27:06 +02:00
lewo
3c9f3a867e
Merge pull request #43248 from leenaars/spoofer
spoofer: init at 1.3.2
2018-07-10 23:32:07 +02:00
lewo
2f71c99fd4
Merge pull request #43301 from leviking/update-hamachi-version
logmein-hamachi 2.1.0.174 -> 2.1.0.198
2018-07-10 23:30:20 +02:00
levi
1ab2a98b7f logmein-hamachi: 2.1.0.174 -> 2.1.0.198 2018-07-10 21:20:47 +00:00
Daiderd Jordan
46cbd442e1
Merge pull request #43290 from orivej/qt
qt511.qtbase: fix darwin build
2018-07-10 23:12:18 +02:00
Patrick Hilhorst
6fc62a4deb julia: 0.6.2 -> 0.6.4 2018-07-10 21:05:07 +00:00
Silvan Mosberger
c5f9cd4cde
Merge pull request #43184 from r-ryantm/auto-update/mkdocs
mkdocs: 0.17.4 -> 0.17.5
2018-07-10 21:54:40 +02:00
Peter Simons
ef967e2a40 hackage2nix: cosmetic (avoid use of tabs) 2018-07-10 21:49:18 +02:00
Peter Simons
a5e6bdd900
Merge pull request #43303 from dtzWill/fix/ghc-861-llvm-version
ghc861: use llvm6 so we're using supported LLVM version
2018-07-10 21:44:38 +02:00
Will Dietz
b95e7b1954 ghc861: use llvm6 so we're using supported LLVM version
Otherwise complains that LLVM version used is unsupported
and that LLVM 6.0 is the only supported version.

So, let's use it! :)
2018-07-10 14:26:43 -05:00
Silvan Mosberger
74f81cfed9
Merge pull request #43188 from r-ryantm/auto-update/libdwarf
libdwarf: 20180129 -> 20180527
2018-07-10 21:15:46 +02:00
Silvan Mosberger
82b90249cd
Merge pull request #43194 from r-ryantm/auto-update/http-prompt
http-prompt: 0.11.1 -> 0.11.2
2018-07-10 20:33:12 +02:00
Peter Simons
0b0696f4ac haskell-stack: jailbreak to fix the build 2018-07-10 20:10:27 +02:00
Domen Kožar
d3a7439722 haskell-servant-swagger: disable tests until next release 2018-07-10 20:10:27 +02:00
Domen Kožar
7c35b1a006 haskell-amazonka: no need for overrides 2018-07-10 20:10:27 +02:00
Domen Kožar
b039854de1 haskell-lzma: dontCheck 2018-07-10 20:10:27 +02:00
Peter Simons
b49693a0fa haskell-taffybar: drop duplicate override for strictDeps 2018-07-10 20:10:27 +02:00
Peter Simons
e36fcd28a2 cabal2nix: help the regression test suite locate the cabal2nix binary 2018-07-10 20:10:27 +02:00
Peter Simons
1397830470 structured-haskell-mode: fix build with LTS 12.x 2018-07-10 20:10:27 +02:00
Peter Simons
dcd037c14a git-annex: fix the build in LTS 12.x
git-annex depends on 'esqueleto', which is not actively maintained. As a
result, 'esqueleto' fails to compile with recent versions of 'persistent',
which in turns requires us to link with old versions of 'conduit' and so on and
so forth. It's a disaster. I wasted several hours of my life trying to make
that build work, but eventually I gave up and dropped support for S3 and for
the Web app from git-annex to get rid of the most problematic dependencies.
That reduced version of git-annex is still difficult enough to compile, but at
least it's possible.
2018-07-10 20:10:27 +02:00
Peter Simons
1cc53afdd2 haskell-xmonad-contrib: apply patches to fix the build 2018-07-10 20:10:27 +02:00
Peter Simons
0c45d331c7 haskell-xmobar: build with older versions of its dependencies 2018-07-10 20:10:27 +02:00
Peter Simons
279287a91c haskell-haddock-library: jailbreak and disable test suite to fix the build 2018-07-10 20:10:26 +02:00
Peter Simons
1cc37b2947 haskell-tree-diff: jailbreak to fix the build 2018-07-10 20:10:26 +02:00
Peter Simons
f73baa30f3 haskell-odpic-raw: can't compile this package on Hydra because of unfree dependencies 2018-07-10 20:10:26 +02:00
Peter Simons
62239af3ee haskell-manifolds: break infinite recursion in test suite dependencies 2018-07-10 20:10:26 +02:00
Peter Simons
1096d95c84 haskell-hledger: drop obsolete overrides for ghc-8.2.x 2018-07-10 20:10:26 +02:00
Peter Simons
a711d4342f Update Haskell overrides for lts-12.x. 2018-07-10 20:10:26 +02:00
Peter Simons
444404fc4a hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix 2.9.3-3-ge82312f from Hackage revision
386d91ec32.
2018-07-10 20:10:26 +02:00
Peter Simons
6ad292424a hackage2nix: update list of broken Hydra builds 2018-07-10 20:10:18 +02:00
Peter Simons
32bd0c4f50 hackage2nix: xmobar-0.26 needs old versions of dbus and hinotify to compile 2018-07-10 20:10:18 +02:00
Peter Simons
69cd09f8fb Switch default Haskell package set to LTS-12.x and GHC 8.4.3.
We are at LTS Haskell 12.0.
2018-07-10 20:10:18 +02:00
mulderr
b8561e3e20 odpic: 2.4.0 -> 2.4.2 (#43295) 2018-07-10 19:54:27 +02:00
Joachim Fasting
044653e047
dnscrypt-proxy2: meta.description nit 2018-07-10 19:45:34 +02:00
wayne
dae9cf6106 dnscrypt-proxy2: init at 2.0.15 2018-07-10 17:31:08 +00:00
Peter Simons
ff478794fd
Merge pull request #43287 from iimog/fix-rhdf5lib
rPackages.rhdf5: fix installation
2018-07-10 19:00:24 +02:00
Silvan Mosberger
7ef42d56dc
Merge pull request #43189 from r-ryantm/auto-update/jgmenu
jgmenu: 1.0 -> 1.1
2018-07-10 17:42:00 +02:00
Silvan Mosberger
048133b52b
Merge pull request #43195 from r-ryantm/auto-update/hwdata
hwdata: 0.312 -> 0.313
2018-07-10 17:39:33 +02:00
adisbladis
94791ef99c
Merge pull request #43288 from bkchr/systemsettings_desktop
plasma-workspace: Add patch for missing systemmonitor exec line
2018-07-10 23:33:18 +08:00
Orivej Desh
bbca5042ac qt511.qtbase: fix darwin build
Qt 5.11.1 replaced one occurrence of NSMouseMoved with NSEventTypeMouseMoved:
da32360ffc.

It is not available in AppKit from macOS 10.10, therefore this change restores
NSMouseMoved: https://developer.apple.com/documentation/appkit/nsmousemoved

Closes #43258
2018-07-10 15:27:17 +00:00
xeji
2f4f631b6a
Merge pull request #43244 from bricewge/drone-cli
drone-cli: add package
2018-07-10 17:23:27 +02:00
Bastian Köcher
bdc1e3a01a plasma-workspace: Add patch for missing systemmonitor exec line 2018-07-10 16:53:12 +02:00
Markus Ankenbrand
89f44c1314 rPackages.rhdf5: fix installation
Fix #43285
2018-07-10 16:38:11 +02:00
Matthew Bauer
11e8ecf581
Merge pull request #43274 from bkchr/android_ndk_callpackage
androidndk: Use `callPackage` to support overriding the `fullNdk` option
2018-07-10 10:32:50 -04:00