worldofpeace
14565eb2b3
lollypop: 1.2.23 -> 1.2.32
2020-04-01 00:24:27 -04:00
Matthew Bauer
fd6278500b
Merge pull request #83889 from matthewbauer/andyetitmoves-make-unconditional
...
andyetitmoves: make unconditional
2020-03-31 22:06:45 -05:00
Matthew Bauer
6852f3c988
Merge pull request #83890 from matthewbauer/remove-ppc-bootstrap-tools
...
stdenv/linux: remove powerpc64le bootstrap tools
2020-03-31 22:05:50 -05:00
Matthew Bauer
8e3c712e24
Merge pull request #83891 from matthewbauer/retroarch-fix-macos
...
retroarch/cores.nix: use correct platform for darwin
2020-03-31 22:05:36 -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
Thomas Marchand
9b5a325e03
maintainers: Add Th0rgal ( #83899 )
2020-03-31 21:25:28 -04:00
Mario Rodas
a2a2d1dec5
Merge pull request #83907 from lilyball/ffsend
...
ffsend: 0.2.58 -> 0.2.59
2020-03-31 20:12:02 -05:00
Mario Rodas
791452d50e
Merge pull request #83898 from dywedir/sd
...
sd: 0.6.5 -> 0.7.2
2020-03-31 20:11:21 -05:00
Mario Rodas
a9673c5a19
Merge pull request #83902 from zowoq/gh
...
gitAndTools.gh: 0.6.2 -> 0.6.3
2020-03-31 20:06:10 -05:00
Mario Rodas
6700194083
Merge pull request #83903 from zowoq/croc
...
croc: 8.0.4 -> 8.0.5
2020-03-31 20:04:37 -05:00
Niklas Hambüchen
5676e6df1f
krb5: Add patches to fix build with musl on 1.18
2020-04-01 02:23:13 +02:00
Lily Ballard
06b05163f4
ffsend: 0.2.58 -> 0.2.59
2020-03-31 16:55:23 -07:00
Mario Rodas
d0de1e518d
nushell: 0.11.0 -> 0.12.0
2020-03-31 18:18:18 -05:00
zowoq
8ecb0108d6
croc: 8.0.4 -> 8.0.5
...
https://github.com/schollz/croc/releases/tag/v8.0.5
2020-04-01 08:40:58 +10:00
zowoq
68a50aaaa5
gitAndTools.gh: 0.6.2 -> 0.6.3
...
https://github.com/cli/cli/releases/tag/v0.6.3
2020-04-01 08:37:03 +10:00
Shea Levy
0a7c10f701
setupcfg2nix: Bump to 2.0.1.
...
Fixes #83814
2020-03-31 17:54:12 -04:00
Léo Gaspard
bb5c622963
Merge pull request #82739 from danbst/document-postgresql-upgrade
...
Document postgresql upgrade
2020-03-31 23:50:06 +02:00
volth
a88dc23280
quaternion: fix build with config.allowAliases=false
2020-03-31 23:43:34 +02:00
Vladyslav M
6c36c6e8aa
sd: 0.6.5 -> 0.7.2
2020-04-01 00:30:56 +03:00
Eelco Dolstra
24519c87e8
kdeApplications: 19.12.1 -> 19.12.3
2020-03-31 22:31:53 +02:00
Léo Gaspard
a3ee24b2ff
Merge pull request #83894 from symphorien/unbreak-os-prober-test
...
Unbreak os prober test
2020-03-31 22:17:27 +02:00
Elis Hirwing
1983417a2f
unit: Make unit use phpbase packages
2020-03-31 22:06:56 +02: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
Maximilian Bosch
12c634ca2a
Merge pull request #83617 from Ma27/mongodb-changelog
...
nixos/release-notes: mention that mongodb is unfree now
2020-03-31 22:03:03 +02:00
Timo Kaufmann
c9bf23e658
Merge pull request #83482 from doronbehar/improve-picard
...
picard: add optional qtmultimedia dependency
2020-03-31 19:37:28 +00: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
Leo Colisson
abe5f7070a
python37Packages.picos: 1.2.0 -> 2.0
2020-03-31 12:27:20 -07:00
gtgteq
a8811cb82b
sssd: Port to samba-4.12
2020-03-31 21:09:42 +02:00
Matthew Bauer
eb84499355
retroarch/cores.nix: use correct platform for darwin
...
This should fix the regression found in
https://hydra.nixos.org/eval/1577308#tabs-now-fail . The libretro
scripts use “osx” as the identifier for macOS, and “unix” seems to
mean linux.
If anyone could help out by confirming this works. I don’t currently
have access to a macOS machine.
2020-03-31 15:07:57 -04:00
Lancelot SIX
40fb6dea50
nano: 4.9 -> 4.9.1
...
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00015.html
for release information
2020-03-31 12:04:30 -07:00
Matthew Bauer
e45f16b9f5
stdenv/linux: remove powerpc64le bootstrap tools
...
These files never existed, so best to not leave the reference. If
someone want to step up to maintain this, that would be fine. I don’t
have the hardware to test these out. In addition, someone tried to use
the bootstrap-tools currently built by Hydra and found that they were
broken in some unclear way.
2020-03-31 15:03:26 -04:00
Cole Helbling
f0fe89357e
rofi: add plugins' share directories to XDG_DATA_DIRS
2020-03-31 12:01:47 -07: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
worldofpeace
22536bf90f
Merge pull request #78445 from mkg20001/pkg/cinnamon-session
...
cinnamon.cinnamon-session: init at 4.4.0
2020-03-31 14:36:43 -04:00
Florian Klink
a3d67bfd42
Merge pull request #83765 from Izorkin/mariadb-test
...
nixos/mysql: add test mariadb with tokudb plugin
2020-03-31 20:23:45 +02:00
Florian Klink
9faea55282
Merge pull request #74379 from bachp/gitlab-runner-reload
...
nixos/gitlab-runner: reload on config change
2020-03-31 20:18:28 +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
Jonathan Ringer
0f9e2ba04d
ldc: inherit python interpreter from lit
2020-03-31 10:54:56 -07:00
Jonathan Ringer
10993853d4
lit: passthru python interpreter
2020-03-31 10:54:56 -07:00
Jonathan Ringer
239343c6c3
lit: use python3
2020-03-31 10:54:56 -07:00
R. RyanTM
5a34c9946f
lit: 0.8.0 -> 0.9.0
2020-03-31 10:54:56 -07:00
Maximilian Bosch
9157ff4e74
Merge pull request #83704 from Ma27/acme-container
...
nixos/acme: don't depend on multi-user.target inside a container
2020-03-31 19:13:51 +02:00
Jörg Thalheim
bfe1e17750
Merge pull request #83604 from charles-dyfis-net/curaengine-fix-openmp-compat
...
curaLulzbot: Fix build breakage around OpenMP compatibility
2020-03-31 17:54:54 +01:00
John Ericson
be0d1dc5a6
Merge pull request #69454 from jmillerpdt/bugfix/tensorflow-mkl
...
pythonPackages.tensorflow: fix for bazel settings for intel mkl, dnnl
2020-03-31 12:47:29 -04:00
Andy Tockman
db397cd2ff
ipbt: init at 20190601.d1519e0
2020-03-31 11:43:28 -05:00
R. RyanTM
a90b82dfe9
alibuild: 1.5.4rc3 -> 1.5.5
2020-03-31 09:29:48 -07:00
Jason Miller
4a4b44803c
tensorflow: bugfix for bazel settings (intel mkl, dnnl)
2020-03-31 12:01:22 -04:00