Commit graph

213976 commits

Author SHA1 Message Date
rnhmjoj 270a1e4f8a
unscii: cleanup and split outputs
The font is very large and duplicated across many formats, some of
which cannot be compressed, like `.hex` or `.svg`.
For normal use (eg. X11, GTK applications) these formats are not
necessary, so they are moved to another output reducing the default
closure size.
2020-02-17 11:57:28 +01:00
Bas van Dijk 4e0a6bc4be symlinkJoin: fix "bash: Argument list too long" error
When the `paths` argument is too big `symlinkJoin` will fail with:

```
while setting up the build environment: executing '/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash': Argument list too long
```

This is fixed by passing `paths` as a file instead of as an
environment variable.
2020-02-17 11:45:44 +01:00
goibhniu fc592a52ca
Merge pull request #80318 from vandenoever/sv
sonic-visualiser
2020-02-17 09:51:51 +00:00
Benjamin Hipple 5ef4af7afc
doomseeker: add qt wrapper, cleanup (#79794)
This avoids using NIX_CFLAGS_COMPILE by switching to hardeningDisable.
The hack is also only needed for darwin sources and is not specific to
clang.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-17 04:50:44 -05:00
Mario Rodas d9a19e97cb
ytop: 0.4.0 -> 0.5.1 2020-02-17 04:20:00 -05:00
Mario Rodas f8e031b298
circleci-cli: 0.1.5879 -> 0.1.6072 2020-02-17 04:20:00 -05:00
rnhmjoj d7bc3a7534
tests: fix more loaOf deprecation warnings 2020-02-17 09:57:35 +01:00
Silvan Mosberger cfc21ad059
Revert "haskell generic-builder: fix Darwin regression for lmdb"
This reverts commit 8c58c44aae.

This causes a mass rebuild and should go to staging instead before
master
2020-02-17 09:36:53 +01:00
Michele Guerini Rocco 497c0a43a5
Merge pull request #80333 from cole-h/fish-foreign-env
fish-foreign-env: update stderr redirection in patch
2020-02-17 09:22:34 +01:00
Daniel Schaefer 940a133246
Merge pull request #80158 from r-ryantm/auto-update/avocode
avocode: 4.2.2 -> 4.3.0
2020-02-17 09:07:12 +01:00
Silvan Mosberger b7bf4ce8ee
Merge pull request #80191 from simonchatts/lmdb
haskell generic-builder: fix Darwin regression for lmdb
2020-02-17 08:52:23 +01:00
Cole Helbling e718c3a685
iosevka: don't show build progress
The node progress "bar" looks like crap when using `nix-build`. Redirect
the infinite scrolling screen to `/dev/null` to calm the output down.
Errors will still print because stderr isn't redirected.
2020-02-16 23:45:35 -08:00
Cole Helbling 2721f9d549
fish-foreign-env: update stderr redirection in patch
Caret stderr redirection has been deprecated and will be removed in a
future version.
2020-02-16 23:29:02 -08:00
Maximilian Bosch ed944d4cee
nextcloud-client: 2.6.2 -> 2.6.3
https://github.com/nextcloud/desktop/releases/tag/v2.6.3
2020-02-17 07:47:15 +01:00
Maximilian Bosch 52981cedfd
mautrix-whatsapp: 2020-01-12 -> 2020-02-09 2020-02-17 07:47:14 +01:00
R. RyanTM 7996935668 libsixel: 1.8.4 -> 1.8.6 2020-02-16 19:55:15 -08:00
Nikolay Korotkiy 7855afeef7 mbutil: init at 0.3.0 2020-02-16 19:41:02 -08:00
Thomas Tuegel 72155667ae
Merge pull request #79908 from bkchr/bkchr-fix-kde-pim-runtime
kdepim-runtime: Remove obsolete patch to fix compilation
2020-02-16 21:19:25 -06:00
Farkas, Arnold 78c147c164 pythonPackages.vertica-python: init at 0.10.2 2020-02-16 19:14:05 -08:00
Drew Risinger c71f63a337 ecos: 2.0.6 -> 2.0.7
Bump ecos module.
2020-02-16 19:12:52 -08:00
Drew Risinger f0d53bd6f9 pythonPackages.docloud: init at 1.0.375
The IBM Decision Optimization on Cloud Python client.

Requirement of docplex, which is a dependency of qiskit-aqua.
2020-02-16 19:12:40 -08:00
Jon d6e1193d39 pythonPackages.seqdiag: disable python2
No longer supported upstream
```
  ERROR: Package 'seqdiag' requires a different Python: 2.7.17 not in '>=3.5'
```
2020-02-16 19:11:11 -08:00
R. RyanTM d186c7f1c7 seqdiag: 0.9.6 -> 2.0.0 2020-02-16 19:11:11 -08:00
Jonathan Ringer 46a93a7fdb expect: use postPatch for stty patch 2020-02-16 18:39:07 -08:00
nyanloutre 419d0ad370 jftui: init at 0.2.2 2020-02-16 18:37:56 -08:00
Mario Rodas 1d6d9d9850
Merge pull request #80219 from bhipple/u/rust-cargo-xidlehook
xidlehook: fix build by migrating off legacy fetchCargo
2020-02-16 20:48:35 -05:00
Mario Rodas 664b20ecd5
Merge pull request #80283 from Frostman/restic-go-latest
restic: switch to default go compiler
2020-02-16 20:06:11 -05:00
Eric Dallo a0cd12263e
Add my githubId 2020-02-16 21:50:30 -03:00
rnhmjoj c23db52a65
unifont: generate otb and split output 2020-02-17 01:08:47 +01:00
Benjamin Asbach b87e7d00f3 openjdk8: 8u222b10 -> 8u242b08 2020-02-17 01:06:45 +01:00
Bas van Dijk b30dc0ff89 expect: patch configure after the autoreconf phase, not before it
Fixes: #79863
2020-02-16 15:46:01 -08:00
Orivej Desh 10af1a139b qtads: 2.1.99.2019-04-12 -> 3.0.0 2020-02-16 23:39:18 +00:00
Mario Rodas a05d11a95a
Merge pull request #77418 from marsam/init-gitAndTools.git-filter-repo
gitAndTools.git-filter-repo: init at 2.24.0
2020-02-16 18:26:46 -05:00
Maximilian Bosch 7957f43b6a
youtube-dl: 2020.01.24 -> 2020.02.16
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.02.16
2020-02-17 00:13:05 +01:00
Jos van den Oever 528e27b33c sonic-visualiser: 2.4.1 -> 4.0.1
The program is no longer broken.
2020-02-16 23:52:24 +01:00
Jos van den Oever eb1ffda13c libfishsound at 1.0.0 2020-02-16 23:47:44 +01:00
Artemis Tosini 21bfc57dd9 tinyprog: fix pkg_resources crash 2020-02-16 23:30:56 +01:00
James Cook b0a26b3b52 Remove myself as maintainer.
I'm not really that familiar with these two packages.
2020-02-16 22:15:39 +00:00
Léo Gaspard 79e1b3ddb5
Merge pull request #80304 from bhipple/u/rust-cargo-todiff
todiff: upgrade cargo fetcher and cargoSha256
2020-02-16 23:14:09 +01:00
Benjamin Hipple 0504571874 xsv: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:57:54 -05:00
Benjamin Hipple ac27726278 rnix-lsp: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:57:41 -05:00
Benjamin Hipple 8f818022a6 sd: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:54:39 -05:00
Benjamin Hipple 93da4c8485 scaff: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:54:18 -05:00
Benjamin Hipple 9f8b5e80ee ytop: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:51:53 -05:00
Benjamin Hipple a1927899f7 rq: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:49:11 -05:00
Benjamin Hipple c917e7cbc6 amber: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:48:38 -05:00
Benjamin Hipple f4195e6a6b ruplacer: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:45:14 -05:00
Benjamin Hipple c87fa84f3d just: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:43:44 -05:00
Benjamin Hipple f31c9a0414 mq-cli: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:42:57 -05:00
Benjamin Hipple 93aadd5f4a todiff: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:40:35 -05:00