Commit Graph
244222 Commits
Author SHA1 Message Date
Charlotte Van Petegem 9ff87334e6 maintainers: add charvp 2020-09-21 09:04:54 +02:00
Robert ScottandJon 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 ScottandJon 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 KrivchikovandJon 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 KrivchikovandJon 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 KrivchikovandJon 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 TojnarandGitHub 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üllerandJon 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 ChildsandJon 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 RodasandGitHub 6aad47ca82 Merge pull request #88688 from matthuszagh/pyspice
python3Packages.pyspice: init at 1.4.3
2020-09-20 17:14:31 -05:00
zowoq 215cfc9850 .editorconfig: add timidity.cfg 2020-09-21 08:08:56 +10:00
Stig PandGitHub 37ab1fe8cb Merge pull request #97742 from tasmo/sunvox-1.9.5d
sunvox: fix hash mismatch
2020-09-20 21:59:17 +00:00
Robert ScottandJon 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 RodasandGitHub 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
adisbladisandGitHub 41e883a657 Merge pull request #98345 from adisbladis/emacs-libgit
emacsPackages.libgit: Fix build
2020-09-20 22:50:07 +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
WORLDofPEACEandGitHub 684d691c6e Merge pull request #97738 from cole-h/build-vm-for-flakes
nixos-rebuild: add flake support for build-vm
2020-09-20 15:10:16 -04:00
WORLDofPEACEandGitHub 8f00cc47e9 Merge pull request #98330 from jonringer/update-contributing
contributing.md: mention rebased or squashed merges
2020-09-20 15:06:11 -04:00
Gabriel EbnerandGitHub 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 RisingerandJon 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 BoschandGitHub 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
Martin WeineltandGitHub 1696de584b Merge pull request #98329 from jonringer/disable-shouldbe
python38Packages.shouldbe: disable for python3.8
2020-09-20 19:04:25 +02:00
Jonathan Ringer 96e4438959 contributing.md: mention rebased or squashed merges 2020-09-20 09:31:54 -07:00
Jonathan Ringer 43c0499f3a python38Packages.shouldbe: disable for python3.8 2020-09-20 09:16:15 -07:00
Robert ScottandJon 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 ScottandJon 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 ScottandJon 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 SoodandJon 09bc8c8d85 can-isotp: 20180629 -> 20200910 2020-09-20 08:42:28 -07:00
Maxim KrivchikovandJon 172f3a197e lldb_5, lldb_6: add patch for >=python-3.7 2020-09-20 08:31:46 -07:00
Doron BeharandJon 8bf99f6787 csvkit: fix tests
Remove unneeded glibcLocales. Remove overrided agate-sql and agate-dbf,
as these overrides are not needed. Use pytestCheckHook instead of
overriding checkPhase. Add an upstream patch that fixes tests.
2020-09-20 08:29:18 -07:00
Doron BeharandJon eb9393a4db csvkit: 1.0.4 -> 1.0.5 2020-09-20 08:29:18 -07:00
Doron BeharandJon b3178aee51 python.pkgs.agate-sql: fix tests by adding crate to inputs 2020-09-20 08:29:18 -07:00
Doron BeharandJon d07100d89f python3Packages.crate: init at 0.24.0 2020-09-20 08:29:18 -07:00
Yves Fischer a426157210 qcad: replace qt argument
change qcad to take the individual packages instead of qt5 as argument
2020-09-20 17:24:42 +02:00
Robert ScottandJon a28068a992 svgbob: fix build
loosen lint settings
2020-09-20 08:24:00 -07:00
Raphael Borun Das GuptaandJon 355d255d6c pythonPackages.mock-open: 1.3.2 -> 1.4.0 2020-09-20 08:18:31 -07:00
Raphael Borun Das GuptaandJon b103ddb9ab pythonPackages.mock-open: 1.3.1 -> 1.3.2 2020-09-20 08:18:31 -07:00
Austin ButlerandJon 05f994426f pythonPackages.glom: fix tests 2020-09-20 08:17:50 -07:00
Gabriel EbnerandGitHub 4e7b124f13 Merge pull request #98290 from yvesf/qcad-3.25.2.0 2020-09-20 17:04:11 +02:00
Gabriel EbnerandGitHub de3cc475e0 Merge pull request #81014 from fgaz/platforms/endianness
platforms: add bigEndian and littleEndian
2020-09-20 17:03:55 +02:00
Gabriel EbnerandGitHub 0c550170d1 Merge pull request #97469 from Emantor/bump/thermald 2020-09-20 16:55:30 +02:00
Dmitry KalinkinandGitHub b3a9f9d6ba Merge pull request #98319 from Luflosi/update/youtube-dl
youtube-dl: 2020.09.14 -> 2020.09.20
2020-09-20 10:43:07 -04:00
Gabriel EbnerandGitHub a2bd21f1bf Merge pull request #98314 from gebner/upgradejava 2020-09-20 16:36:52 +02:00
Yves Fischer 2f934a967c qcad: fix library browser
the drawing library of qcad uses qt's database abstract for sqlite.

Somehow the libqsqlite library file is not found in the default
location. As workaround it is copied to the qcad library directory.
2020-09-20 16:35:24 +02:00