218136 Commits

Author SHA1 Message Date
R. RyanTM
b310986a9e mkvtoolnix: 43.0.0 -> 44.0.0 2020-03-11 05:21:25 +00:00
Jan Tojnar
6bba9428d9
Merge pull request #81431 from jtojnar/malcontent-0.6
malcontent: 0.4.0 → 0.6.0
2020-03-11 04:08:59 +01:00
Jan Tojnar
b552b84ae2
suitesparse: ultimate clean-up
* Switch to default buildPhase & installPhase
* In preConfigure
	* Do not add -DNPARTITION to CHOLMOD_CONFIG. That would disable the use of Metis but we already have that.
	* Do not remove -lrt on Darwin, Darwin compiler can handle that and the code no longer exists anyway.
	* With CUDA enabled
		* Do not replace CUDA_ROOT. It does not exist any more. Instead we are setting CUDA_PATH in makeFlags.
		* Do not replace GPU_BLAS_PATH, it defaults to CUDA_PATH so it will end up with the same value.
		* Do not add -DCHOLMOD_OMP_NUM_THREADS to GPU_CONFIG. Why would be having the library use the same number of threads as the builder a good idea?
		* Do not replace CUDA_PATH, we are setting it in makeFlags now.
		* Do not replace CUDART_LIB and CUBLAS_LIB. They were being replaced incorrectly (cuda libs are located in lib directory, not lib64). Instead set the correct paths in makeFlags.
		* Do not replace CUDA_INC_PATH. Its default looks like it will end up with the same value.
		* Do not replace NV20, NV30, NV35 – not used any more.
		* Do not replace NVCC, defaults to the same.
		* Do not replace NVCCFLAGS, we just used the default from SourceSparse 4.4.7 with -gencode=arch=compute_60,code=compute_60 tacked on top. Current upstream default looks much better.
* Stop adding -DNTIMER to CFLAGS on Darwin – clock_gettime is supported by macOS 10.12 SDK.
* In buildPhase
	* Move the make arguments to makeFlags and library to buildFlags, allowing us to drop the manual make call. I did not verify all of these are still needed.
	* Remove the creation of libsuitesparse.so. As far as I could tell it is some kind of remnant of our old expression – perhaps due to past deficiencies of the build scripts, we created the individual libraries as symlinks to libsuitesparse.so: e36b3ec0a5 But since the build script can now build individual .so libraries, there should be no need for this abomination. No other distros do this either.
* In installPhase
	* No need to copy things manually, there is an install target. We just need to pass INSTALL=$out flag to make to let it know where to install the files.
	* I do not have means of verifying the darwin dylib name fix but it looks like it might be fixed in an upcoming release.
	* I dropped the rpath fixup as it does not seem to be needed any more (ldd does not report any unresolved libraries).
2020-03-11 03:45:25 +01:00
R. RyanTM
9e0cfc5099 librelp: 1.4.0 -> 1.5.0 2020-03-11 02:03:33 +00:00
Jan Tojnar
c16d5b6534
suitesparse: do not build Mongoose & GraphBLAS
We already have package for them
2020-03-11 02:33:06 +01:00
Mario Rodas
10bb154987
Merge pull request #82238 from Synthetica9/vscode1430
vscode, vscodium: 1.42.1 -> 1.43.0
2020-03-10 20:28:36 -05:00
Mario Rodas
6d5fddac24
Merge pull request #81992 from marsam/init-git-trim
gitAndTools.git-trim: init at 0.2.3
2020-03-10 20:15:12 -05:00
Aaron Andersen
40b9decdc3
Merge pull request #82202 from r-ryantm/auto-update/tome4
tome4: 1.6.6 -> 1.6.7
2020-03-10 20:38:18 -04:00
Aaron Andersen
d2ac2ec412
Merge pull request #81807 from r-ryantm/auto-update/logrotate
logrotate: 3.15.1 -> 3.16.0
2020-03-10 20:35:14 -04:00
Will Dietz
d847032478
Merge pull request #81613 from prusnak/libfido2
libfido2: change dependency from libressl to openssl
2020-03-10 19:31:28 -05:00
Timo Kaufmann
6687d1e638
Merge pull request #82239 from timokau/symmetrica-3.0.1
symmetrica: 2.0 -> 3.0.1
2020-03-10 23:57:19 +00:00
Ryan Mulligan
5d6cdc6f3f
Merge pull request #55279 from KAction/libcdb
tinycdb: init at 0.7.8
2020-03-10 16:28:46 -07:00
lewo
724650fa90
Merge pull request #82079 from aaronjanse/init-flyctl
flyctl: init at 0.0.102
2020-03-11 00:18:08 +01:00
Aaron Andersen
7836b04e12
Merge pull request #77558 from raboof/xmlTwigTools
perlPackages.XMLTwig: install xml_grep
2020-03-10 19:03:31 -04:00
Aaron Andersen
dd05b2706e
Merge pull request #79698 from akru/master
btcdeb: init at 0.2.19
2020-03-10 18:38:08 -04:00
ajs124
0aec2cdd08 nginxModules.fastcgi-cache-purge: 2.3 -> 2.5
switch to a fork that seems sort of alive
2020-03-10 23:35:15 +01:00
Jan Tojnar
31dd8332bc
nixos/malcontent: init 2020-03-10 23:30:20 +01:00
Tor Hedin Brønner
82fc5b2eed
flatpak: prevent cycle with malcontent
The alternative is having malcontent depend on a flatpak without the
malcontent dependency.
2020-03-10 23:30:20 +01:00
Jan Tojnar
06ca7346e2
malcontent: 0.4.0 → 0.6.0
* https://gitlab.freedesktop.org/pwithnall/malcontent/-/tags/0.5.0
* https://gitlab.freedesktop.org/pwithnall/malcontent/-/tags/0.6.0
2020-03-10 23:30:20 +01:00
Luflosi
ae297d5247
kitty: install man page on Darwin
On Linux the man page is already being built with `setup.py linux-package` and later copied to the correct location.
2020-03-10 23:23:40 +01:00
Will Dietz
7f1b6576b5
Merge pull request #82262 from equirosa/pfetch
pfetch : 0.4.0 -> 0.5.0
2020-03-10 17:13:59 -05:00
Cole Mickens
669fdccf8b cfdyndns: v0.0.1 -> v0.0.3 2020-03-10 15:09:35 -07:00
Jesper Geertsen Jonsson
b42babd160 nixos/netdata: add module package option 2020-03-10 23:06:01 +01:00
Alexander Krupenkin
d23e44893b
btcdeb: init at 0.2.19 2020-03-11 00:58:32 +03:00
Lancelot SIX
32d9e5c27b
Merge pull request #82255 from Frostman/hugo-0.67.0
hugo: 0.66.0 -> 0.67.0
2020-03-10 22:53:38 +01:00
Lancelot SIX
0ed88af5d5
Merge pull request #82256 from mmahut/blockbook
blockbook: 0.3.1 -> 0.3.2
2020-03-10 22:45:50 +01:00
Matt Snider
acba458b7e nixos/ankisyncd: init at 2.1.0 2020-03-10 22:45:33 +01:00
Arnout Engelen
8ff6ae6823 perlPackages.XMLTwig: install xml_grep tool 2020-03-10 22:32:37 +01:00
Dmitry Bogatov
10de850595 tinycdb: init at 0.7.8 2020-03-10 17:30:36 -04:00
Benjamin Hipple
23f37d2db9 licensor: upgrade cargo fetcher and cargoSha256 2020-03-10 17:07:31 -04:00
Silvan Mosberger
a12bea5a3a
Merge pull request #81940 from aanderse/mysql-config
nixos/mysql: add settings and configFile option
2020-03-10 22:03:10 +01:00
R. RyanTM
ac184e3c6b fselect: 0.6.8 -> 0.6.9 2020-03-10 20:45:39 +00:00
Jan Tojnar
306cf6091f
suitesparse: link against system metis 2020-03-10 21:16:28 +01:00
Jan Tojnar
e9d7774b7b
suitesparse: 5.4.0 → 5.7.1 2020-03-10 21:16:27 +01:00
Jan Tojnar
559f02e208
suitesparse-graphblas: init at 3.1.2 2020-03-10 21:16:27 +01:00
Jan Tojnar
9d22d1d6f3
Merge pull request #81931 from andir/ppp
ppp: 2.4.7 -> 2.4.8 & CVE-2020-8597 fix
2020-03-10 21:10:53 +01:00
Jan Tojnar
8515b703cf
Merge pull request #72125 from jtojnar/maintainer-groups
lib: Add lib.maintainer-groups
2020-03-10 21:09:33 +01:00
Matt Snider
1968755fff ankisyncd: init at 2.1.0 2020-03-10 20:37:51 +01:00
Jan Tojnar
b4e6293a8d
mongoose: init at 2.0.4 2020-03-10 20:35:44 +01:00
Jan Tojnar
40ae28791f
suitesparse: clean up
* Split to multiple outputs
* Fetch source from GitLab (the only source for future releases)
* Re-order attrset to be more idiomatic
* Format with nixpkgs-fmt
2020-03-10 20:35:44 +01:00
R. RyanTM
d0f3de4f23 arping: 2.20 -> 2.21 2020-03-10 20:27:42 +01:00
Ryan Mulligan
bfa78684a0
Merge pull request #82215 from r-ryantm/auto-update/you-get
you-get: 0.4.1403 -> 0.4.1410
2020-03-10 12:19:20 -07:00
Ryan Mulligan
a902327db0
Merge pull request #82231 from r-ryantm/auto-update/openxr-loader
openxr-loader: 1.0.3 -> 1.0.6
2020-03-10 12:15:42 -07:00
Aaron Andersen
641b94bdd0 nixos/mysql: add settings and configFile options 2020-03-10 15:15:11 -04:00
Andreas Rammhold
9727da29b0
firefox-esr-68: 68.5.0esr -> 68.6.0esr 2020-03-10 20:07:29 +01:00
Jason Felice
52068db0a3 elvish: 0.12 -> 0.13 2020-03-10 14:59:48 -04:00
R. RyanTM
5454317570 dpkg: 1.19.7 -> 1.20.0 2020-03-10 18:56:46 +00:00
Vladimír Čunát
b693c8c7be
Merge branch 'staging' into staging-next
It turned out we additionally need sqlite bump for firefox 74.
2020-03-10 19:35:27 +01:00
Silvan Mosberger
0d8bf86c2d
Merge pull request #74341 from jluttine/nano-wallet-20.0
nano-wallet: 19.0 -> 20.0
2020-03-10 19:32:15 +01:00
peelz
3eea746d74 r8125: init at 9.003.02 2020-03-10 10:37:15 -07:00