Graham Bennett
31cef85719
Remove lowPrio from octaveFull
2020-09-25 09:57:25 +03:00
Graham Bennett
3a5bcb313e
octave: use qt-5 mkDerivation for wrapQtAppsHook
...
This is to ensure QT_QPA_PLATFORM_PLUGIN_PATH is set on Darwin.
2020-09-25 09:57:25 +03:00
Sebastian Neubauer
179360d419
amber: init at unstable-2020-09-23
2020-09-25 08:10:50 +02:00
zowoq
dc19de6009
Revert "syncthing: pin to go 1.14"
...
This reverts commit 384e56bbaa
.
Fixed in the 1.9.0 release.
https://github.com/syncthing/syncthing/releases/tag/v1.9.0
2020-09-25 15:41:55 +10:00
Anderson Torres
4e297bd2a9
Merge pull request #97806 from JamieMagee/dotnet-sdk-5.0
...
dotnetCorePackages.sdk_5_0: init at version 5.0.100-preview.8.20417.9
2020-09-25 00:23:27 -03:00
zowoq
60fcc12970
caddy: 2.1.1 -> 2.2.0
...
https://github.com/caddyserver/caddy/releases/tag/v2.2.0
2020-09-25 09:17:28 +10:00
zimbatm
cc9b34a56b
Merge pull request #98649 from cw789/elixir_cleanup
...
elixir_1_6: remove
2020-09-24 22:00:03 +00:00
zimbatm
f32bc5c953
Merge pull request #98554 from Luflosi/update/ipfs
...
ipfs: 0.6.0 -> 0.7.0
2020-09-24 20:42:07 +00:00
Joe Hermaszewski
99d2db8dce
nvidia-x11.vulkan_beta: init at 450.56.11 ( #97882 )
...
- This is fetched from a different URL, so allow passing that explicitly.
- There also isn't an nvidia-persistenced or nvidia-settings release for
this version, so use 450.57 instead. Also implement passing
persistenced and settings version explicitly.
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-24 10:53:05 -04:00
cw
3c379af10b
elixir_1_6: remove
...
Additionally removed the now obsolete rebar build dependency for elixir.
2020-09-24 15:14:52 +02:00
Eric Litak
028e05d8a4
vcs: init at 1.13.4
...
* vcs: init at 1.13.4
* Update pkgs/applications/video/vcs/default.nix
Co-Authored-By: symphorien <symphorien@users.noreply.github.com>
* Update pkgs/applications/video/vcs/default.nix
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
Co-authored-by: symphorien <symphorien@users.noreply.github.com>
Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
2020-09-23 21:58:52 -07:00
Ryan Mulligan
d6d1c121e1
Merge pull request #72161 from Twey/libbacktrace
...
libbacktrace: init at 2018-06-05
2020-09-23 21:22:08 -07:00
Mario Rodas
27733e2bf6
postgresql_13: init at 13.0
...
https://www.postgresql.org/docs/13/release-13.html
2020-09-24 04:20:00 +00:00
Ryan Mulligan
dfd2eeabd6
Merge pull request #69644 from bzizou/obitools
...
obitools3: init at 3.0.0-beta14
2020-09-23 19:04:11 -07:00
Ryan Mulligan
5b61492080
Merge pull request #68670 from B4dM4n/cargo-sync-readme
...
cargo-sync-readme: init at 1.0
2020-09-23 18:46:17 -07:00
Samuel Dionne-Riel
3d2d18cdb8
ubootNanonote: remove
...
This removes the last non-mainline U-Boot from Nixpkgs.
2020-09-23 21:00:03 -04:00
Timo Kaufmann
2f352077e7
Merge pull request #85203 from fgaz/koboredux/init
...
audiality2, koboredux: init
2020-09-23 21:18:53 +02:00
Timo Kaufmann
ec3714b42b
Merge pull request #91766 from fgaz/littlegptracker/init
...
littlegptracker: init at unstable-2019-04-14
2020-09-23 20:32:28 +02:00
Francesco Gazzetta
130ce6de1c
koboredux,koboredux-free: init at 0.7.5.1
2020-09-23 19:39:23 +02:00
Francesco Gazzetta
e20e2d4e74
littlegptracker: init at unstable-2019-04-14
2020-09-23 19:04:40 +02:00
Shea Levy
dc6ff60cc6
Merge branch 'system76-firmware-and-nixos' into master
2020-09-23 08:14:11 -04:00
Luflosi
b75e431454
ipfs: 0.6.0 -> 0.7.0
...
https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0
Pinning go114 is no longer necessary with this version.
2020-09-23 12:58:13 +02:00
Shea Levy
b694eb6e6a
firmware-manager: Init at 0.1.1
2020-09-23 06:01:05 -04:00
Robert Scott
fc709e6dfe
cvc3: enable for darwin
...
it may be possible to get it building under clang with some work, but
switching it to gcc for now allows us to enable it
2020-09-22 23:06:45 -07:00
Ryan Mulligan
cc7d3ff153
Merge pull request #78562 from fgaz/lobster/init
...
lobster: init at unstable-2020-01-22
2020-09-22 21:42:23 -07:00
Shea Levy
f43c02c7ff
system76-firmware: Init at 1.0.17
2020-09-22 20:14:29 -04:00
Stig P
47297487c5
Merge pull request #93057 from stigtsp/package/ubidump-init
...
ubidump: init at unstable-2019-09-11
2020-09-22 22:29:34 +00:00
Johannes Rosenberger
7abb57c7b5
fix passing qt5 version to pythonInterpreters
...
fixes c88f3adb17
, which resulted in
qt 5.15 being used in pythonPackages, despite 5.14 being
declared, and adapts qutebrowser accordingly.
'callPackage { pkgs = pkgs // { … }; }' does not work, because
it does not take into account the recursive evaluation of nixpkgs:
`pkgs/development/interpreters/python/default.nix` calls
`pkgs/top-level/python-packages.nix` with `callPackage`.
Thus, even if the former gets passed the updated `pkgs`,
the latter always gets passed `pkgs.pkgs`.
For the change in the qt5 version to apply consistently, 'pkgs.extend'
must be used.
qutebrowser only used the right qt5 version (5.15) because all
pythonPackages used it anyway.
2020-09-22 21:03:43 +02:00
Stig Palmquist
5f31ac17c5
ubidump: init at unstable-2019-09-11
2020-09-22 18:38:04 +02:00
Stefan Frijters
bc2e4628b2
maestral-gui: Fix Qt by using libsForQt5
...
This is needed after c88f3adb17
to make sure the libs are consistent.
2020-09-22 09:17:42 -07:00
Ben Wolsieffer
ec92ffc530
orocos-kdl: init at 1.4.0
2020-09-21 23:38:26 -07:00
Milan
479976340a
duf: init at 0.1.0 ( #98396 )
2020-09-22 00:57:28 -05:00
Jules Aguillon
c4cb4c226e
Declare several versions of OCamlformat ( #88799 )
...
OCamlformat is still a bit unstable and it's common to work on several
projects that each use a different version.
Define every versions at once and share code
* ocamlformat: add dependency on base
OCamlformat always required Base.
This will be important in the future as Base may make breaking changes.
2020-09-22 07:30:35 +02:00
Maximilian Bosch
2e98177bd7
Merge pull request #98350 from 9999years/spotify-device-scale-factor
...
spotify: support --force-device-scale-factor for high-DPI displays
2020-09-21 23:00:58 +02:00
Jörg Thalheim
4eb55225a1
Merge pull request #98282 from mweinelt/python/yq
...
pythonPackages.yq: update, repackage as library, fix tests
2020-09-21 20:43:10 +02:00
Martin Weinelt
e228365258
pythonPackages.yq: repackage as library, convert to application, fix tests
2020-09-21 20:09:28 +02:00
Rebecca Turner
4f03644c56
spotify: support --force-device-scale-factor
...
Add a Spotify wrapper with a `deviceScaleFactor` argument to set the
`--force-device-scale-factor` flag for high-DPI displays. If unset,
nothing is added.
This allows e.g.
spotify.override { deviceScaleFactor = 1.66; }
Uses a separate wrapper derivation as suggested by @Ma27.
Uses `wrapProgram` instead of `makeWrapper` as suggested by @Ma27.
2020-09-21 13:50:19 -04:00
Anderson Torres
4bcd1dcd2c
Merge pull request #98371 from bryanasdev000/package-velero
...
velero: init at 1.5.1
2020-09-21 13:19:45 -03:00
Anderson Torres
3eccc3f833
Merge pull request #98370 from bryanasdev000/package-popeye
...
popeye: init at 0.8.10
2020-09-21 13:15:27 -03:00
Sarah Brofeldt
44289eb20c
Merge pull request #91170 from DianaOlympos/update/apache-kafka
...
apache-kafka: 2.4.0 -> 2.4.1/2.5.0
2020-09-21 15:42:26 +02: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
Doron Behar
20bd6dd45d
Merge pull request #98204 from charvp/pr/init-bluej
2020-09-21 11:10:55 +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
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
Bryan A. S
142f6d8515
velero: init at 1.5.1
...
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 02:12:06 -03:00
Bryan A. S
8465b4849b
popeye: init at 0.8.10
...
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 01:58:36 -03: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
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
Doron Behar
4d4516a04e
gnome-network-displays: init at 0.90.4
2020-09-20 21:06:00 +03:00
Gabriel Ebner
a2bd21f1bf
Merge pull request #98314 from gebner/upgradejava
2020-09-20 16:36:52 +02:00
Gabriel Ebner
088ddf717c
Merge pull request #97661 from hannesweisbach/opencascade-oce
...
opencascade: enable macOS build and add features
2020-09-20 16:31:42 +02:00
Hannes Weisbach
80a6743c37
opencascade: enable macOS build and add features
...
enable/fix macOS build and add options for TBB and GL2PS dependencies
VTK integration needed a patch because implicit conversions in initializer
lists are an error in C++11, which is the default in clang 7 used by nix.
2020-09-20 15:05:09 +02:00
Gabriel Ebner
e13e02f300
jedit: use latest jdk
2020-09-20 11:41:06 +02:00
Gabriel Ebner
3426068afe
arduino: use latest jdk
2020-09-20 11:23:20 +02:00
Gabriel Ebner
5e46e2a783
awstats: use latest jdk
2020-09-20 11:21:16 +02:00
Gabriel Ebner
84a0da26d0
runelite: use latest jdk
2020-09-20 11:19:00 +02:00
Gabriel Ebner
9481828bd9
emscripten: use latest jdk
2020-09-20 11:17:10 +02:00
Gabriel Ebner
01fed03489
closurecompiler: use latest jdk
2020-09-20 11:17:02 +02:00
Gabriel Ebner
8ba71cef5d
mediathekview: use latest jre
2020-09-20 11:13:56 +02:00
Gabriel Ebner
aabe6e23a6
dbeaver: use latest jdk
2020-09-20 11:12:33 +02:00
Gabriel Ebner
e11a487567
josm: use latest jdk
2020-09-20 11:11:30 +02:00
Gabriel Ebner
efa2089077
Merge pull request #89731 from doronbehar/jdk_rename
2020-09-20 11:07:55 +02:00
Doron Behar
7fcc9a4eaa
Merge pull request #69112 from JohnAZoidberg/sqldiff
...
sqldiff: init at 3.33.0
2020-09-19 22:03:49 +03:00
Ryan Mulligan
5ea751ca70
Merge pull request #98258 from ryantm/remove-heyefi
...
nixos/heyefi: remove module and package
2020-09-19 11:00:41 -07:00
Gabriel Ebner
70bc8cdd3f
azureus: use jdk8
2020-09-19 17:57:21 +02:00
Gabriel Ebner
09a496939d
areca: use jdk8
2020-09-19 17:36:39 +02:00
Benjamin Esham
1e136a97fb
sqldiff, sqlite-analyzer: Fix Darwin build
...
lowPrio dropped, too, because the contents of these derivations don't
appear in any others.
2020-09-19 18:05:31 +03:00
Daniel Schaefer
e714798f27
sqldiff: init at 3.28.0
2020-09-19 18:05:30 +03:00
Gabriel Ebner
5c542d1caf
vuze: use jdk8
2020-09-19 16:33:10 +02:00
Gabriel Ebner
4044eb04e3
rabbitmq-java-client: use jdk8
2020-09-19 16:28:27 +02:00
Gabriel Ebner
0a1ffc28f8
scalafix: use jdk8
2020-09-19 16:27:05 +02:00
Gabriel Ebner
cdeae18035
projectlibre: use jdk8
2020-09-19 16:23:21 +02:00
Gabriel Ebner
42ecb33155
hdf_java, hdfview: use jdk8
2020-09-19 16:18:31 +02:00
Gabriel Ebner
259316e514
libmatthew_java: use jdk8
2020-09-19 16:16:55 +02:00
Gabriel Ebner
0db2aa49a0
java-service-wrapper: use jdk8
2020-09-19 16:15:38 +02:00
Gabriel Ebner
5f4e8aed48
freemind: use jdk8
2020-09-19 16:14:47 +02:00
Gabriel Ebner
bd54f5d77b
axoloti: use jdk8
2020-09-19 16:13:41 +02:00
Gabriel Ebner
0f14a327a0
buck: use jdk8
2020-09-19 16:13:16 +02:00
Gabriel Ebner
6efb7252f5
avian: use jdk8
2020-09-19 16:11:57 +02:00
Gabriel Ebner
d48b03d237
alloy*: use jre8
2020-09-19 15:53:34 +02:00
Gabriel Ebner
3f3430072a
arduino: use jdk8
2020-09-19 15:52:45 +02:00
Gabriel Ebner
92c406d41f
belle-sip: use jre8
2020-09-19 15:48:52 +02:00
Gabriel Ebner
d7aae610fd
hadoop: use jre8
2020-09-19 15:48:01 +02:00
Gabriel Ebner
8b8a4a1ebe
i2p: use jdk8
2020-09-19 15:45:51 +02:00
Gabriel Ebner
59f0ec7716
elasticmq*: use jdk8
2020-09-19 15:44:41 +02:00
Gabriel Ebner
d3609a65ce
rhino: use jdk8
2020-09-19 15:43:17 +02:00
Gabriel Ebner
3aab81d3d1
tlaplus: use jre8
2020-09-19 15:42:41 +02:00
Gabriel Ebner
7533579fed
sweethome3d: use jdk8
2020-09-19 15:41:24 +02:00
Gabriel Ebner
bf97938f50
apache-jena*: use jdk8
2020-09-19 15:39:25 +02:00
Gabriel Ebner
d066d52ed5
cassandra: use jre8
2020-09-19 15:37:51 +02:00
Gabriel Ebner
e5ae2a019f
gephi: use jdk8
2020-09-19 15:35:45 +02:00
Gabriel Ebner
a609d7ed1f
pdftk: use jre8
2020-09-19 15:34:26 +02:00
Gabriel Ebner
f5ac140ce7
gradle: use jdk8
2020-09-19 15:34:11 +02:00
Gabriel Ebner
a47b511187
zookeeper: use jre8
2020-09-19 15:32:16 +02:00
Gabriel Ebner
96720c904a
rstudio: use jdk8
2020-09-19 15:30:56 +02:00
Gabriel Ebner
b0b605b2f0
awstats: use jdk8
2020-09-19 15:30:06 +02:00
Gabriel Ebner
204c3fccdc
kodi: use jre8
2020-09-19 15:29:24 +02:00
Gabriel Ebner
2ecc520aa8
xtreemfs: use jdk8
2020-09-19 15:25:19 +02:00
Gabriel Ebner
7887690d3e
freetts: use jdk8
2020-09-19 15:07:56 +02:00
Gabriel Ebner
c138ef99a3
jing-trang: use jdk8
2020-09-19 15:06:48 +02:00
Gabriel Ebner
d10716e1dc
collectd: use jdk8
2020-09-19 14:58:15 +02:00
Gabriel Ebner
5ad9f73252
cvc4: use jdk8
2020-09-19 14:55:51 +02:00
Gabriel Ebner
390a3bdd03
abcl: use jdk8
2020-09-19 14:52:32 +02:00
Gabriel Ebner
85ead32f5c
foundationdb: use openjdk8
2020-09-19 14:51:32 +02:00
Gabriel Ebner
230bdb0c7d
mozart2: use jre8_headless
2020-09-19 14:50:52 +02:00
Gabriel Ebner
a1d10379b5
elasticsearch: use jre8_headless
2020-09-19 14:49:55 +02:00
Gabriel Ebner
9a2d749b41
polymake: use openjdk8
2020-09-19 14:39:11 +02:00
Gabriel Ebner
9426f615ab
mysql-workbench: use jre8
2020-09-19 14:36:16 +02:00
Gabriel Ebner
5092ae7f5d
emscripten: use jre8
2020-09-19 14:31:42 +02:00
Gabriel Ebner
5a59522f2b
closurecompiler: use jre8
2020-09-19 14:31:12 +02:00
Gabriel Ebner
acc968f1e7
jmol: use jre8
2020-09-19 14:24:28 +02:00
Gabriel Ebner
e191f1ac74
R: use jdk8
2020-09-19 14:23:47 +02:00
Gabriel Ebner
7552827fb4
octave: use jdk8
2020-09-19 14:20:46 +02:00
Gabriel Ebner
5ef1503546
maven3: use jdk8
2020-09-19 14:17:01 +02:00
Gabriel Ebner
d2a7944217
openmodelica: use jre8
2020-09-19 14:13:19 +02:00
Gabriel Ebner
d246881412
pmd: use openjdk8
2020-09-19 14:06:57 +02:00
Gabriel Ebner
2306062573
jdepend: use jdk8
2020-09-19 14:06:15 +02:00
Gabriel Ebner
2a991c046c
javaCup: use jdk8
2020-09-19 14:06:15 +02:00
Gabriel Ebner
c37d47d572
freenet: use jdk8
2020-09-19 14:06:15 +02:00
Gabriel Ebner
cb973a0368
antlr: use jre8
2020-09-19 14:06:15 +02:00
Gabriel Ebner
98cab0de9f
swiProlog: use openjdk8
2020-09-19 14:06:14 +02:00
Gabriel Ebner
809f3344f8
virtualbox: use openjdk8
2020-09-19 14:06:14 +02:00
Gabriel Ebner
2edf265448
jedit: use jdk8
2020-09-19 14:06:14 +02:00
Gabriel Ebner
05104cc104
libreoffice-still: specify jdk version
2020-09-19 14:06:14 +02:00
Gabriel Ebner
3d55255bfd
mercury: use openjdk8
2020-09-19 14:06:09 +02:00
Gabriel Ebner
8ca1557652
fop: use openjdk8
2020-09-19 13:33:38 +02:00
Doron Behar
48978fb8d0
jdk: point attributes without version suffix to latest
...
For too long `jdk` was pointing to the legacy, unmaintained openjdk8 and
too many apps are using it just because it works.
2020-09-19 13:27:49 +02:00
Jakub Kądziołka
220490a6b4
sameboy: init at 0.13.6
2020-09-19 09:06:37 +02:00
Ryan Mulligan
ad1c7eb7b6
nixos/heyefi: remove module and package
...
heyefi is no longer maintained by me; the company that made the sd
cards is defunct and the cards depended on their servers to work.
2020-09-18 21:55:07 -07:00
Anderson Torres
641d981483
Merge pull request #98183 from mlvzk/init-discocss
...
discocss: init at 0.1.0
2020-09-19 01:26:07 -03:00
Stig P
f6e70564fc
Merge pull request #97748 from flosse/microserver
...
microserver: init at 0.1.8
2020-09-18 22:50:06 +00:00
Maximilian Bosch
03bf0401fd
Merge pull request #98215 from gebner/blender290
...
blender: 2.83.5 -> 2.90.0
2020-09-18 18:24:59 +02:00
Marek Mahut
52532b7c36
Merge pull request #91256 from prusnak/seeks
...
seeks: remove, upstream unmaintained
2020-09-18 16:32:33 +02:00
Marek Mahut
8e1a41d63e
Merge pull request #94439 from prusnak/gomp
...
gomp: init at 1.1.0
2020-09-18 16:31:50 +02:00
Gabriel Ebner
524755d323
embree: init at 3.11.0
2020-09-18 15:17:23 +02:00
ajs124
61d75820cc
Merge pull request #98125 from helsinki-systems/drop/sky
...
sky: drop
2020-09-18 15:09:21 +02:00
Julian Stecklina
5fa0612d85
cpuid: init at 20200427
...
cpuid is a tool to describe x86 CPU features. This is useful for
people doing low-level software development.
2020-09-18 09:23:14 +02:00
mlvzk
9560e5d1aa
discocss: init at 0.1.0
2020-09-18 00:52:48 +02:00
Lassulus
1ab2364f00
Merge pull request #97037 from IvarWithoutBones/crcpp
...
crcpp: init at 1.0.1.0
2020-09-17 21:38:37 +02:00
Daniël de Kok
3dba63fe64
Merge pull request #98120 from helsinki-systems/drop/transcribe
...
transcribe: drop
2020-09-17 10:18:45 +02:00
Doron Behar
eaf667bbf0
all-packages.nix: Remove trailing space for qutebrowser
2020-09-17 09:24:46 +03:00
ajs124
d219ce3a82
sky: drop
2020-09-16 22:25:38 +02:00
Frederik Rietdijk
bfa35d8d11
qutebrowser: fixup
...
to 2daf5702c6
2020-09-16 21:21:55 +02:00
Frederik Rietdijk
2daf5702c6
qutebrowser: use qt 5.15
...
Follow-up to a4e50bb197
.
2020-09-16 21:00:30 +02:00
Frederik Rietdijk
c88f3adb17
pythonPackages: set qt version by overriding pkgs
2020-09-16 20:55:36 +02:00
Frederik Rietdijk
a4e50bb197
Revert "qutebrowser: use qt515 ( #97586 )"
...
We are not going to add parameters to `python-packages.nix`.
The proper way to do this is override Python, and pass in a
custom `pkgs`.
This reverts commit c1a0dfadea
.
2020-09-16 20:29:23 +02:00
Anderson Torres
8a715e2522
Merge pull request #97298 from felschr/feat/filebot
...
filebot: init at 4.9.1
2020-09-16 15:23:03 -03:00
ajs124
5e8db8802b
transcribe: drop
2020-09-16 20:12:46 +02:00
Marek Mahut
4ecaf7ef3a
Merge pull request #95104 from kcalvinalvin/add-btcpayserver
...
Add btcpayserver
2020-09-16 19:10:31 +02:00