Franz Pletz
f024e7b769
Merge pull request #67890 from mguentner/mxisd_ma1sd
...
mxisd: 1.4.5 -> 1.4.6 ☺ ma1sd: init at 2.1.1
2019-10-09 14:36:56 +00:00
Peter Simons
5384da4e69
Merge pull request #70515 from peti/t/update-to-gfortran8
...
gfortran: use version 8 by default to match our C and C++ compiler
2019-10-09 10:52:26 +02:00
Gabriel Ebner
3171df49b5
wstunnel: init at unstable-2019-01-28 ( #70758 )
...
wstunnel: init at unstable-2019-01-28
2019-10-08 23:08:30 +02:00
Graham Christensen
21597ed69e
Merge pull request #70750 from grahamc/wlrobs
...
obs-wlrobs: init at 20191008
2019-10-08 14:26:56 -04:00
Graham Christensen
a763975ad1
obs-wlrobs: init at 20191008
2019-10-08 12:49:49 -04:00
Gabriel Ebner
b574693e97
wstunnel: init at unstable-2019-01-28
2019-10-08 18:26:02 +02:00
zimbatm
6886db123c
keycard-cli: init at 0.0.12
2019-10-08 17:35:14 +02:00
Christine Koppelt
54e4b13887
jikes: removing
2019-10-08 08:29:36 -07:00
Linus Heckemann
5aa4b19946
treewide: mark some broken packages as broken
...
Refs:
e675498026
1e9cc5b984
793a2fe1e8
c19cf65261
f6544d618f
2019-10-08 17:14:26 +02:00
Silvan Mosberger
70d692d5ec
Merge pull request #70685 from Infinisil/fix/mumble-override
...
mumble/murmur: Fix .override not working
2019-10-08 13:37:40 +02:00
Peter Simons
75711a10fc
R: drop redundant gfortran8 override
2019-10-08 09:48:03 +02:00
Peter Simons
982d8599fb
gfortran: use version 8 by default to match our C and C++ compiler
...
We recently updated to gcc 8.x, but our default Fortran compiler is still at
version 7.x. This causes trouble for all packages that mix C++ and Fortran
code, like R does.
Unfortunately, gfortran8 is marked broken on Darwin, so we cannot switch on
that platform yet:
| $ nix-instantiate --arg nixpkg '{ outPath = ./.; revCount = 999999; shortRev = "peti"; }' ./pkgs/top-level/release.nix -A unstable --show-trace
| [...]
| while evaluating the attribute 'handled' at /home/simons/src/nixpkgs/pkgs/stdenv/generic/check-meta.nix:251:7:
| while evaluating 'handleEvalIssue' at /home/simons/src/nixpkgs/pkgs/stdenv/generic/check-meta.nix:147:38, called from /home/simons/src/nixpkgs/pkgs/stdenv/generic/check-meta.nix:252:14:
| Failed to evaluate gfortran-wrapper-8.3.0: «broken»: is marked as broken
2019-10-08 09:19:10 +02:00
Silvan Mosberger
27605cebae
mumble/murmur: Fix .override not working
...
Unfortunately there's no pkgs.libsForQt5.callPackages, which we need here to
get .override attributes on all derivation attributes. It's also
non-trivial to add it without duplicating code.
So instead just use standard pkgs.callPackages and pass refer to qt libs
through pkgs.qt5
2019-10-08 01:46:11 +02:00
Will Dietz
b01407602c
Merge pull request #68902 from dtzWill/feature/turbostat
...
linuxPackages*.turbostat: init
2019-10-07 18:20:27 -05:00
Will Dietz
3a9e0f7a78
Merge pull request #68911 from dtzWill/feature/power-calibrate
...
power-calibrate: init at 0.01.28
2019-10-07 18:01:49 -05:00
Will Dietz
f7dfe59ced
Merge pull request #68916 from dtzWill/feature/health-check
...
health-check: init at 0.03.02
2019-10-07 17:59:13 -05:00
Will Dietz
b51fbeb77c
Merge pull request #69055 from dtzWill/feature/fwts-efi-runtime
...
linuxPackages.fwts-efi-runtime: init
2019-10-07 17:58:56 -05:00
worldofpeace
2bf1e8da24
Merge pull request #70462 from worldofpeace/gnome-extension-mpris
...
gnomeExtensions.mpris-indicator-button: init at 2019-09-29
2019-10-07 18:42:05 +00:00
Christine Koppelt
036ed5de72
spark: 2.4.3 -> 2.4.4; remove 1.6.3 (EOL); refactoring
2019-10-07 12:53:51 -05:00
Greizgh
eec7cab81d
mumble,murmur: 1.2.19 -> 1.3.0
2019-10-07 18:59:21 +02:00
Quentin Vaucher
b99357eabd
formatter: init at 0.3.0
2019-10-07 12:56:53 -04:00
Maximilian Güntner
ce587047e6
ma1sd: init at 2.1.1
...
ma1sd is a fork of mxisd which is already packaged
but EOL.
2019-10-07 18:50:39 +02:00
Jonathan Ringer
ceefed0723
pythonPackages.chart-studio: init at 1.0.0
2019-10-07 01:47:42 -07:00
Greg Roodt
3b40812df5
protolock: init at 0.14.1
2019-10-07 00:23:08 -07:00
Robin Gloster
ca1316b9e6
Merge pull request #70358 from mayflower/rm-wayland-1.9
...
wayland_1_9: remove
2019-10-06 16:14:13 +02:00
Peter Simons
6ad4468a30
R: compile with gfortran8 to match the version of gcc
...
Fixes a build errors like https://hydra.nixos.org/build/102692469 ,
where R mixes C++ and Fortran code into one shared library.
2019-10-06 14:38:07 +02:00
Daniel Albert
a4ae914695
fileshare: init at 0.2.4
...
Fileshare is a simple tool for sharing the contents of a directory via a
webserver and optionally allowing uploads.
2019-10-06 17:32:34 +09:00
Matthieu Coudron
2a25b5c3cb
Merge pull request #70503 from joachifm/feat/remove-blcr
...
Remove blcr package & nixos module
2019-10-06 17:23:12 +09:00
Joachim Fasting
83ffa1457b
linuxPackages.blcr: remove
...
blcr is only supported for pre v4 kernels.
2019-10-06 08:10:29 +02:00
Mario Rodas
03a5cf8444
Merge pull request #66643 from jonringer/bump-antlr4
...
antlr4: 4.7.1 -> 4.7.2
2019-10-05 19:18:17 -05:00
Peter Simons
35521b42c2
update Python packages psycopg2, sqlparse, and pgcli ( #70257 )
...
* python-psycopg2: update from 2.7.7 to 2.8.3
* python-sqlparse: update from 0.2.4 to 0.3.0
* pgcli: update from 2.0.2 to 2.1.1
2019-10-05 21:48:36 +02:00
Maximilian Bosch
6b8400381c
gotify: init add 2.1.1
2019-10-05 21:19:27 +02:00
worldofpeace
fcfc145158
Merge pull request #70386 from Kjuvi/cipher
...
cipher: init at 2.0.0
2019-10-05 15:03:11 +00:00
Quentin Vaucher
10b433ecff
cipher: init at 2.0.0
2019-10-05 16:59:53 +02:00
Nikolay Amiantov
de171ba0c6
cntk: partially unbreak
...
* Use GCC 7 to unbreak the build;
* Mark CUDA build as broken due to cub incompatibility.
2019-10-05 16:18:20 +03:00
worldofpeace
bbe7f62ace
gnomeExtensions.mpris-indicator-button: init at 2019-09-29
...
This is essentially the replacement for gnomeExtensions.mediaplayer.
2019-10-05 09:09:46 -04:00
Matthieu Coudron
e3c3b5f62f
Merge pull request #70388 from davidtwco/mdcat-init
...
mdcat: init at 0.13.0
2019-10-05 21:50:30 +09:00
David Wood
7500c71e7b
mdcat: init at 0.13.0
2019-10-05 13:00:14 +01:00
David Wood
e621bf7972
ansi2html: init at 1.5.2
2019-10-05 12:59:58 +01:00
Gwendolyn Quasebarth
daac44f01a
friture: init at 0.36
2019-10-05 10:13:39 +02:00
Doron Behar
7ff17ce730
bpm-tools: init at 0.3
2019-10-05 00:23:06 +02:00
Tom Hunger
fa4b5185b3
pyre: remove
...
Every other version update of pyre is non-trivial and requires
specific versions which blocks updates elsewhere. Removing now,
we can re-import when pyre has settled down.
2019-10-05 00:02:48 +02:00
Mario Rodas
8385e4d207
shadowenv: init at 1.2.1
2019-10-04 23:10:51 +02:00
Doron Behar
922de4f4b5
luaPackages.pulseaudio: init at 0.1
2019-10-04 21:19:19 +02:00
Linus Heckemann
141b7210cb
Merge pull request #70256 from Ma27/drop-nodejs-11_x
...
nodejs-11_x: remove
2019-10-04 18:14:15 +02:00
Renato Alves
448bed5653
HTSeq: init at 0.11.2
2019-10-04 14:32:19 +02:00
Robin Gloster
8b3a1c0ed0
wayland_1_9: remove
...
ancient compat version, that no longer has any use
was introduced > 3 yrs ago in 0593ad2b16
2019-10-04 02:08:00 +02:00
zimbatm
d3542aae76
coz: init at 0.2.0 ( #68981 )
2019-10-03 14:34:17 +00:00
Maximilian Bosch
334641d112
nodejs-11_x: remove
...
Package is EOLed by upstream: https://github.com/nodejs/Release
Fixes #69008
2019-10-03 14:33:34 +02:00
Jörg Thalheim
96097ab665
linux: update fpu patches for 5.3
...
At the moment we experience bad instabilities with linux 5.3:
https://github.com/zfsonlinux/zfs/issues/9346
as the zfs-native method of disabling the FPU is buggy.
2019-10-03 11:13:28 +01:00