Robert Helgesson
a8d1f3233b
jwt-cli: init at 2.5.1
2020-01-11 12:34:35 +01:00
Frederik Rietdijk
1a654573b0
Merge master into staging-next
2020-01-11 09:32:41 +01:00
lewo
99470a3cb5
Merge pull request #77081 from rawkode/feature/add-run
...
run: init at 0.7.0
2020-01-11 09:19:09 +01:00
Tim Steinbach
ada59cfd43
kafka: Add 2.4
2020-01-10 21:02:03 -05:00
Mario Rodas
ca2247badb
Merge pull request #77321 from filalex77/rq-1.0.2
...
rq: 0.10.4 -> 1.0.2
2020-01-10 20:40:12 -05:00
Florian Klink
39f9b46868
Merge pull request #77452 from flokli/tor-remove-insecure
...
firefoxPackages.tor-browser*, tor-browser-bundle: remove
2020-01-10 19:32:24 +01:00
Victor multun Collod
4a739220a2
pythonPackages.junit-xml: init at 1.8
2020-01-10 10:11:30 -08:00
Maxim Schuwalow
5c2fbc8d27
stups-fullstop: init at 1.1.31
2020-01-10 09:53:47 -08:00
Florian Klink
1efaa03d95
firefoxPackages.tor-browser*, tor-browser-bundle: remove
...
These are all based on firefox versions with known vulnerabilities
exploited in the wild.
We seriously shouldn't ship this in nixpkgs, especially not for
sensitive applications as the Tor Browser.
`tor-browser-bundle` is just a wrapper around
`firefoxPackages.tor-browser`, so let's remove it too.
`tor-browser-bundle-bin` is the much safer bet, which is individually
downloaded from `dist.torproject.org` and just `patchelf`-ed locally to
work on NixOS.
Co-Authored-By: Alyssa Ross <hi@alyssa.is>
Co-Authored-By: Andreas Rammhold <andreas@rammhold.de>
Co-Authored-By: Graham Christensen <graham@grahamc.com>
2020-01-10 18:34:22 +01:00
Frederik Rietdijk
348eaa280b
Merge master into staging-next
2020-01-10 18:32:07 +01:00
Dmitry Kalinkin
f1d3df98d7
Merge pull request #76592 from snglth/master
...
flacon: improvements
2020-01-10 11:33:05 -05:00
zimbatm
ddc83e68cc
Merge pull request #77149 from alyssais/asciidoctor
...
Reduce AsciiDoctor closure size
2020-01-10 14:35:29 +00:00
Florian Klink
f29e259efe
Merge pull request #77417 from petabyteboy/feature/gradle-cleanup
...
remove old gradle versions
2020-01-10 11:27:47 +01:00
Frederik Rietdijk
5ad16cb27f
Merge master into staging-next
2020-01-10 10:34:04 +01:00
Frederik Rietdijk
eb1369670b
Revert "python3: now points to python38"
...
This is going to require more work.
This reverts commit 2dc4ab3677
.
2020-01-10 10:33:40 +01:00
Ben Darwin
ee7d45c638
pythonPackages.hydra: init at 1.4.1
2020-01-09 22:54:16 -08:00
Ben Darwin
60c03fb380
pythonPackages.omegaconf: init at 1.4.1
2020-01-09 22:54:16 -08:00
Ryan Mulligan
55adc491f0
Merge pull request #77180 from anmonteiro/anmonteiro/libev-static
...
libev: Add statically linked `libev` to `pkgsStatic`
2020-01-09 21:28:29 -08:00
Milan Pässler
8337bb607c
gradle: remove old versions
2020-01-10 04:21:18 +01:00
Jonathan Reeve
e4134747f5
pythonPackages.colormath: init at 3.0.0
2020-01-09 15:57:05 -08:00
worldofpeace
ed165adbf6
Merge pull request #77348 from Kiwi/fix-librecad
...
librecad: fix build
2020-01-09 16:18:18 -05:00
Kevin Amado
2b7f4eddde
pythonPackages.pylint-plugin-utils: init at 0.6
2020-01-09 13:07:17 -08:00
Robert Djubek
e0f6da5655
librecad: fix build
...
recently this stopped building on nixos-unstable
a git bisect of nixpkgs revealed;
`# first bad commit: [8f729c0070
] gcc: switch default to gcc9`
this switches the build to use gcc8Stdenv
2020-01-09 20:39:10 +00:00
Scriptkiddi
cef835d40e
pythonPackages.m3u8: init at 0.5.2
2020-01-09 12:11:49 -08:00
Bruno Bzeznik
f7a4e4a93a
bayescan: init at 2.1 ( #68191 )
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-01-09 12:38:53 -05:00
Alyssa Ross
163618988f
ruby: remove references to CC by default
...
This makes RbConfig["CC"] return an invalid path, but I hope nothing
is depending on that anyway...
2020-01-09 15:54:59 +00:00
Domen Kožar
2e765ef206
Merge pull request #77298 from nomeata/haskell-docs-version
...
nixpkgs manual: Update Haskell versions
2020-01-09 14:35:06 +01:00
markuskowa
4f7f962b3b
Merge pull request #77307 from matthiasbeyer/add-mrsh
...
mrsh: init at 2020-01-08
2020-01-09 12:32:30 +01:00
Jaka Hudoklin
139daee494
Merge pull request #77073 from plumelo/auto-update/elasticsearch
...
elk stack: 7.3.1 -> 7.5.1
2020-01-09 09:48:24 +00:00
Dmitry Kalinkin
2287d54e7d
blender: fix on darwin
...
This enables building of Blender.app. The standard build process assumes
that the dependencies are installed in subdirectoris inside $LIBDIR with
libraries built as static. In current implementation we are not looking
to achieve portability, so cmake files are patched to link dynamically
with the libraries in the nix store. Linking to the transitive
dependencies is not needed in the shared case. There are also some minor
inconsistensies in the expected paths, which also need to be patched.
Alternatively, we could patch cmake files to treat darwin as "unix", but
that would require more tweaking to ensure that the frameworks are being
linked properly.
2020-01-09 02:54:50 -05:00
Léo Gaspard
8fcf9926fa
Merge pull request #68973 from symphorien/ihatemoney
...
ihatemoney: init at 4.1 plus module and test
2020-01-09 04:12:54 +01:00
Peter Hoeg
0cffec3a7c
Merge pull request #70258 from juaningan/restrictedpython
...
home-assistant: add support for python_script component
2020-01-09 10:50:17 +08:00
Léo Gaspard
b31660e5bb
Merge branch 'master' into ihatemoney
2020-01-09 03:49:03 +01:00
Peter Hoeg
2e05653e7f
Merge pull request #66699 from tckmn/master
...
pry: init at 0.12.2
2020-01-09 10:42:26 +08:00
Kajetan Champlewski
d84fb6400c
python3Packages.coordinates: init at 0.4.0
2020-01-08 18:10:50 -08:00
Maximilian Bosch
4c45878a30
swaylock-fancy-unstable: init at 2019-03-31
...
Port of `i3lock-fancy` to `swaylock`.
Closes #77284
2020-01-09 02:24:58 +01:00
Ben Darwin
b4615c3b6a
python3Packages.pycm: init at 2.5
2020-01-08 16:19:47 -08:00
Kevin Amado
f467c3e13a
pythonPackages.dodgy: init at 0.2.1
2020-01-08 16:09:59 -08:00
Vladimír Čunát
5c780036c5
Merge branch 'master' into staging-next
...
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Jonathan Ringer
6074b17dad
cookiecutter: use python3
2020-01-08 12:59:24 -08:00
Matthew Bauer
0ab7cf72c3
Merge pull request #77147 from hamishmack/email-sender-macos
...
perlPackages.EmailSender: Fix for macOS
2020-01-08 15:25:54 -05:00
Gürkan Gür
0def56c8ee
pythonPackages.pysnooper: init at 0.3.0
2020-01-08 11:46:48 -08:00
Gürkan Gür
08f1be27b5
pythonPackages.python-toolbox: init at 0.9.4
2020-01-08 11:46:48 -08:00
Oleksii Filonenko
cb132f981f
tiny: init at 0.5.1
2020-01-08 21:14:53 +02:00
Aaron Andersen
d30de7887a
pcsx2: 1.4.0 -> unstable-2020-01-05
2020-01-08 14:01:36 -05:00
Jörg Thalheim
a3c8a81e2d
Merge pull request #77323 from worldofpeace/nox-not-in-release
...
release: drop nox for nixpkgs-review
2020-01-08 18:04:40 +00:00
Leonhard Markert
4f2aa54cb9
clippy: expose as top-level package
2020-01-08 16:59:50 +01:00
worldofpeace
9404009d0c
release: drop nox for nixpkgs-review
...
The comment in this file about why nox is here
was "Needed by travis-ci to test PRs", and we
for sure don't use travis-ci anymore.
Instead we're making nixpkgs-review a deliverable
because it's included in the PR template as a tool
to use. We also swapped out nox for nixpkgs-review
in the PR template, so I believe this makes sense
here because it was changed.
2020-01-08 09:47:49 -05:00
Oleksii Filonenko
9a5b23119c
rq: 0.10.4 -> 1.0.2
2020-01-08 16:37:27 +02:00
adisbladis
2d6f1ff4dd
python: Add support for installing Python eggs
2020-01-08 13:59:04 +00:00
Matthias Beyer
dd78f9c247
mrsh: init at 2020-01-08
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-01-08 14:38:43 +01:00
Domen Kožar
5243f9e4ed
Merge pull request #77311 from domenkozar/cachix-channel
...
Add cachix as a blocker for channel updates
2020-01-08 14:18:45 +01:00
Domen Kožar
3eb9f9d83b
Add cachix as a blocker for channel updates
2020-01-08 13:17:54 +01:00
Joachim Breitner
262219be21
nixpkgs manual: Update Haskell versions
...
and leave a comment in all-packages.nix that the docs should be updated
2020-01-08 09:15:20 +01:00
Ben Darwin
81179a4d56
pythonPackages.crc32c: init at 2.0
2020-01-07 20:55:18 -08:00
Mario Rodas
4d77c4a770
Merge pull request #74989 from bcdarwin/plplot
...
plplot: init at 5.15.0
2020-01-07 21:15:06 -05:00
Aaron Andersen
e9d3a3c7d8
Merge pull request #76417 from dirkx/redwax-modules
...
mod_ca, mod_crl, mod_csr, mod_ocsp, mod_scep, mod_pkcs12, mod_spkac, mod_timestamp: init at 0.2.1
2020-01-07 20:49:24 -05:00
Aaron Andersen
24967c14fc
Merge pull request #66710 from tbenst/tusk
...
tusk: init at v0.23.0
2020-01-07 20:46:13 -05:00
tbenst
0dd8ee7d0c
tusk: init at v0.23.0
2020-01-07 17:06:49 -08:00
Samuel Dionne-Riel
4f67905034
Merge pull request #75069 from lopsided98/uboot-odroid-c2
...
uboot: add support for the ODROID-C2
2020-01-07 19:07:47 -05:00
worldofpeace
a14e1e343b
Merge pull request #77078 from fgaz/facette/remove
...
facette: remove
2020-01-07 18:53:09 -05:00
edef
7d7d41f7b5
Merge pull request #74912 from edef1c/pounce
...
pounce: init at 1.0p1
2020-01-07 20:26:27 +00:00
Andrew Childs
af0047be3a
uboot: add ubootBananaPim3 for Banana Pi M3
2020-01-07 21:00:11 +01:00
Luis Pedro Coelho
fdfebafc10
blast: init at 2.10.0 ( #61430 )
...
Co-authored-by: Pavel Chuprikov <pschuprikov@gmail.com>
2020-01-07 20:14:18 +01:00
markuskowa
f8193b165f
Merge pull request #76924 from Emantor/pkg/python-xmodem
...
pythonPackages.xmodem: init at 0.4.5
2020-01-07 20:10:06 +01:00
Frederik Rietdijk
a823616723
Merge master into staging-next
2020-01-07 20:06:22 +01:00
Francesco Gazzetta
d56e84b9c4
facette: remove
...
It never actually built within the sandbox, and it's now more difficult
to package than ever
2020-01-07 16:12:49 +01:00
Jörg Thalheim
cd9947a5a7
linux_5_4: also include fpu patch
...
Otherwise zfs performance is unbearable
2020-01-07 13:34:13 +00:00
Linus Heckemann
bf012bcd31
Merge pull request #76894 from oxalica/firefox-bump-rust
...
firefox: update rust to 1.40.0
2020-01-07 14:17:43 +01:00
markuskowa
9a805e9b4f
Merge pull request #76941 from Pamplemousse/bash_unit
...
bash_unit: init at 1.6.1
2020-01-07 09:31:53 +01:00
Antonio Nuno Monteiro
66f12cac09
libev: Add statically linked libev
to pkgsStatic
2020-01-06 22:16:11 -08:00
Hamish Mackenzie
940c46a924
perlPackages.EmailSender: Fix for macOS
...
Use shortenPerlShebang to avoid the limit macOS puts on the length of
shebang.
2020-01-07 12:09:39 +13:00
Florian Klink
15695df474
Merge pull request #76386 from mweinelt/powerlevel10k
...
zsh-powerlevel10k: init at unstable-2019-12-19
2020-01-06 22:51:12 +01:00
Wael M. Nasreddine
ba3aeb1ca1
pythonPackages.h3: init at 3.4.3
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
1301359d26
h3: init at 3.4.4
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
be2b7fde23
pythonPackages.timezonefinder: init at 4.2.0
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
801b3438eb
pythonPackages.snowflake-sqlalchemy: init at 1.1.17
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
892f2962ff
pythonPackages.snowflake-connector-python: init at 2.1.2
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
83288405df
pythonPackages.oscrypto: init at 1.1.1
2020-01-06 13:51:00 -08:00
Wael M. Nasreddine
98e4b05851
pythonPackages.area: init at 1.1.1
2020-01-06 13:51:00 -08:00
Matt Layher
987a5ffea5
corerad: init at v0.1.4
...
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-01-06 13:49:14 -08:00
Martin Weinelt
6eb0aee387
zsh-powerlevel10k: init at unstable-2019-12-19
2020-01-06 21:49:15 +01:00
Pamplemousse
34441168b3
bash_unit: init at 1.6.1
2020-01-06 11:35:24 -07:00
Jason Felice
de8700d42d
mercurial_4: init at 4.9.1
2020-01-06 19:23:24 +01:00
David McKay
22622e99a3
run: init at 0.7.0
2020-01-06 14:37:13 +00:00
Mario Rodas
b103b3f13e
Merge pull request #74136 from filalex77/runelite-2.0.0
...
runelite: 1.6.0 -> 2.0.0
2020-01-06 09:24:41 -05:00
Oleksii Filonenko
f930613999
runelite: 1.6.0 -> 2.0.0
...
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2020-01-06 09:13:42 -05:00
markuskowa
c10e8d6345
Merge pull request #76693 from filalex77/findomain-0.9.3
...
findomain: init at 0.9.3
2020-01-06 14:54:36 +01:00
vasile luta
0a8f9dfc13
elk7Version: 7.3.1 -> 7.5.1
2020-01-06 15:20:14 +02:00
Mario Rodas
a3579637bc
Merge pull request #75883 from filalex77/neo-cowsay-1.0.0
...
neo-cowsay: init at 1.0.0
2020-01-06 08:13:33 -05:00
Oleksii Filonenko
3e036c262b
findomain: init at 0.9.3
2020-01-06 13:57:34 +02:00
Rouven Czerwinski
b656da1683
pythonPackages.xmodem: init at 0.4.5
2020-01-06 12:40:11 +01:00
Frederik Rietdijk
4a91444aa8
Merge staging-next into staging
2020-01-06 12:01:12 +01:00
Frederik Rietdijk
8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
...
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
Frederik Rietdijk
f4b4ef130a
Merge pull request #76659 from veprbl/pr/cmake_static_adapter
...
pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmake
2020-01-06 11:58:18 +01:00
Frederik Rietdijk
17ab5f9d88
Merge master into staging-next
2020-01-06 10:38:20 +01:00
Elis Hirwing
2e3624dcb7
phpPackages.phpstan: 0.12.3 -> 0.12.4
...
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.12.4
2020-01-06 09:02:44 +01:00
Ryan Mulligan
2a9e79dd0e
Merge pull request #62664 from vanschelven/flask-swagger-ui
...
pythonPackages.flask-swagger-ui: init at 3.20.9
2020-01-05 21:29:20 -08:00
Ryan Mulligan
a5c346f6a7
Merge pull request #60518 from bignaux/gweled
...
gweled: init at unstable-2018-02-15
2020-01-05 21:18:09 -08:00
Ryan Mulligan
fbd0f1d3e5
Merge pull request #57034 from ajs124/uefitool
...
uefitool: init at A55 and 0.27.0
2020-01-05 18:06:30 -08:00
Trolli Schmittlauch
fe1f77ad2b
pythonPackages: re-order django modules
2020-01-05 17:31:28 -08:00
Trolli Schmittlauch
ccf95dff97
pythonPackages.django-simple-captcha: init at 0.5.12
...
co-author: Vladyslav Burzakovskyy <vladislav.burzakovskij@satoshilabs.com>
2020-01-05 17:31:28 -08:00
Trolli Schmittlauch
e5255bfd30
pythonPackages.django-ranged-response: init at 0.2.0
...
co-author: Vladyslav Burzakovskyy <vladislav.burzakovskij@satoshilabs.com>
2020-01-05 17:31:28 -08:00
edef
2a06e1521f
pounce: init at 1.0p1
2020-01-06 01:04:47 +00:00
Eelco Dolstra
0ec8c3bb12
Revert "nix: build using gcc8"
...
This reverts commit 7ac90533a1
.
2020-01-05 20:42:44 +01:00
ajs124
65a2c708e7
uefitool: init at A56 and 0.27.0
...
default to new-engine
2020-01-05 19:24:10 +01:00
Ryan Mulligan
2e8fc97dbf
Merge pull request #57583 from costrouc/python-init-sphinxcontrib-tikz
...
pythonPackages.sphinxcontrib-tikz: init at 0.4.6
2020-01-05 09:33:41 -08:00
Ryan Mulligan
38929d3ddc
Merge pull request #55284 from vcanadi/notedown
...
pythonPackages.notedown: init at 1.5.1
2020-01-05 08:19:19 -08:00
Ryan Mulligan
f8cd096aad
Merge pull request #54967 from volhovm/volhovm/clmagma
...
clmagma: init at 1.3
2020-01-05 08:18:12 -08:00
Frederik Rietdijk
981b94442b
Merge staging-next into staging
2020-01-05 16:10:40 +01:00
Frederik Rietdijk
828f93a326
Merge master into staging-next
2020-01-05 16:00:21 +01:00
Frederik Rietdijk
e6d62eb73e
python2Packages.pyxattr: add missing rec
2020-01-05 15:41:35 +01:00
Frederik Rietdijk
444a6b8d9e
python2Packages.cachetools: restore 3.1.1 for python2
2020-01-05 15:41:35 +01:00
Frederik Rietdijk
dc911b165b
Revert "python-google_auth: build this package with on older version of cachetools"
...
This reverts commit 177ab0e01e
.
2020-01-05 15:41:35 +01:00
Frederik Rietdijk
e635333870
python2Packages.pyxattr: remain at 0.6.1, fixes #76979
2020-01-05 15:28:30 +01:00
Frederik Rietdijk
0d0a4f160e
Merge pull request #76631 from kamadorueda/pythonPackages
...
Add many new pythonPackages
2020-01-05 15:18:07 +01:00
Peter Simons
177ab0e01e
python-google_auth: build this package with on older version of cachetools
...
Fixes https://github.com/NixOS/nixpkgs/issues/76978 .
2020-01-05 14:47:56 +01:00
markuskowa
87021d3ca1
Merge pull request #76898 from markuskowa/fix-soapysdr
...
soapysdr: add as python module
2020-01-05 13:41:28 +01:00
markuskowa
1c55261574
Merge pull request #75526 from robertodr/more-mkl
...
Add GNU threading and Fortran libraries to MKL package
2020-01-04 20:36:43 +01:00
Ryan Mulligan
e7e5fc9584
Merge pull request #61387 from bricewge/ddcci-driver-linux
...
ddcci-driver: init at 0.3.2
2020-01-04 07:58:45 -08:00
Ryan Mulligan
ceb515d438
Merge pull request #60390 from monsieurp/new-tmux-panes
...
tmux-xpanes: init at 4.1.0
2020-01-04 07:47:09 -08:00
Michael Raskin
df3896f6ac
Merge pull request #76900 from misuzu/psi-1.4
...
psi: 0.15 -> 1.4
2020-01-04 15:20:43 +00:00
Frederik Rietdijk
2dc4ab3677
python3: now points to python38
2020-01-04 15:27:48 +01:00
Michel Weitbrecht
d38c4638ee
python3.pkgs.graph-tool: 2.27 -> 2.29
...
The dependency 'pkg-config' was renamed and the two patches have since been
included or resolved.
2020-01-04 14:54:38 +01:00
misuzu
b3a3168a95
psi: 0.15 -> 1.4
2020-01-04 14:41:59 +02:00
Ryan Mulligan
bd62dd3bb3
Merge pull request #60336 from Tomahna/metals
...
metals: init at 0.7.6
2020-01-03 21:59:15 -08:00
Symphorien Gibol
b40fc3a56b
pynagsystemd: init at 1.2.0
...
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-01-03 15:48:42 -08:00
Symphorien Gibol
dd478ddc36
pythonPackages.nagiosplugin: init at 1.3.2
2020-01-03 15:48:42 -08:00
Kevin Amado
ff892ee1f0
pythonPackages.bandit: init at 1.6.2
2020-01-03 17:56:41 -05:00
Kevin Amado
1da8594596
pythonPackages.msal-extensions: init at 0.1.3
2020-01-03 17:56:41 -05:00
Kevin Amado
37148a82b2
pythonPackages.msal: init at 1.0.0
2020-01-03 17:56:41 -05:00
Kevin Amado
58717e6ccc
pythonPackages.azure-keyvault-nspkg: init at 1.0.0
2020-01-03 17:56:41 -05:00
Kevin Amado
b4f81b9628
pythonPackages.azure-identity: init at 1.1.0
2020-01-03 17:56:41 -05:00
Kevin Amado
8f08c1baee
pythonPackages.names: init a 0.3.0
2020-01-03 17:56:41 -05:00
Kevin Amado
4f8eba122a
pythonPackages.oyaml: init at 0.9
2020-01-03 17:56:41 -05:00
Kevin Amado
8b2b1d125d
pythonPackages.pyjks: init a 19.0.0
2020-01-03 17:56:41 -05:00
Kevin Amado
46a3045884
pythonPackages.pysmb: init at 1.1.28
2020-01-03 17:56:41 -05:00
Kevin Amado
3af635e043
pythonPackages.requirements-detector: init at 0.6
2020-01-03 17:56:41 -05:00
Kevin Amado
0634484a53
pythonPackages.javaobj-py3: init a 0.3.0
2020-01-03 17:56:40 -05:00
Kevin Amado
ea7fa57694
pythonPackages.twofish: init at 0.3.0
2020-01-03 17:56:40 -05:00
Kevin Amado
78d619c65e
pythonPackages.viewstate: init at 0.4.3
2020-01-03 17:56:40 -05:00
Markus Kowalewski
4097ffcc29
soapysdr: add as python module
...
Use "toPythonModule" function to make python interface available.
2020-01-03 23:11:02 +01:00
Matthew Bauer
04000331c1
Merge pull request #74284 from matthewbauer/ios-with-xcode-11
...
Update iOS for XCode 11
2020-01-03 15:35:41 -05:00
Matthew Bauer
9c1a2ac51e
Merge remote-tracking branch 'origin/master' into ios-with-xcode-11
2020-01-03 15:34:20 -05:00
John Ericson
28c37155d7
xcode: Add more hashes, and fix some old ones
2020-01-03 15:19:08 -05:00
Gabriel Ebner
3604ae8394
Merge pull request #74259 from Evils-Devils/kicad-unstable
...
kicad: cleanup, fix and update
2020-01-03 20:14:07 +01:00
oxalica
3adf53d5cb
firefox: update rust to 1.40.0
2020-01-04 01:52:21 +08:00
puzzlewolf
c5e72fa686
frescobaldi: 3.0.0 -> 3.1 ( #76889 )
2020-01-03 12:24:59 -05:00
Will Dietz
336155cf3f
perlPackages.TimeDate: fix tests that fail as of 2020
2020-01-03 18:11:44 +01:00
Dmitry Kalinkin
bb890c4561
double-conversion: remove the "static" option
...
pkgsStatic.double-conversion already has CMAKE_BUILD_SHARED set to OFF.
2020-01-03 11:44:23 -05:00