Commit Graph

43795 Commits

Author SHA1 Message Date
Bas van Dijk
46a869b286
Merge pull request #61185 from basvandijk/elk-7.0.1
elk: 7.0.0 -> 7.0.1
2019-05-09 15:50:03 +02:00
Jörg Thalheim
8e1852ac7e
linux_{5_1,testing}: enable kernel fpu functions
same motivation as in 7b77c27caa
2019-05-09 11:13:53 +01:00
Bas van Dijk
78cb9b7898 elk: 7.0.0 -> 7.0.1 2019-05-09 11:37:48 +02:00
Matthew Bauer
475b4d1d42
Merge pull request #61170 from matthewbauer/dont-check-libwww
perl-libwww: don’t check on darwin
2019-05-09 00:34:48 -04:00
Stewart Mackenzie
b0315ac5d0 python3Packages.seabreeze: init at 0.6.0 2019-05-09 00:08:42 -04:00
Matthew Bauer
92079443de perl-libwww: don’t check on darwin
https://hydra.nixos.org/build/93312762
2019-05-08 21:57:44 -04:00
Mario Rodas
7c7ccd51f4
Merge pull request #61085 from costrouc/python-datasette-init
pythonPackages.datasette: init at 0.27
2019-05-08 18:20:50 -05:00
adisbladis
3e1fdfcb25
Merge pull request #61139 from adisbladis/pythonpackages-attr
python-packages: Set pythonPackages attr in pythonPackages scope
2019-05-08 22:55:45 +01:00
worldofpeace
bb7e5566c7
Merge pull request #44086 from erikarvstedt/paperless
paperless: add package and service
2019-05-08 17:17:49 -04:00
Renaud
f300cb1685
Merge pull request #61137 from dalance/add_procs
procs: init at 0.8.5
2019-05-08 20:47:41 +02:00
dalance
dd3b53ce79 procs: init at 0.8.5 2019-05-09 02:01:20 +09:00
adisbladis
160261b72d
python-packages: Set pythonPackages attr in pythonPackages scope
If we don't set this we are mixing python versions in the same package.
Any package called from `python-packages.nix` using `pythonPackages` directly as an argument is currently wrong.

Before:
```
nix-repl> python3Packages.bugseverywhere.buildInputs
[ «derivation /nix/store/csd0d2j3vgl5dnag6afi5q92xb64rv7z-python2.7-Jinja2-2.10.1.drv» «derivation /nix/store/gsj389hprxlr8a39b0ccszagirirf1lv-python2.7-cherrypy-17.4.1.drv» «derivation /nix/store/ysmd4wdkbi9gd6bw2ha92hwrd2k2xlnh-python2.7-bootstrapped-pip-19.0.3.drv» ]
```

After:
```
nix-repl> python3Packages.bugseverywhere.buildInputs
[ «derivation /nix/store/m0mfx1i98ciby8mx8xjva98kinhqkj6r-python3.7-Jinja2-2.10.1.drv» «derivation /nix/store/2gqd0sbiwqmin2814ja83pnyal8pq86a-python3.7-cherrypy-18.1.1.drv» «derivation /nix/store/0rq8n7xq2ksxiq2y2d844i9516p0rd41-python3.7-bootstrapped-pip-19.0.3.drv» ]
```
2019-05-08 13:53:14 +01:00
Chris Ostrouchov
5d930e2dfa
pythonPackages.sanic: init at 19.3.1 2019-05-08 07:54:17 -04:00
Chris Ostrouchov
0ddf3fe7d8
pythonPackages.pytest-sanic: init at 1.0.0 2019-05-08 07:54:16 -04:00
Chris Ostrouchov
b9ccbbffa7
pythonPackages.uvloop: init at 0.12.2 2019-05-08 07:41:51 -04:00
Chris Ostrouchov
1b60d165bb
pythonPackages.py-lru-cache: init at 0.1.4 2019-05-08 07:41:50 -04:00
Chris Ostrouchov
825364c32d
pythonPackages.httptools: init at 0.0.13 2019-05-08 07:41:50 -04:00
Chris Ostrouchov
a6de2a2a7c
pythonPackages.datasette: init at 0.27 2019-05-08 07:41:50 -04:00
Chris Ostrouchov
fbde6016f3
pythonPackages.csvs-to-sqlite: init at 0.9 2019-05-08 07:41:50 -04:00
c0bw3b
4f99ea8128 subversion: 1.11.1 -> 1.12.0
v1.12 is a regular release replacing v1.11
https://subversion.apache.org/docs/release-notes/1.12.html
https://subversion.apache.org/roadmap.html#release-planning
2019-05-08 12:19:34 +02:00
c0bw3b
1685f80b97 subversion18: remove because EOL
Subversion 1.8 is EOL since the publication of 1.10 in April 2018
https://subversion.apache.org/docs/release-notes/1.10.html#svn-1.8-deprecation
2019-05-08 11:56:22 +02:00
Erik Arvstedt
0231273a57
paperless: init at 2.7.0 2019-05-08 09:26:31 +02:00
Mario Rodas
021a9342ab
Merge pull request #61101 from costrouc/python-tess-init
pythonPackages.tess: init at unstable-2019-05-07
2019-05-07 23:02:39 -05:00
Michael Raskin
71f9786185
Merge pull request #61088 from thefloweringash/opencsg-darwin
opencsg: Darwin support and tidy
2019-05-08 03:56:52 +00:00
Aaron Andersen
ee3c52ff2e pythonPackages.leveldb: init at 0.194 2019-05-07 21:13:23 -04:00
Matthew Bauer
50552b74c8 nethack-qt: use gcc
Relies on gcc being accessible
2019-05-07 19:44:55 -04:00
Matthew Bauer
81a9b46ee8 bazel: use llvm6 on darwin
https://hydra.nixos.org/build/92942635
2019-05-07 19:43:46 -04:00
Austin Seipp
64f7cb24d5
all-packages/test: add gcc9Stdenv, cc-wrapper-gcc9
Follow up from #60860.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-07 17:21:31 -05:00
Renaud
16a94b7a5d
Merge pull request #61069 from dtzWill/feature/public-sans
public-sans: init at 1.002
2019-05-08 00:03:47 +02:00
Eelco Dolstra
f7d3fb876a
Merge pull request #60860 from vcunat/p/gcc9
gcc9: init at 9.1.0 (released today)
2019-05-07 23:58:47 +02:00
adisbladis
677e5e1fe2
gpsbabel: 1.5.4 -> 1.6.0 2019-05-07 22:23:17 +02:00
Jason Felice
037c15654a parinfer-rust: init at 0.3.1 2019-05-08 04:16:18 +09:00
Chris Ostrouchov
165822f8e8
pythonPackages.tess: init at unstable-2019-05-07 2019-05-07 15:02:39 -04:00
Max Gonzih
8ee40cca3b doge: Init at 3.5.0 2019-05-08 03:48:30 +09:00
c0bw3b
4f8bf685f8 pstree: remove and alias to psmisc 2019-05-08 02:53:09 +09:00
dawidsowa
715002eaf7 gallery-dl: init at 1.8.2 2019-05-08 02:45:56 +09:00
Frederik Rietdijk
87a5d8fede Merge staging-next into staging 2019-05-07 19:30:14 +02:00
Frederik Rietdijk
a80982b4c9
Merge staging-next into master 2019-05-07 19:29:06 +02:00
Patrick Winter
84ebd401a7 termshark: init at 1.0.0 (#60417) 2019-05-07 08:26:09 -07:00
José Romildo Malaquias
f0a4ca2f6a
Merge pull request #61068 from romildo/upd.sierra-gtk-theme
sierra-gtk-theme: 2018-10-12 -> 2019-05-07
2019-05-07 12:10:24 -03:00
Andrew Childs
29a7e220b7 opencsg: Darwin support and tidy
Regenerate the Makefiles using qmake to set the correct compiler and
use the default installPhase.
2019-05-07 23:22:37 +09:00
Jörg Thalheim
2146e1023a
Merge pull request #61076 from Mic92/linux-fpu
linux_5_0: restore __kernel_fpu_{begin,restore}
2019-05-07 10:35:04 +01:00
Jörg Thalheim
33220585a8
Merge pull request #61071 from dtzWill/update/creduce-2.9.0
creduce: 2.8.0 -> 2.9.0, llvm7
2019-05-07 10:05:02 +01:00
Frederik Rietdijk
0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
Jörg Thalheim
a3f8a25ab3
python.pkgs.imread: inherit native libs on callsite
this avoids potential namespace collisions between python libs
and packages from all-packags.nix:

https://github.com/NixOS/nixpkgs/pull/61033#issuecomment-489926103
2019-05-07 07:34:13 +01:00
adisbladis
baf17a4042
pipenv: Add missing build input virtualenv-clone 2019-05-07 06:10:28 +01:00
Will Dietz
5fe0547457 creduce: 2.8.0 -> 2.9.0, llvm7 2019-05-06 23:39:56 -05:00
Will Dietz
fac13d8af5 public-sans: init at 1.002 2019-05-06 23:31:28 -05:00
José Romildo Malaquias
eb19fdace7 sierra-gtk-theme: mv to pkgs/data/themes 2019-05-06 23:28:24 -03:00
Matthew Bauer
47a8f9d883
Merge pull request #60827 from matthewbauer/add-mesa-to-release-cross
release-cross.nix: add mesa to platforms
2019-05-06 15:53:19 -04:00
Andrew Childs
ce5a090075 stlink: fix Darwin build
Upstream supports various Unixes, so optimistically set platforms to
`unix` even though we're only going to build it on Linux and Darwin.
2019-05-06 17:06:28 +02:00
Sondre Nilsen
ffe0bb8435 jump: init at 0.23.0 (#60631) 2019-05-06 07:40:52 -07:00
Jörg Thalheim
7b77c27caa
linux_5_0: restore __kernel_fpu_{begin,restore}
In 5.0er these function were removed from the public interface also zfs needs
them for AVX/AES-NI support. Without this patch for example throughput on a
encrypted zfs dataset drops to 200 MB/s from 1.2 GB/s. These functions were
removed as their was no user within the linux kernel tree itself.
2019-05-06 14:14:40 +01:00
Peter Simons
fcbb4aa567 wasilibc: fix evaluation error introduced in 9abff4af4f 2019-05-06 14:42:49 +02:00
Peter Simons
3039b8db0c
Merge pull request #59602 from amirshavit/boost170
boost 170: init at 1.70.0
2019-05-06 14:41:17 +02:00
Austin Seipp
181e971755
linux: add 5.1 release
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 00:39:22 -05:00
(cdep)illabout
621cb999bd Rename to memtest86-efi. 2019-05-06 13:28:29 +09:00
Mario Rodas
40af53c5da
Merge pull request #60679 from bdesham/add-amber
Add amber
2019-05-05 18:13:56 -05:00
Benjamin Esham
152c051ac0
amber: init at 0.5.2 2019-05-05 17:36:34 -05:00
Vincent Laporte
eff7bc3f33 ocamlPackages.uri_1_9: remove at 1.9.6 2019-05-05 22:00:58 +02:00
Vincent Laporte
f38bf3ba4e ocamlPackages.bap: 1.4.0 -> 1.6.0
libbap: 2018-03-01 -> 2019-04-05
2019-05-05 22:00:58 +02:00
José Romildo Malaquias
868ed9f2c4 linuxPackages.deepin-anything: init at 0.0.7 2019-05-05 13:26:42 -03:00
Mario Rodas
1e8cf454ff
Merge pull request #60445 from magnetophon/speech-denoiser
speech-denoiser: init at unstable-07-10-2019
2019-05-05 03:44:47 -05:00
Daniël de Kok
f029f8c5ad fasttext: init at 0.2.0 2019-05-05 08:28:44 +02:00
Bart Brouns
829c0c81b6
speech-denoiser: init at unstable-07-10-2019 2019-05-04 23:50:25 -05:00
Aaron Andersen
1ef93c9c51
Merge pull request #60915 from aanderse/issue/60498
kupfer: fix broken build
2019-05-04 20:23:39 -04:00
cresh
31cf973dc7 squirrel-sql: Add MSSQL driver. (#55626) 2019-05-04 20:22:14 -04:00
Aaron Andersen
0eaec72f4c
Merge pull request #60901 from petabyteboy/feature/viu
viu: init at 0.1 (fixes #60831)
2019-05-04 20:19:50 -04:00
Frederik Rietdijk
b7b3b3f967 Merge staging-next into staging 2019-05-04 17:34:35 +02:00
Frederik Rietdijk
193b899af2 Merge master into staging-next 2019-05-04 17:34:04 +02:00
Aaron Andersen
545af899c2 kupfer: fix broken build 2019-05-04 11:13:10 -04:00
gnidorah
50d54c66f9 munt: init at 2.3.0 2019-05-04 23:19:24 +09:00
Alyssa Ross
3a2be59dff
Merge pull request #60795 from manveru/ppl-address-book-update
ppl-address-book: delete
2019-05-04 12:57:52 +00:00
Milan Pässler
b67e9f3958 viu: init at 0.1 2019-05-04 14:07:24 +02:00
Michael Weiss
65f07c097d
swaybg: init at 1.0 2019-05-03 22:30:41 +02:00
Frederik Rietdijk
0f10b72b5f Merge master into staging-next 2019-05-03 19:56:31 +02:00
Michael Fellinger
cd1bfc3045 ppl-address-book: delete 2019-05-03 18:47:17 +02:00
Kevin Cox
d30caa956a
Merge pull request #58644 from dhl/wasm-pack
wasm-pack: init at 0.8.1
2019-05-03 17:38:45 +01:00
Andrew Childs
4ad50e2cdc opensc: use built-in PCSC provider on darwin 2019-05-04 00:46:12 +09:00
Robert Schütz
56b560942c Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00
Vladimír Čunát
18d975aff2
gcc9: init at 9.1.0 (released today)
It's just a trivial copy of whole gcc8 stuff,
only with changed version string and hash.
2019-05-03 12:34:40 +02:00
Joachim F
5ad1e9f0bf
Merge pull request #60575 from dtzWill/feature/obfs4proxy
obfs4: init at 0.0.10, use in tor-browser-bundle's, tor service
2019-05-03 09:48:02 +00:00
Leah Neukirchen
23336fb44a extrace: init at 0.7 2019-05-03 18:19:57 +09:00
Elis Hirwing
6698c37fe1
Merge pull request #60630 from etu/drop-emby
emby: Drop package and module and refer to jellyfin
2019-05-03 07:58:30 +02:00
xrelkd
7c6679d787
rustup: 1.18.1 -> 1.18.2 2019-05-02 21:18:10 -05:00
Matthew Bauer
94237b3452 release-cross.nix: add mesa to platforms
mesa is very portable and useful. we should make sure these work on
all of the platforms we support
2019-05-02 21:00:05 -04:00
Thiago Kenji Okada
ed971d0d90 bemenu: init at 0.1.0
Bemenu is a dynamic menu library and client program inspired by dmenu
with support for wayland compositors (and also X11 and ncurses).

Build and tested in NixOS 19.03.172392.6d7ed96429 in X11 (i3wm), wayland
(sway) and ncurses (kitty).
2019-05-02 20:53:20 -03:00
Frederik Rietdijk
1979224f15 Merge master into staging-next 2019-05-02 21:38:22 +02:00
Hsiang-Cheng Yang
e775587d63 softether: 4.25 -> 4.29 (#60665)
* softether: 4.25 -> 4.29

* softether_4_29: restrict to x86_64-linux
Does not build on aarch64 because of upstream "-m64" compile flag
2019-05-02 19:38:37 +02:00
Renaud
825267426b
Merge pull request #60581 from dtzWill/feature/jush
jush: init at 0.1
2019-05-02 19:16:54 +02:00
Renaud
698d4a21c2
Merge pull request #60667 from aethelz/addic7ed
addic7ed-cli: init at 1.4.5
2019-05-02 18:41:38 +02:00
Silvan Mosberger
10fefceb57
Merge pull request #60393 from Infinisil/leksah
leksah: Point to upstream repository for using it
2019-05-02 18:23:52 +02:00
Frederik Rietdijk
155c9d8e18 Merge master into staging-next 2019-05-02 08:43:14 +02:00
Samuel Dionne-Riel
b726784d0d
Merge pull request #59804 from lopsided98/uboot-rock64-fix
ubootRock64, ubootRockPro64: make compatible with latest dtc
2019-05-01 20:07:47 -04:00
Silvan Mosberger
b6a6162919
Merge pull request #55422 from nand0p/ethminer
ethminer: init at 0.18.0-rc.0
2019-05-02 01:29:09 +02:00
Will Dietz
65a49dabde
Merge pull request #60671 from romildo/upd.tetra-gtk-theme
tetra-gtk-theme: 201903 -> 201905
2019-05-01 17:37:52 -05:00
Eugene
396a5d6d99 addic7ed-cli: init at 1.4.5 2019-05-01 23:51:48 +03:00
José Romildo Malaquias
00b1b116ac tetra-gtk-theme: move to pkgs/data/themes 2019-05-01 17:36:10 -03:00
Eugene
e334a3047a docui: init at 1.0.3 (#60616) 2019-05-01 12:35:24 -07:00
tv
38b1f6197c ssh-audit: init at 1.7.0 2019-05-02 04:35:06 +09:00