Commit Graph

217060 Commits

Author SHA1 Message Date
oxalica
7bd19e7a25
nix-prefetch: fix compatibility with nixUnstable again 2020-09-21 20:19:46 +08:00
WilliButz
087fe53de8
Merge pull request #98374 from knedlsepp/fix-nvtop
nvtop: Make independent of Nvidia driver version
2020-09-21 13:36:52 +02:00
Mario Rodas
7df8809714
Merge pull request #98346 from dawidsowa/gallery-dl
gallery-dl: 1.14.5 -> 1.15.0
2020-09-21 06:28:25 -05:00
Mario Rodas
884d22f491
Merge pull request #98364 from jbedo/singularity
singularity: 3.6.2 -> 3.6.3
2020-09-21 06:27:33 -05:00
Mario Rodas
1c31e69762
Merge pull request #98367 from marsam/update-shadowsocks-rust
shadowsocks-rust: 1.8.17 -> 1.8.18
2020-09-21 06:26:27 -05:00
Mario Rodas
5df60eda72
Merge pull request #98360 from r-burns/liboping
liboping: fix build on Darwin
2020-09-21 06:23:06 -05:00
Doron Behar
f6ee70d3ea
Merge pull request #91745 from austinbutler/beets-plugin-extrafiles
beets: add extrafiles plugin
2020-09-21 11:52:53 +03:00
Peter Simons
cc2982b79b untrunc: update to latest git version 2020-09-21 10:11:42 +02:00
Doron Behar
20bd6dd45d
Merge pull request #98204 from charvp/pr/init-bluej 2020-09-21 11:10:55 +03:00
Théo Zimmermann
0bbeca2ff9 ocamlPackages.zarith: 1.9 -> 1.10 2020-09-21 09:55:33 +02:00
Austin Butler
5d365404ac beets: add extrafiles plugin 2020-09-21 10:33:10 +03:00
Charlotte Van Petegem
090cc5d6ea bluej: init at 4.2.2 2020-09-21 09:31:18 +02:00
Josef Kemetmüller
0996ac6b0e nvtop: Make independent of Nvidia driver version
For packages relying on Nvidia drivers we don't want to hard-code the
location of a particular driver version in the RPATH. Otherwise the
software might fail with errors such as:

> Impossible to initialize nvidia nvml : Driver/library version mismatch

To fix this the usual pattern in nixpkgs is to add `/run/opengl-driver/lib`
to the RPATH of these binaries.
This is the global location where Nvidia libraries are available on
NixOS and so this makes sure that the nvtop binary can be run with all
versions of the driver.

At build time however these libraries are not available at that
particular location. For precisely this use case, Nvidia ships stub
versions of the driver libraries with the cudatoolkit. So we just need
to point CMake to that directory.

Fixes: #98328
2020-09-21 08:43:43 +02:00
Vincent Laporte
c06b0edde2 ocamlPackages.apron: 0.9.12 → 0.9.13 2020-09-21 08:05:23 +02:00
Vincent Laporte
4e155d6be9
fontmatrix: 0.6.0 → 0.6.0-qt5 (#97800)
This is an unofficial port of Fontmatrix 0.6.0 to Qt5

Co-authored-by: symphorien <symphorien@users.noreply.github.com>
2020-09-21 08:01:37 +02:00
Michele Guerini Rocco
799f149bbf
Merge pull request #98116 from timjrd/sc-controller-0.4.7-rebased
sc-controller: fix missing icons (librsvg)
2020-09-21 07:24:01 +02:00
Daniël de Kok
a034f204ac
Merge pull request #98083 from avdv/zhf-fix-tensorflow
tensorflow: Fix compilation with numpy 1.19.x
2020-09-21 06:55:23 +02:00
Justin Bedo
efa99abf28
singularity: 3.6.2 -> 3.6.3 2020-09-21 12:07:38 +10:00
WORLDofPEACE
595d5fdd3d
Merge pull request #84233 from colemickens/nixpkgs-firefox-pipewire
firefox: add pipewire patch for wayland users
2020-09-20 21:49:40 -04:00
Cole Mickens
31e54cdde3 firefox: enable pipewire+webrtc for wayland users 2020-09-20 21:42:39 -04:00
Ryan Burns
bf71f459d2 liboping: fix build on Darwin 2020-09-20 17:58:08 -07:00
Mario Rodas
7c7ee58775
Merge pull request #98229 from bbigras/df
dwarf-fortress: update themes.json
2020-09-20 19:42:18 -05:00
Robert Scott
0b67d9e87a birdfont: fix build on non-nixos/debian systems
to do this we need to prevent platform.version() from using uname to
discover this is a debian kernel and try dpkg nonsense
2020-09-20 16:25:39 -07:00
Robert Scott
781b870c91 xmlbird: fix build with python 3.8
also force use of gccStdenv to fix darwin build
2020-09-20 16:25:39 -07:00
Maxim Krivchikov
0f34c4eb33 python3Packages.behave: skip test failing on darwin
Timing-based test is flaky on Darwin:
https://github.com/NixOS/nixpkgs/pull/97737#issuecomment-691489824
2020-09-20 16:25:18 -07:00
Maxim Krivchikov
f690cacb06 python3Packages.python-docx: run behave tests
Previously the problematic "behave" dependency
was not even used at checkPhase.
2020-09-20 16:25:18 -07:00
Maxim Krivchikov
6543cbf571 python3Packages.parse: 1.16.0 -> 1.18.0 2020-09-20 16:25:18 -07:00
Tim Steinbach
d8b5fb33b5
oh-my-zsh: 2020-09-14 -> 2020-09-20 2020-09-20 19:24:37 -04:00
Jan Tojnar
aeba05f2e4
Merge pull request #96951 from doronbehar/pkg/gnome-network-displays
gnome-network-displays: init at 0.90.4
2020-09-21 01:23:28 +02:00
zowoq
4482e5ec2c dotnetenv: editorconfig fixes 2020-09-21 08:30:58 +10:00
Josef Kemetmüller
b8f130e2b4 python.pkgs.scikit-optimize: 0.6 -> 0.8.1
This fixes the build of scikit-optimize.
2020-09-20 15:27:56 -07:00
Andrew Childs
c32441811f pythonPackages.netaddr: 0.7.19 -> 0.8.0
Updating to >= 0.7.20 fixes tests on macOS Catalina and newer:

        #   inet_pton has to be different on Mac OSX *sigh*
        assert IPAddress('010.000.000.001', flags=INET_PTON) == IPAddress('10.0.0.1')
>       assert int_to_str(0xffff) == '::0.0.255.255'
E       AssertionError: assert '::ffff' == '::0.0.255.255'
E         - ::0.0.255.255
E         + ::ffff
2020-09-20 15:26:11 -07:00
Mario Rodas
6aad47ca82
Merge pull request #88688 from matthuszagh/pyspice
python3Packages.pyspice: init at 1.4.3
2020-09-20 17:14:31 -05:00
Stig P
37ab1fe8cb
Merge pull request #97742 from tasmo/sunvox-1.9.5d
sunvox: fix hash mismatch
2020-09-20 21:59:17 +00:00
Robert Scott
566605626c vmmlib: fix build
provide lapack instead of blas, causing gaussian elimination tests to
no longer fail

remove some trailing spaces from the longDescription to please the linter.
sorry.
2020-09-20 14:34:09 -07:00
Mario Rodas
3072630c31
Merge pull request #98339 from VirtusLab/git-machete-2.15.6
gitAndTools.git-machete: 2.15.5 -> 2.15.6
2020-09-20 16:31:17 -05:00
dawidsowa
8bb5c62adc gallery-dl: 1.14.5 -> 1.15.0 2020-09-20 22:42:36 +02:00
adisbladis
fa1272e956
emacsPackages.libgit: Fix build 2020-09-20 22:27:52 +02:00
Thomas Friese
edd8fb3757
sunvox: fix hash mismatch 2020-09-20 21:51:47 +02:00
Gabriel Ebner
3aa1721efa
Merge pull request #98327 from yvesf/qcad-fix-qt5-arg
qcad: replace qt argument
2020-09-20 20:56:22 +02:00
Travis CI
358cfe9106 gitAndTools.git-machete: 2.15.5 -> 2.15.6
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2020-09-20 18:32:57 +00:00
Drew Risinger
4e435eee31 pythonPackages.cfn-lint: 0.35.0 -> 0.35.1
* Update version
* Cleanup packaging: run tests & use GitHub source
* Meta: add changelog
2020-09-20 11:30:00 -07:00
Tim Steinbach
9a4468b935
linux: 5.9-rc4 -> 5.9-rc5 2020-09-20 14:15:31 -04:00
Doron Behar
4d4516a04e gnome-network-displays: init at 0.90.4 2020-09-20 21:06:00 +03:00
Maximilian Bosch
783bf0ab8a
Merge pull request #98218 from Ma27/bump-matrix-synapse
matrix-synapse: 1.19.2 -> 1.19.3
2020-09-20 19:36:17 +02:00
Jonathan Ringer
43c0499f3a
python38Packages.shouldbe: disable for python3.8 2020-09-20 09:16:15 -07:00
Robert Scott
eb86bff30d libgumath, pythonPackages.gumath: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott
dcd6847ddb libxnd, pythonPackages.xnd: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Robert Scott
044533c99b libndtypes, pythonPackages.ndtypes: unstable-2018-11-27 -> unstable-2019-08-01
this is the most recent commit to upstream's master at time of writing

includes fixes of python package for darwin
2020-09-20 08:58:56 -07:00
Raghav Sood
09bc8c8d85 can-isotp: 20180629 -> 20200910 2020-09-20 08:42:28 -07:00