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
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
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
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
d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
...
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
Rakesh Gupta
95e15a991a
pythonPackages.variants: init at 0.2.0
2020-03-29 14:24:08 +02:00
Fabian Möller
2346014aae
bgpq3: init at 0.1.35
2020-03-29 14:12:36 +02:00
José Romildo Malaquias
264365247f
iconpack-jade: init at 1.22
2020-03-29 14:09:33 +02:00
Jörg Thalheim
0c3759abdf
parallel-rust: remove
...
- package has no maintainer
- upstream is dead
- build is broken
2020-03-29 12:37:25 +01:00
Orivej Desh
30dc230997
avldrums-lv2: alias to x42-avldrums ( #83665 )
...
Fixes #83649
2020-03-29 10:22:55 +00:00
Peter Hoeg
4e3d5eb1f7
Merge pull request #75697 from georgewhewell/add-kodi-gbm
...
kodi: add option for GBM backend
2020-03-29 13:49:23 +08:00
Jörg Thalheim
fd708a3fe0
Merge pull request #83638 from veprbl/pr/higan_darwin_fix
...
higan: fix darwin build
2020-03-29 06:42:33 +01:00
Dmitry Kalinkin
4c931a8217
higan: fix darwin build
2020-03-28 21:48:56 -04:00
Graham Christensen
4d226bad77
Merge pull request #83600 from Ma27/hydra-two-stage-deploy
...
hydra: 2020-02-06 -> 2020-03-{24,27}
2020-03-28 19:18:10 -04:00
Maximilian Bosch
bd5324c4fc
hydra: 2020-02-06 -> 2020-03-{24,27}
...
Upgrades Hydra to the latest master/flake branch. To perform this
upgrade, it's needed to do a non-trivial db-migration which provides a
massive performance-improvement[1].
The basic ideas behind multi-step upgrades of services between NixOS versions
have been gathered already[2]. For further context it's recommended to
read this first.
Basically, the following steps are needed:
* Upgrade to a non-breaking version of Hydra with the db-changes
(columns are still nullable here). If `system.stateVersion` is set to
something older than 20.03, the package will be selected
automatically, otherwise `pkgs.hydra-migration` needs to be used.
* Run `hydra-backfill-ids` on the server.
* Deploy either `pkgs.hydra-unstable` (for Hydra master) or
`pkgs.hydra-flakes` (for flakes-support) to activate the optimization.
The steps are also documented in the release-notes and in the module
using `warnings`.
`pkgs.hydra` has been removed as latest Hydra doesn't compile with
`pkgs.nixStable` and to ensure a graceful migration using the newly
introduced packages.
To verify the approach, a simple vm-test has been added which verifies
the migration steps.
[1] https://github.com/NixOS/hydra/pull/711
[2] https://github.com/NixOS/nixpkgs/pull/82353#issuecomment-598269471
2020-03-28 23:33:25 +01:00
Dmitry Kalinkin
97530e119f
Merge pull request #83469 from veprbl/pr/mame_darwin_fix
...
mame: add darwin support
2020-03-28 18:24:43 -04:00
worldofpeace
d5cfaf5c39
Merge pull request #83473 from doronbehar/update-connman
...
connman: 1.37 -> 1.38
2020-03-28 18:18:14 -04:00
Maximilian Bosch
b938ab99e0
vorta: init at 0.6.24
...
Simple QT5-based desktop client[1] for `borgbackup`[2].
[1] https://vorta.borgbase.com/
[2] https://borgbackup.readthedocs.io/en/stable/
2020-03-28 22:36:02 +01:00
Maximilian Bosch
74deced24d
Merge pull request #83521 from herrwiese/for-master/matrix-dl
...
matrix-dl: init at (unstable-)2019-09-22
2020-03-28 21:24:33 +01:00
Niklas Hambüchen
6375517419
Merge pull request #83594 from bhipple/f/aliases
...
aliases.nix: add aliases for removed torch packages
2020-03-28 16:07:10 +01:00
Orivej Desh
ce1695ace7
midicsv: init at 1.1
2020-03-28 14:43:03 +00:00
Benjamin Hipple
a80ed9f72a
aliases.nix: add aliases for removed torch packages
...
We've removed the abandoned and broken torch project as part of https://github.com/NixOS/nixpkgs/issues/71888
This commit adds aliases for:
- https://github.com/NixOS/nixpkgs/pull/81173
- https://github.com/NixOS/nixpkgs/pull/83568
2020-03-28 09:54:59 -04:00
Elis Hirwing
f2baa711d1
Merge pull request #82237 from zaninime/libgen-cli
...
libgen-cli: init at 1.0.5
2020-03-28 14:36:38 +01:00
Elis Hirwing
362a983a45
Merge pull request #82278 from lightdiscord/package-request/pdf-parser
...
pdf-parser: init at 0.7.4
2020-03-28 14:34:02 +01:00
Orivej Desh
06313ad0c4
zita-ajbridge: init at 0.8.2
2020-03-28 12:59:56 +00:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
...
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
Robin Gloster
d4f08ee383
Merge pull request #83452 from prusnak/slack
...
slack: 4.2.0 -> 4.4.0
2020-03-28 12:06:19 +00:00
Jaakko Luttinen
8b2abbbcb5
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:49:50 +02:00
Jaakko Luttinen
1e51592037
liblinphone: init at unstable-2020-03-20
2020-03-28 12:49:49 +02:00
Jaakko Luttinen
dcf2f1186a
lime: init at 4.3.1
2020-03-28 11:25:30 +02:00
Jaakko Luttinen
3125cc6707
soci: init at 4.0.0
2020-03-28 11:25:28 +02:00
Cole Mickens
4366b198d7
pythonPackages.bravia-tv: init at 1.0.1
2020-03-28 08:08:36 +00:00
Jörg Thalheim
774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
...
Propragate darwin go
2020-03-28 06:57:59 +00:00
Jörg Thalheim
dc0d45999a
Merge pull request #82866 from Mic92/home-assistant
...
home-assistant: 0.106.6 -> 0.107.7
2020-03-28 06:51:58 +00:00
worldofpeace
2b1f4f314e
Merge pull request #83568 from bhipple/rm/torch
...
treewide: remove torch and related packages
2020-03-28 01:40:35 -04:00
Dmitry Kalinkin
0df2d9f900
bluejeans: 1.36.9 -> 2.1.0
2020-03-28 01:07:49 -04:00
Jörg Thalheim
5f8bf63a3b
Revert "zita-ajbridge: init at 0.8.2"
...
This reverts commit 6cf0bc1b5f
.
This breaks evaluation:
cc @orivej
2020-03-28 04:55:32 +00:00
Orivej Desh
6cf0bc1b5f
zita-ajbridge: init at 0.8.2
2020-03-28 04:37:39 +00:00
Orivej Desh
d80adaaf17
pianobooster: 0.6.4b -> 0.7.2b
2020-03-28 04:29:40 +00:00