Commit graph

259254 commits

Author SHA1 Message Date
andys8 fb5b36afc6 tty-share: init at 2.0.0 2020-12-19 21:56:55 +01:00
Maxine Aubrey 47586f2451
tomb: 2.8 -> 2.8.1 2020-12-19 21:48:52 +01:00
Milan Pässler 40262d4559
xonotic: fix desktop item
The desktop item was referring to "$out/bin/xonotic" as executable, but
since it's built in its own derivation now, "$out" did not contain the
xonotic wrapper.
Since it seems to be common practise to use a relative path, I changed
it to do that here as well.
2020-12-19 21:15:20 +01:00
Matthias Beyer dc8f4337d2 ugrep: 3.0.6 -> 3.1.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-19 21:02:00 +01:00
Michael Weiss b5a1da1665
lf: 17 -> 18 2020-12-19 20:59:16 +01:00
John Ericson 86c1825fc1
Merge pull request #105379 from NixOS/fix-buildRustCrateTests
tests.buildRustCrate: Fix after hashing method change
2020-12-19 14:49:21 -05:00
Marc Seeger 8718533c22 librepo: add darwin support 2020-12-19 11:37:08 -08:00
Florian Klink 999f6ee86d
Merge pull request #107102 from rb2k/libmodulemd_darwin
libmodulemd: Enable darwin support.
2020-12-19 20:28:51 +01:00
ajs124 0aad53c2c7 glusterfs: 7.6 -> 8.3
while 7.x is technically still supported, 8.x is already up to .3

release notes: https://gluster.readthedocs.io/en/latest/release-notes/8.3/
2020-12-19 20:27:27 +01:00
Orivej Desh c3cd2be2e2 musescore: build with Qt 5.14
With Qt 5.15 it starts but does not show any palettes
(in the View->Palettes view).
2020-12-19 19:16:37 +00:00
Orivej Desh baa11a519e qbittorrent: restore comments from before e569d6b9 2020-12-19 19:14:40 +00:00
John Ericson ddeef0d322 tests.buildRustCrate: Fix after hashing method change
As @lopsided98 points out in #105305, since the hashes are now target
sensative, and until we find reason to actually care to test what they
are exactly, we are best just normalizing them away in the tests.
2020-12-19 19:05:07 +00:00
John Ericson 5d2a20c93a buildRustCrateTests: Move to tests.buildRustCrate
I think it is preferable to separate the tests from the "real" packages.
2020-12-19 18:56:06 +00:00
Anton-Latukha cb312f3d03 qbittorrent: add default trackerSearch option, include python3
Since people regularly open reports about tracker search not working because
python is not found.
And since Tracker Search in qBittorrent can not be disabled & at the same time
the Pythong is needed for it to work - including Python for default
functionality to work.
2020-12-19 18:40:07 +01:00
Anton-Latukha e569d6b98c qbittorrent: clean-up 2020-12-19 18:40:07 +01:00
Milan 9e2c96b26b
qbittorrent: 4.3.0.1 -> 4.3.1 (#107205) 2020-12-19 18:23:00 +01:00
mohe2015 ecb0291e1a
nixos/mongodb: fix running initialScript without a set root password
Co-authored-by: Timo Kaufmann <timokau@zoho.com>
2020-12-19 18:14:29 +01:00
Timo Kaufmann afead527c4
Merge pull request #105615 from collares/sage-update
sage: 8.9 -> 9.2
2020-12-19 18:13:16 +01:00
Silvan Mosberger e52f705248
Merge pull request #84324 from Emantor/init/icecc_icemon
Icecream support
2020-12-19 17:54:28 +01:00
Mario Rodas e1e45a40f2 ocamlPackages.ocaml-lsp: 1.1.0 -> 1.4.0 2020-12-19 17:37:42 +01:00
R. RyanTM a105609c5e picard: 2.5.2 -> 2.5.4 2020-12-19 17:29:46 +01:00
Millian Poquet 15ab96d5a7 simgrid: 3.25 -> 3.26 2020-12-19 14:03:33 +01:00
Gabriel Ebner 70c07155d0
Merge pull request #107197 from Profpatsch/tree-sitter-fixes
Tree sitter fixes
2020-12-19 13:50:19 +01:00
Profpatsch cf81745404 tree-sitter: split arguments in library.nix & document 2020-12-19 13:36:03 +01:00
Profpatsch 5907bcadfa tree-sitter: exports.json was fixed in releases, remove sed
These symbols do not exist anymore in the new tree-sitter releases, so
we can remove the sed.
2020-12-19 13:36:02 +01:00
andys8 8d3f49ac0f maintainers: add andys8 2020-12-19 11:25:32 +01:00
Doron Behar 37a16b85e0 sundials_2: remove
No package needs it now - octave 5.2.0 was the only one that needed it,
but now with octave 6.1.0 latest sundials 5.x.x is used.
2020-12-19 10:59:35 +02:00
Doron Behar 865f8ae377 octave: Use latest sundials 2020-12-19 10:58:04 +02:00
Doron Behar 421e81780c octave: inherit features enabled in passthru 2020-12-19 10:31:29 +02:00
Doron Behar 58b27b5ffe octave: inherit python in passthru
For in case one day python will be overridden, we'll know which python
to use.
2020-12-19 10:28:14 +02:00
Doron Behar 74c94d1a35 octave: Remove version from passthru
It's already defined in the derivation.
2020-12-19 10:27:43 +02:00
Doron Behar 247cf9f283 octave: add @doronbehar as maintainer 2020-12-19 10:12:18 +02:00
Doron Behar 67888e5bac octave: Support 64 bit indices arrays
Add a build argument `use64BitIdx`, and comment explaining how it
affects the build - it modifies the deps to make sure they are all
compatible with each other.
2020-12-19 10:12:18 +02:00
Doron Behar 674c5953b9 qrupdate: Fix FFLAGS
Apparently, undetected in #98499, trying to use the flags written makes
the build fail due to -O3.
2020-12-19 10:12:18 +02:00
Doron Behar 456d320c71 octave: Use only lib.optionals 2020-12-19 10:12:18 +02:00
Doron Behar f602e104b0 octave: Use latest jdk 2020-12-19 10:12:18 +02:00
Sandro 453c116254
Merge pull request #104377 from expipiplus1/joe-dxc
directx-shader-compiler: init at 1.5.2010
2020-12-19 08:45:53 +01:00
Daniël de Kok 3cdb918f62 rocm-smi: 3.10.0 -> 4.0.0
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
Daniël de Kok 78ca64c540 rocm-opencl-runtime: 3.10.0 -> 4.0.0
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
Daniël de Kok 39fefb90b6 rocclr: 3.10.0 -> 4.0.0 2020-12-19 07:59:29 +01:00
Daniël de Kok 03e8a2f03b rocm-cmake: 3.10.0 -> 4.0.0
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
Daniël de Kok 240416a10b rocm-comgr: 3.10.0 -> 4.0.0
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
Daniël de Kok edfcf08028 rocm-runtime: 3.10.0 -> 4.0.0
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
Daniël de Kok a634c41be1
Merge pull request #107150 from Atemu/update/nvidia
nvidia_x11_beta: 455.45.01 -> 460.27.04
2020-12-19 07:56:36 +01:00
Joe Hermaszewski cb43266d22 directx-shader-compiler: init at 1.5.2010 2020-12-19 14:18:02 +08:00
Atemu 87994fa87b nvidia_x11_beta: 455.45.01 -> 460.27.04 2020-12-19 05:48:01 +01:00
Alyssa Ross c898defdbf wayfire: add plugin support
The top-level "wayfire" attribute is a Wayfire with wf-shell installed
and nothing else.  But wayfireApplications.withPlugins can be used to
create a Wayfire with arbitrary plugins, or no plugins at all.
2020-12-19 01:41:29 +00:00
Alyssa Ross e2243140f9 wcm: init at 0.6.0 2020-12-19 01:41:29 +00:00
Alyssa Ross 37a5f70361 wf-shell: init at 0.6.1 2020-12-19 01:41:29 +00:00
Alyssa Ross 1a0155b5b9 wayfire: init at 0.6.0 2020-12-19 01:41:29 +00:00