Maximilian Bosch
0f5c38feed
hydra: 2020-03-24 -> 2020-04-07
...
Also removed `pkgs.hydra-flakes` since flake-support has been merged
into master[1]. Because of that, `pkgs.hydra-unstable` is now compiled
against `pkgs.nixFlakes` and currently requires a patch since Hydra's
master doesn't compile[2] atm.
[1] https://github.com/NixOS/hydra/pull/730
[2] https://github.com/NixOS/hydra/pull/732
2020-04-07 14:11:12 +02:00
Andreas Rammhold
1859b5a5ae
libvpx_1_8: init at 1.8.2
...
Adding this as a new attribute as software is likely going to break when
we switch the default from the 1.7 branch to 1.8.
2020-04-07 13:27:26 +02:00
Vincent Laporte
dbc8a54ce5
jackline: use OCaml 4.08
2020-04-07 11:43:04 +02:00
Maciej Krüger
4e71d7ed46
pythonPackages.pam: init at 1.8.4
2020-04-06 21:07:33 -07:00
Mario Rodas
55d2a340d4
Merge pull request #84461 from marsam/fix-libbluray-build
...
libbluray: fix build on darwin
2020-04-06 20:13:09 -05:00
Maximilian Bosch
183aeb2df2
Merge pull request #84520 from herrwiese/for-master/zsh-nix-shell
...
zsh-nix-shell: init at (unstable-)2019-12-20
2020-04-07 01:53:50 +02:00
Maximilian Bosch
b7fa0af10c
Merge pull request #84495 from doronbehar/package-gmailctl
...
gmailctl: init at 0.6.0
2020-04-07 01:42:51 +02:00
Andreas Wiese
f4e273dbac
zsh-nix-shell: init at (unstable-)2019-12-20
2020-04-07 01:00:58 +02:00
Timo Kaufmann
5d3f4e9c0b
Merge pull request #84457 from vbgl/ocaml-gettext-0.4.1
...
ocamlPackages.ocaml_gettext: 0.3.8 → 0.4.1
2020-04-06 21:52:01 +00:00
Matthew Bauer
7cc40e15e4
treewide/nixos: use stdenv.cc.libc instead of glibc when available
...
This prevents duplication in cross-compiled nixos machines. The
bootstrapped glibc differs from the natively compiled one, so we get
two glibc’s in the closure. To reduce closure size, just use
stdenv.cc.libc where available.
2020-04-06 16:36:27 -04:00
Timo Kaufmann
ae55e4ec3b
Merge pull request #83447 from drewrisinger/dr-pr-python-qiskit-aqua
...
python3Packages.qiskit-aqua: init at 0.6.5
2020-04-06 17:47:31 +00:00
Wael Nasreddine
a5e6fa6d8e
bazel-gazelle: init at 0.20.0 ( #84222 )
2020-04-06 10:42:53 -07:00
Doron Behar
85bf628911
gmailctl: init at 0.6.0
2020-04-06 20:02:40 +03:00
Drew Risinger
2553798f93
python3Packages.qiskit-aqua: init at 0.6.5
...
Qiskit Aqua: An extensible library of quantum computing algorithms.
This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-06 12:01:35 -04:00
Vincent Laporte
c0086a5c2a
ocamlPackages.ocaml_gettext: 0.3.8 → 0.4.1
2020-04-06 13:57:21 +02:00
Marek Mahut
c392599be3
Merge pull request #84218 from equirosa/tut
...
tut: init at 0.0.2
2020-04-06 12:36:05 +02:00
Mario Rodas
bee7f216b5
libbluray: fix build on darwin
2020-04-06 04:20:00 -05:00
Frederik Rietdijk
2420184727
Merge staging into staging-next
2020-04-06 08:54:28 +02:00
Holger Wünsche
c4afa32b29
llvmPackages_latest: llvm9->llvm10
...
since llvm10 is now the newest release
now throws an error if llvm-polly or clang-polly is build, since polly
is enabled by default.
2020-04-06 08:27:56 +02:00
José Romildo Malaquias
9908785fa7
Merge pull request #84230 from romildo/upd.gnome-icon-theme
...
gnome2.gnome_icon_theme: 2.91.93 -> 3.12.0
2020-04-05 22:42:58 -03:00
José Romildo Malaquias
737586bf4f
gnome2.gnome-icon-theme: move to pkgs/data/icons
2020-04-05 22:14:23 -03:00
Elis Hirwing
3b6539896b
Merge pull request #83896 from etu/slim-down-default-php-v3
...
PHP: Make the default package more sane [v3]
2020-04-05 20:00:03 +02:00
Elis Hirwing
8d2e5d5cd6
php.extensions.pthreads: Reintroduce pthreads for php72 and php73
2020-04-05 16:46:24 +02:00
Elis Hirwing
102aac631b
php.extensions.pinba: Reintroduce pinba for php72, php73 and php74
2020-04-05 16:46:11 +02:00
talyz
b5c59cebc6
php: Document withExtensions + general improvements
2020-04-05 16:46:05 +02:00
Elis Hirwing
a2099156ec
php: split php.packages to php.packages and php.extensions
...
So now we have only packages for human interaction in php.packages and
only extensions in php.extensions. With this php.packages.exts have
been merged into the same attribute set as all the other extensions to
make it flat and nice.
The nextcloud module have been updated to reflect this change as well
as the documentation.
2020-04-05 16:45:17 +02:00
talyz
fe4d173cb2
php.packages: Fix and clean up external extensions
...
Fix extensions that were broken by the extension refactoring and
remove pthreads and pinba, which had asserts which broke evaluation,
were in need of refactoring and of dubious value.
2020-04-05 16:44:37 +02:00
talyz
90dcab948c
php.packages: Use derivations for internalDeps in mkExtension
...
Make mkExtension put headers in the dev output and use them, instead of
a different part of the current source tree, when referring to another
extension by using internalDeps.
This means external extensions can be built against the internal ones.
2020-04-05 16:44:01 +02:00
talyz
b1106a1851
phpPackages: Move phpPackages to php.packages
...
This means php packages can now refer to other php packages by looking
them up in the php.packages attribute and gets rid of the internal
recursive set previously defined in php-packages.nix. This also means
that in applications where previously both the php package and the
corresponding version of the phpPackages package set had to be
specified, the php package will now suffice.
This also adds the phpWithExtensions parameter to the
php-packages.nix, which can be used by extensions that need a fully
featured PHP executable.
2020-04-05 16:43:50 +02:00
talyz
14bfb844d6
php: Make mkExtension pass on additional args to mkDerivation
2020-04-05 16:43:43 +02:00
Benjamin Hipple
c7af5ac9c9
Merge pull request #84281 from misuzu/kmon-init
...
kmon: init at 1.0.0
2020-04-05 09:56:31 -04:00
Euan Kemp
e370711ad0
k3s: init at 1.17.3+k3s1
...
This packages k3s as a single self-contained binary (as upstream k3s
does), but without having to download any impure already-built binaries.
The upstream packaging scripts are used. Due to k3s's rather complicated
packaging arrangement, this ends up being a rather long derivation.
2020-04-05 15:34:18 +02:00
Vincent Laporte
d6a8d0ca5b
coq_8_11: 8.11.0 → 8.11.1
2020-04-05 15:32:32 +02:00
Frederik Rietdijk
98cefdd37f
Merge pull request #83155 from roastiek/alsa-upgrade
...
alsa-lib: 1.1.9 -> 1.2.2 and new alsa conf packages
2020-04-05 13:17:16 +02:00
Frederik Rietdijk
e50c67ad7e
Merge pull request #83618 from NixOS/staging-next
...
Staging next
2020-04-05 13:13:21 +02:00
misuzu
220ce926b3
kmon: init at 1.0.0
2020-04-05 13:28:48 +03:00
Eelco Dolstra
7121160d5b
Merge pull request #84214 from edolstra/update-nix
...
Update nixUnstable + nixFlakes, remove nix1
2020-04-05 10:20:02 +02:00
Frederik Rietdijk
866c5aa090
Merge master into staging-next
2020-04-05 08:33:39 +02:00
Anderson Torres
f0959a7b0c
Merge pull request #84284 from AndersonTorres/update-babashka
...
babashka: 0.0.71 -> 0.0.78
2020-04-04 22:26:40 -03:00
Eduardo Quiros
20f9dae4f5
tut: init at 0.0.2
2020-04-04 16:22:36 -06:00
AndersonTorres
78cd46512c
babashka: 0.0.71 -> 0.0.78
2020-04-04 18:34:09 -03:00
Mario Rodas
48ec5da6ac
zenith: enable on darwin
2020-04-04 16:20:00 -05:00
Eelco Dolstra
5d583db5a2
Remove Nix 1.x
2020-04-04 21:57:15 +02:00
Timo Kaufmann
02b1f2a2de
Merge pull request #83224 from shnarazk/cadical-pr
...
cadical: init at 1.2.1
2020-04-04 15:44:04 +00:00
Narazaki, Shuji
c5a12e33d2
cadical: init at 1.2.1
2020-04-05 00:22:36 +09:00
Maximilian Bosch
384a164a25
Merge pull request #83753 from cole-h/rofi-emoji
...
rofi-emoji: init at 2.1.2
2020-04-04 16:39:15 +02:00
Maximilian Bosch
5b6d9b2bb6
Merge pull request #84234 from catern/csv
...
csv2latex: init at 0.22
2020-04-04 14:37:26 +02:00
Timo Kaufmann
696274fae7
Merge pull request #83183 from bbigras/zenith
...
zenith: init at 0.8.0
2020-04-04 11:41:02 +00:00
Vincent Laporte
4dd89ce0a0
OCaml: default to version 4.09
2020-04-04 13:26:33 +02:00
Marek Mahut
b6dbef4759
Merge pull request #81196 from prusnak/certbot
...
certbot: 1.0.0 -> 1.3.0
2020-04-04 08:18:20 +02:00
Peter Hoeg
919430d9f2
Merge pull request #84212 from prusnak/scummvm-games
...
scummvm: add broken-sword-25 and dreamweb games
2020-04-04 13:13:28 +08:00
Spencer Baugh
797d90e259
csv2latex: init at 0.22
2020-04-04 00:09:28 -04:00
Pavol Rusnak
2133c106a1
scummvm: add broken-sword-25 and dreamweb games
2020-04-03 23:11:31 +02:00
Chuck
dec9ac364a
darcs: Fix build (Use old GHC)
...
This is fixed at upstream's head; this change can be reverted after
darcs cuts a new release (current release is 2.14.2).
2020-04-03 22:00:30 +02:00
Frederik Rietdijk
92124ed660
Merge master into staging-next
2020-04-03 21:54:40 +02:00
Wael Nasreddine
9e55da14fe
prow: 2019-08-14 -> 2020-04-01 ( #84055 )
2020-04-03 10:09:11 -07:00
Maximilian Bosch
470b916556
Merge pull request #84186 from matthiasbeyer/update-pulseeffects
...
pulseeffects: 4.7.1 -> 4.7.2
2020-04-03 16:31:33 +02:00
Mario Rodas
3573d7801c
Merge pull request #84172 from filalex77/kondo-0.3
...
kondo: init at 0.3
2020-04-03 09:13:16 -05:00
Matthias Beyer
fb818c536a
pulseeffects: 4.7.1 -> 4.7.2
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:59 +02:00
Matthias Beyer
4458697264
boost17x: boost171 -> boost172
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:40 +02:00
Matthias Beyer
c028978211
boost: init at 1.72.0
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-03 13:52:06 +02:00
gnxlxnxx
8e6a74e957
swaylock-effects: init at v1.6-0
2020-04-03 13:02:28 +02:00
Oleksii Filonenko
72fb30d5cc
kondo: init at 0.3
2020-04-03 11:55:56 +03:00
tomberek
939976a929
parallel-full: init SQL and CSV support ( #77619 )
...
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-04-03 09:49:28 +01:00
talyz
8924a7de3d
php: Make buildEnv recursive + take extension deps into account
...
A slight rewrite of buildEnv which:
1. Makes buildEnv recursively add itself to its output, so that it can
be accessed from any php derivation.
2. Orders the extension text strings according to their internalDeps
attribute - dependencies have to be put before dependants in the
php.ini or they will fail to load due to missing symbols.
2020-04-03 10:11:15 +02:00
talyz
6c810c235d
phpPackages.exts: Run tests by default
...
The tests for many of the extensions run just fine, for some a small
portion fail. This runs the tests by default and disables the tests
extensions with any failing tests.
2020-04-03 10:11:14 +02:00
talyz
282337799b
php: Build an even slimmer base
...
This moves yet more extensions from the base build to
phpPackages.ext. Some of the extensions are a bit quirky and need
patching for this to work, most notably mysqlnd and opcache.
Two new parameters are introduced for mkExtension - internalDeps and
postPhpize. internalDeps is used to specify which other internal
extensions the current extension depends on, in order to provide them
at build time. postPhpize is for when patches and quirks need to be
applied after running phpize.
Patch notes:
- For opcache, older versions of PHP have a bug where header files are
included in the wrong order.
- For mysqlnd, the config.h is never included, so we include it in the
main header file, mysqlnd.h. Also, the configure script doesn't add
the necessary library link flags, so we add them to the variable
configure should have added them to.
2020-04-03 10:11:13 +02:00
Elis Hirwing
da8ca2be2f
phpPackages.exts.gmp: Enable on darwin
2020-04-03 10:11:12 +02:00
Elis Hirwing
a5f77d6ea2
php-unit: Drop the declaration of the php-unit attributes since they aren't used
2020-04-03 10:11:11 +02:00
Elis Hirwing
be7bf5a18d
php-embed: Drop the declaration of the php-embed attributes
2020-04-03 10:11:07 +02:00
Michele Guerini Rocco
0bb17a4b19
Merge pull request #81223 from aaronjanse/init-papermc
...
papermc: init at 1.15.2r121
2020-04-03 09:15:36 +02:00
Aaron Janse
631fe89c59
papermc: init at 1.15.2r121
2020-04-02 21:33:04 -07:00
Florian Klink
44c20fb83e
Merge pull request #84087 from Izorkin/mariadb-tokudb
...
mariadb: update build configuration.
2020-04-02 23:44:03 +02:00
Milan
90354cd127
xonotic: split glx, sdl, dedicated, data ( #83461 )
...
This has many advantages:
- Each variant can be installed without pulling in the dependencies of the
other variants, which makes it possible to build an SDL variant
without X11 dependencies
- Hydra can now build binaries without downloading 1GB of data, so users
do not have to build them on their own machines
- Users do not have to redownload 1GB of data after each dependency
update
Includes the following fixes:
- Add dependency on libGL for GLX variant as it will fail in some
environments otherwise
- Pass -j and -l to make to enable parallel building
- Quote homepage URI and use https
- Add a .desktop file and icons
2020-04-02 21:58:05 +02:00
Silvan Mosberger
12c1fdda09
zfs: Use callPackages instead of callPackage to allow overriding
2020-04-02 21:42:59 +02:00
Eelco Dolstra
74e7ef35fe
nix-daemon.nix: Add option nix.registry
...
This allows you to specify the system-wide flake registry. One use is
to pin 'nixpkgs' to the Nixpkgs version used to build the system:
nix.registry.nixpkgs.flake = nixpkgs;
where 'nixpkgs' is a flake input. This ensures that commands like
$ nix run nixpkgs#hello
pull in a minimum of additional store paths.
You can also use this to redirect flakes, e.g.
nix.registry.nixpkgs.to = {
type = "github";
owner = "my-org";
repo = "my-nixpkgs";
};
2020-04-02 19:38:00 +02:00
Jonathan Ringer
5c171862b6
git-lfs: 2.8.0 -> 2.10.0
2020-04-02 16:11:45 +00:00
Izorkin
0296e678cf
mariadb: add option to build server without tokudb storage
2020-04-02 18:05:04 +03:00
Mario Rodas
aa8bd52698
Merge pull request #82558 from tilpner/ncspot-mpris
...
ncspot: enable MPRIS by default
2020-04-02 08:43:35 -05:00
Jörg Thalheim
46d919f578
Merge pull request #83503 from sternenseemann/apostrophe
...
uberwriter: renamed to apostrophe
2020-04-02 14:23:49 +01:00
Ivar
318f05f776
xp-pen-g430: init at 20190820
2020-04-02 14:51:43 +02:00
Jörg Thalheim
5b806fe569
Merge pull request #78609 from fishi0x01/fishi0x01/onesixtyone
...
onesixtyone: init at unstable-2019-12-26
2020-04-02 13:38:23 +01:00
Seebi
d343d703c8
rgp: init at 1.7.0.29 ( #79343 )
...
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-04-02 12:49:36 +01:00
Thomas Tuegel
20937a2202
Merge pull request #83152 from s9gf4ult/master
...
qxmledit: init at 0.9.15
2020-04-02 05:48:06 -05:00
Jörg Thalheim
cd3d229eba
Merge pull request #83583 from colemickens/nixpkgs-ha-pkgs-alarmdecoder
...
pythonPackages.alarmdecoder: init at v1.13.9
2020-04-02 09:47:54 +01:00
Bruno Bigras
6d6f5d1692
zenith: init at 0.8.0
2020-04-02 01:38:10 -04:00
John Ericson
6bf6ec8a96
Merge remote-tracking branch 'upstream/master' into consistent-bazel-ref
2020-04-01 16:16:30 -04:00
John Ericson
6f94f8fd3f
bazel-*: Consistently self reference
...
Using `bazel_self` for self-references makes managing bazel versions
easier: their less risk of changing defaults or copy pasted code for no
versions leading to incorrect self-references.
2020-04-01 16:16:26 -04:00
Drew Risinger
543382d83c
pythonPackages.qiskit-ignis: init at 0.2.0
...
Qiskit Ignis is a toolbox for quantum hardware verification,
noise characterization, and error correction.
This commit follows the new Qiskit scheme of breaking one large package
into smaller packages (terra, aer, etc), and then having a single
meta-package "qiskit" that comprises them.
2020-04-01 09:49:29 -07:00
Vincent Laporte
8e686bacc4
ocamlPackages.ocaml-r: init at 0.2.0
2020-04-01 17:29:30 +02:00
Tim Steinbach
7f56fdd997
linux: Init 5.6.1
...
Change linux_latest to 5.6
2020-04-01 10:46:02 -04:00
Alyssa Ross
2ed758481c
minijail-tools: init at 14
...
This is built from the same source as minijail, but is for all intents
and purposes a seperate package. It builds different things, with no
overlap, and is under a different license.
2020-04-01 13:44:28 +00:00
Mario Rodas
3f85d8c912
Merge pull request #83860 from filalex77/sozu-0.11.46
...
sozu: init at 0.11.46
2020-04-01 08:22:28 -05:00
Matthew Bauer
fd6278500b
Merge pull request #83889 from matthewbauer/andyetitmoves-make-unconditional
...
andyetitmoves: make unconditional
2020-03-31 22:06:45 -05:00
Dennis Gosnell
4c23f68699
Merge pull request #82964 from lilyball/psc-package
...
psc-package: Stop using haskellPackages to build
2020-04-01 10:39:46 +09:00
Elis Hirwing
96a5e0c928
php: init phpXYbase packages and make the default php extended by default
...
Also, add opcache to default extensions since it significantly
increases PHP's performance and is by default enabled on Debian based
distributions. Not having it enabled by default results in a puzzling
performance loss for anyone attempting to migrate from Debian/Ubuntu
to NixOS who is unaware of this. Therefore, enable it by default. /talyz
2020-03-31 22:06:45 +02:00
Jan Tojnar
dbb4a47de0
Merge branch 'staging-next' into staging
2020-03-31 21:33:00 +02:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next
2020-03-31 21:32:15 +02:00
Cole Helbling
7fce01fd6a
rofi-emoji: init at 2.1.2
...
This plugin is intended to be supplied to the `rofi` wrapper through an
override:
pkgs.rofi.override { plugins = [ rofi-emoji ]; }
2020-03-31 12:00:54 -07:00
Jan Tojnar
0cb43d3151
Merge pull request #83732 from jansol/xow
...
xow: init at 0.4
2020-03-31 20:41:17 +02:00
Jan Tojnar
08306f3f26
Merge pull request #83832 from jtojnar/samba-things
...
Clean up & update samba things
2020-03-31 20:38:45 +02:00
Timo Kaufmann
1b6245b4fb
Merge pull request #82177 from tckmn/add-ipbt
...
ipbt: init at 20190601.d1519e0
2020-03-31 18:08:15 +00:00
Andy Tockman
db397cd2ff
ipbt: init at 20190601.d1519e0
2020-03-31 11:43:28 -05:00
Karl Fischer
da971031ea
onesixtyone: init at unstable-2019-12-26
2020-03-31 17:50:18 +02:00
Timo Kaufmann
c6590b2063
Merge pull request #82259 from doronbehar/package-liberio
...
liberio: init at unstable-2019-12-11
2020-03-31 15:42:46 +00:00
Timo Kaufmann
83fd89945d
Merge pull request #79661 from luc65r/pkg/cemu
...
cemu: init at 1.3
2020-03-31 15:17:33 +00:00
Timo Kaufmann
3bd7fc2800
Merge pull request #80752 from doronbehar/improve-abcde
...
abcde: use python3 eyeD3
2020-03-31 15:03:57 +00:00
Timo Kaufmann
aaa8a8bcf9
Merge pull request #81007 from dawidsowa/thinkpad
...
thinkpad-scripts: init at 4.12.0
2020-03-31 15:02:35 +00:00
Timo Kaufmann
da0fc069c3
Merge pull request #82003 from ymeister/master
...
alsaequal: init at 0.6
2020-03-31 14:56:56 +00:00
Timo Kaufmann
aa304bb398
Merge pull request #83795 from risicle/ris-nghttp2-python
...
nghttp2: add python bindings as pythonPackages.nghttp2
2020-03-31 14:27:04 +00:00
Timo Kaufmann
24ead6996c
Merge pull request #75129 from ryneeverett/legit-init
...
legit: init at 1.2.0
2020-03-31 14:22:31 +00:00
sternenseemann
db9a868fe6
uberwriter: renamed to apostrophe
...
* update 2020-01-24 -> 2020-03-29
* reflect change of name and main repository
2020-03-31 15:08:25 +02:00
Jörg Thalheim
5112c97730
Merge pull request #83441 from lsix/update-khronos-ocl-icd-loader
...
khronos-ocl-icd-loader: 6c03f8b -> 2020.03.13
2020-03-31 12:40:56 +01:00
Jörg Thalheim
5371ea9702
Merge pull request #83582 from colemickens/nixpkgs-ha-pkgs-roku
...
pythonPackages.roku: init at v4.1
2020-03-31 11:46:04 +01:00
Oleksii Filonenko
40d5a07ebe
sozu: init at 0.11.46
2020-03-31 11:48:10 +03:00
Cole Mickens
ad65f60099
pythonPackages.alarmdecoder: init at v1.13.9
2020-03-31 07:46:44 +00:00
Michele Guerini Rocco
9cc3372256
Merge pull request #82082 from OmnipotentEntity/katago-init
...
katago: init at 1.3.5
2020-03-31 09:41:02 +02:00
Evgenii Akentev
902dbdda4f
Add shortenPerlShebang for starman on darwin
2020-03-31 11:59:20 +05:00
Michael Reilly
dc3a76ae0a
katago: init at 1.3.5
2020-03-31 01:49:11 -04:00
Jan Tojnar
1be7664496
ntdb: clean up expression
...
* format with nixpkgs-fmt
* quote homepage as per RFC 0045
* split name → pname & version
* do not use aliases
* switch to wafHook
* move build tools to nativeBuildInputs
2020-03-31 05:20:26 +02:00
Doron Behar
9435d3e9e5
pistol: init at 0.0.4
2020-03-30 20:18:12 -07:00
Jan Tojnar
4cfdc7af53
ldb: 1.3.3 → 2.1.1
...
* Move build tools to nativeBuildInputs
* Switch to Python 3 as it is required by most Samba libraries
* Do not yet enable the experimental lmdb backend introduced in 1.4.0
Changes:
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=4e2eb5660a11cea215d39495844aa76ffb5a1a2e
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=3eecdbcc38dbe084b285c9720443d819304f7b97
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=b7f0ee93f58e663bb8fc0b39985aa49b254582d9
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=bdbb9422c0430d74c3173822257e23a9dfb2713e
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=340cb9ca97bc2a23f102f80897a8d8f4809f0072
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=de3bb5cd5236565f2b79644d99e55d03b254b65e
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=09d281d69b668a71e4457889bb5e949414a664fb
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=81648d576d56e924945b2214ac12ca6a40679db8
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=86d480ade25953a175b0837667ce5efb8b7e65df
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=80bd467affbda1d962f4deb3caa8a42c6531425d
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=bc0d16c9d8eacd254552ff28726a2ba5f2a1c8c0
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=c37b94fd0a7b24df93b664ad4c2d197c516c9dce
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=79460b1b9f3452d6d68014b84f4a9dc3988bd916
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=0ca46a37268c8219192abc3ab5f2546a02ed8862
2020-03-31 05:16:10 +02:00
Matt Snider
c015badaa2
python3Packages.openwrt-luci-rpc: init at 1.1.2
2020-03-30 20:10:58 -07:00
Jan Tojnar
2ef17b38fb
tevent: 0.9.37 → 0.10.2
...
* Now requires Python 3
* Which was also coincidentally required to fix build (https://github.com/NixOS/nixpkgs/issues/82489 )
* Also switch to wafhook
Changes:
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=1c73f38633ce40bcf19775fbeaf5e3baacdba9ab
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=db58a50296041ca57675daee15caea8850f1d3f8
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=6f2278018436184785e19f69efc60ec408b14aa7
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=123267138e993c6a87990c0022e89f4970c0ac12
* https://git.samba.org/samba.git/?p=samba.git;a=commit;h=4aea5c0972de53c143530cc42ef6d3b8cfafb973
2020-03-31 04:51:58 +02:00
Ben Darwin
4aaa18b64b
python3Packages.dcmstack: init at 0.8
2020-03-30 18:01:07 -07:00
Jonathan Ringer
915d58ba7c
python3Packages.subunit: fix build and add tests
2020-03-30 16:54:40 -07:00
Cole Mickens
53dc9d6751
pythonPackages.roku: init at v4.1
2020-03-30 21:22:36 +00:00
Anderson Torres
b310f564c2
Merge pull request #80788 from DerGuteMoritz/babashka
...
babashka: init at 0.0.71
2020-03-30 17:44:40 -03:00
Marek Mahut
8b018a3fd4
Merge pull request #83273 from mmahut/dnscontrol
...
dnscontrol: init at 3.0.0
2020-03-30 21:40:51 +02:00
Dmitry Kalinkin
76b1875a40
Merge pull request #77777 from KoviRobi/rosie-init-at-unstable-2020-01-11
...
Rosie init at unstable 2020-01-11
2020-03-30 15:34:51 -04:00
John Ericson
35ac8ba492
Merge pull request #83518 from obsidiansystems/add-tensorflow-2
...
python.pkgs.{tensorflow,tensorflow-estimator,tensorflow-tensorboard}-2: Init at 2.0.0
2020-03-30 13:40:43 -04:00
Frederik Rietdijk
46ec52f329
buildPython*: use pname
2020-03-30 17:07:41 +02:00
Frederik Rietdijk
c392d70518
pkgsStatic.python3: fix build
2020-03-30 17:06:38 +02:00
John Ericson
1fa310549c
Merge remote-tracking branch 'upstream/master' into add-tensorflow-2
2020-03-30 13:59:16 +00:00
Timo Kaufmann
a730888ce0
python.pkgs.tensorflow{,-bin,-estimator,-tensorboard}-2: Init at 2.1.0
...
Major breaking change from 1.x, so treating keeping both versions for now.
(adapted from 33f11be707
)
(adapted from 9e8dea7986
)
2020-03-30 13:58:28 +00:00
Robin Gloster
d6fa642608
Merge pull request #81161 from wedens/libvirt-6.0.0
...
libvirt: 5.4.0 -> 6.1.0
2020-03-30 13:19:00 +00:00
John Ericson
d4de62dedd
bazel_0_29: init at 0.29.1
...
Needed for Tensorflow 2.1
2020-03-30 04:30:40 +00:00
Benjamin Hipple
504579f371
Merge pull request #83128 from michojel/ffado-2.4.2
...
ffado: 2.4.1 -> 2.4.2
2020-03-29 23:19:17 -04:00
Josef Kemetmüller
99a310e566
klayout: init at 0.26.2 ( #73941 )
2020-03-29 20:20:41 -04:00
luc65r
8edd400bfb
rofi-calc: init at 1.6 ( #83136 )
...
Also:
* maintainers: add albakhamj
* maintainers: add luc65r
* rofi: add plugins argument to wrapper
Co-authored-by: Maciej Krüger <mkg20001@gmail.com>
2020-03-30 01:18:56 +02:00
Robert Scott
959e9244d9
nghttp2: add python bindings as pythonPackages.nghttp2
...
it's tricky to enable in nghttp2's default build, however, because it needs
to be usable by curl, a very core nix package, and we get cyclical
dependencies if we add python to its requirements. having it available as
a separate build is better than nothing, though.
2020-03-29 22:32:26 +01:00
Philipp Middendorf
35035a543c
xow: init at 0.2
2020-03-30 00:16:21 +03:00
Florian Klink
855a12eacf
Revert "make-tarball.nix: Restore the 'commit' field in packages.json"
...
This reverts commit 5e8545e723
.
It breaks eval:
attribute 'rev' missing, at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/top-level/make-tarball.nix:106:39
2020-03-29 20:57:50 +02:00
Rostislav Benes
f0a6dfcbdf
alsa-topology-conf: init at 1.2.2
2020-03-29 20:34:06 +02:00
Rostislav Benes
4acda90e5a
alsa-ucm-conf: init at 1.2.2
2020-03-29 20:34:06 +02:00
Eelco Dolstra
5e8545e723
make-tarball.nix: Restore the 'commit' field in packages.json
...
Also change incorrect 'revision' to 'rev' in the default value for
'nixpkgs' in release.nix.
Fixes https://github.com/NixOS/nixos-homepage/issues/372 .
2020-03-29 20:16:07 +02:00
Eelco Dolstra
4e554ad1bc
make-tarball.nix: Strip source directory from packages.json
...
https://github.com/NixOS/nixos-homepage/issues/372
2020-03-29 20:02:44 +02:00
Jörg Thalheim
62aa36720c
Merge pull request #76420 from babariviere/flutter-init
...
flutter: init 1.12.13+hotfix.8
2020-03-29 14:21:40 +01:00
Jörg Thalheim
10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD
2020-03-29 14:08:10 +01:00
Jörg Thalheim
d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
...
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00