Commit graph

243957 commits

Author SHA1 Message Date
Malte Brandy ae73fa0d56 haskellPackages.ghc.withPackages: Remove obsolete ghcide wrapper 2020-09-18 21:50:29 +02:00
Malte Brandy 59617bc142 haskellPackages.ghcide: Fix build 2020-09-18 21:50:29 +02:00
Kai Harries f40afea417 haskellPackages.sbv: fix tests
By patching paths of the external provers and excluding not available
provers from the test.

ZHF: #97479
2020-09-18 21:50:29 +02:00
Peter Simons eb523e8663 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-17-g25ee725 from Hackage revision
2f8dc088ed.
2020-09-18 21:50:22 +02:00
Peter Simons 0be74333d0 hackage2nix: disable failing builds to fix evaluation on Hydra 2020-09-18 21:49:11 +02:00
Peter Simons e2b99c074a LTS Haskell 16.15 2020-09-18 21:49:11 +02:00
Zach Coyle 93fd4b5c6c vimPlugins.vim-nerdtree-syntax-highlight: init at 2020-07-19 2020-09-18 10:00:41 -07:00
Zach Coyle aa49a71159 vimPlugins: update 2020-09-18 10:00:41 -07:00
William Kral 6a4e785931 python3Packages.word2vec: fix build and tests 2020-09-18 09:59:14 -07:00
William Kral 5f0f2b85cb python3Packages.requests-aws4auth: fix build 2020-09-18 09:57:56 -07:00
Martin Povišer 20472523e7 python3.pkgs.cartopy: 0.17 -> 0.18
Fixes build. Formerly cartopy tests were failing, likely since update of
matplotlib to 3.3.0.
2020-09-18 09:50:57 -07:00
freezeboy e3c1b8782a python3Packages.fluent-logger: relax version for msgpack
Also add imports tests as we can't do more using the pip release
2020-09-18 09:50:11 -07:00
Diego Pontoriero cfb9acad8a
gopls: 0.4.4 -> 0.5.0 (#98182) 2020-09-18 18:28:49 +02:00
Maximilian Bosch 03bf0401fd
Merge pull request #98215 from gebner/blender290
blender: 2.83.5 -> 2.90.0
2020-09-18 18:24:59 +02:00
Maximilian Bosch 05f5001c7c
Merge pull request #98099 from evanjs/postman/7.32.0
postman: 7.31.1 -> 7.32.0
2020-09-18 17:45:12 +02:00
Marek Mahut 52532b7c36
Merge pull request #91256 from prusnak/seeks
seeks: remove, upstream unmaintained
2020-09-18 16:32:33 +02:00
Marek Mahut 8e1a41d63e
Merge pull request #94439 from prusnak/gomp
gomp: init at 1.1.0
2020-09-18 16:31:50 +02:00
lewo ece86ab992
Merge pull request #98036 from nlewo/add-patch-package
nodePackages.patch-package: init at 6.2.2
2020-09-18 16:30:45 +02:00
Marek Mahut 5515d94f08
Merge pull request #98095 from eyJhb/scrot-1.4
scrot: 1.3 -> 1.4
2020-09-18 16:25:12 +02:00
Marek Mahut 751779af38
Merge pull request #96374 from prusnak/snowsql
snowsql: 1.2.5 -> 1.2.9
2020-09-18 16:23:06 +02:00
Marek Mahut 3f95e9b51d
Merge pull request #96629 from prusnak/i2pd
i2pd: 2.32.1 -> 2.33.0
2020-09-18 16:20:39 +02:00
Gabriel Ebner 6b74f99abd blender: 2.83.5 -> 2.90.0 2020-09-18 15:19:57 +02:00
Gabriel Ebner 524755d323 embree: init at 3.11.0 2020-09-18 15:17:23 +02:00
Antoine Eiche c56e8e73de nodePackages.patch-package: init at 6.2.2
Note this also updates all node packages.
2020-09-18 15:10:27 +02:00
ajs124 61d75820cc
Merge pull request #98125 from helsinki-systems/drop/sky
sky: drop
2020-09-18 15:09:21 +02:00
Tim Steinbach deea9b8a4a
linux/hardened/patches/5.8: 5.8.9.a -> 5.8.10.a 2020-09-18 08:15:40 -04:00
Dennis Gosnell 47ee595790
Merge pull request #98207 from NobbZ/exercism-maintainer
exercism: Add NobbZ as maintainer
2020-09-18 20:27:16 +09:00
Emery Hemingway d85114062a trojita: disable withI18n by default
The translation sources are too massive to reliably build.
2020-09-18 12:56:20 +02:00
aszlig 948d828955
uqm: Fix purity checking error during config phase
Since commit fb777be7d2, linking programs
in /tmp will no longer work, since with this commit (hardcoded) /tmp
will no longer be treated a valid temporary directory by the purity
checking logic.

Essentially what that logic does is checking whether the link target is
either relative, in some temporary directory or in the Nix store and if
that's not the case, an error is thrown like in this case:

  gcc -c /tmp/build.24.tmp.c -o /tmp/build.24.tmp.c.o
  gcc /tmp/build.24.tmp.c.o -o /tmp/build.24.tmp.out
  impure path `/tmp/build.24.tmp.out' used in link
  collect2: error: ld returned 1 exit status

Note here, that $TMP and $TMPDIR point to /build while the output here
still refers to /tmp. This is because the custom build system of uqm
simply hardcodes /tmp and doesn't honor any of these variables.

To fix this, all we need to do is the latter and we're now using $TMPDIR
instead of /tmp for these compile-tests during configure.

While the pull request[1] introducing said commit has a few comments
regarding other issues and it could still be either reverted or changed,
using $TMPDIR in the uqm build script is entirely backwards-compatible
and shouldn't hurt in any case.

[1]: https://github.com/NixOS/nixpkgs/pull/93560

Signed-off-by: aszlig <aszlig@nix.build>
2020-09-18 12:33:03 +02:00
Orivej Desh 19f7f150a4 solfege: fix build with texinfo 6.7
makeinfo seems right to fail when input encoding is not declared and is not UTF-8.

texinfo was updated in #95910.
2020-09-18 10:21:24 +00:00
Norbert Melzer 76e3103b7a exercism: Add NobbZ as maintainer 2020-09-18 12:02:47 +02:00
Norbert Melzer 6dccacd319 maintainers: Add NobbZ as a maintainer 2020-09-18 11:53:11 +02:00
Jacek Galowicz 0c1807e3e2
Merge pull request #97981 from VirtusLab/git-machete-2.15.5
gitAndTools.git-machete: 2.15.4 -> 2.15.5
2020-09-18 10:06:55 +02:00
Julian Stecklina 5fa0612d85 cpuid: init at 20200427
cpuid is a tool to describe x86 CPU features. This is useful for
people doing low-level software development.
2020-09-18 09:23:14 +02:00
Vladimír Čunát 68c436b0cc
Merge branch 'staging-next' 2020-09-18 08:12:47 +02:00
Mario Rodas 72b9660dc1
_3270font: 2.0.4 -> 2.1.0 (#98156)
https://github.com/rbanffy/3270font/releases/tag/v.2.1.0
2020-09-17 19:00:53 -05:00
Doron Behar 1ae3671fdb
Merge pull request #98152 from doronbehar/pkg/gnomeExtensions/gsconnect
gnomeExtensions.gsconnect: 39 -> 41
2020-09-18 02:04:25 +03:00
Robert Scott 5df26febad
Merge pull request #98149 from povik/povik/libiio-py3-fix
python3.pkgs.libiio: fix build
2020-09-17 23:41:52 +01:00
Vladimír Čunát 638c8cb2d5
Merge #97599: bcachefs*: update 2020-09-17 23:20:33 +02:00
Lassulus 6bc58262d1
Merge pull request #96931 from asbachb/update-netbeans
netbeans: 12.0 -> 12.1
2020-09-17 22:36:38 +02:00
Vladimír Čunát d347b85c02
linuxPackages.exfat-nofuse: lazier assertion (/cc #97577)
I'm not sure what happens exactly.  I suspect some construct like mkIf
pushing into boot.kernelPackages contents and tripping on the assertion.
2020-09-17 22:32:43 +02:00
Anderson Torres d50881ea95
Merge pull request #87912 from loewenheim/calibre-server
services/calibre-server: Allow multiple libraries, add "user" and "group" options
2020-09-17 17:07:01 -03:00
Lassulus b19f6797f6
Merge pull request #97018 from evils/openocd
openocd: 0.10.0 -> 2020-09-02
2020-09-17 21:49:02 +02:00
Lassulus 1ab2364f00
Merge pull request #97037 from IvarWithoutBones/crcpp
crcpp: init at 1.0.1.0
2020-09-17 21:38:37 +02:00
Vladimír Čunát ff65a4f304
Merge #97577: linuxPackages.exfat-nofuse: 2019-09-06 -> 2020-04-15 2020-09-17 21:23:27 +02:00
Robert Helgesson 3584644092
cloc: 1.86 -> 1.88 2020-09-17 21:13:43 +02:00
Lassulus 60996fa762
Merge pull request #97085 from r-ryantm/auto-update/checksec
checksec: 2.2.2 -> 2.2.3
2020-09-17 21:13:21 +02:00
Lassulus ec3ea93a95
Merge pull request #97088 from r-ryantm/auto-update/checkstyle
checkstyle: 8.35 -> 8.36
2020-09-17 21:09:15 +02:00
Lassulus ba7bf293e1
Merge pull request #97090 from r-ryantm/auto-update/clevis
clevis: 13 -> 14
2020-09-17 21:04:51 +02:00
John Ericson d30161b2d9
Merge pull request #96693 from jmininger/jam@fix-adobe-reader
adobe-reader: add gkd-pixbuf-xlib based on issue: #96683
2020-09-17 14:58:21 -04:00