Commit graph

43946 commits

Author SHA1 Message Date
c0bw3b e6b2fbeb70 memtest86: remove and alias to memtest86plus
Legacy memtest86 was broken since NixOS 16.09
+ we've already been using memtest86+ fork
through 'boot.loader.grub.memtest86.enable'
2019-05-08 17:10:17 +02: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
Chris Ostrouchov 150980c092
pythonPackages.islpy: init at 2018.2 2019-05-07 11:24:25 -04:00
Chris Ostrouchov b536b12b7b
pythonPackages.pymbolic: init at 2018.1 2019-05-07 11:24:25 -04:00
Chris Ostrouchov 2e3242191f
pythonPackages.loo-py: init at 2017.2 2019-05-07 11:24:25 -04:00
Chris Ostrouchov 9833f556f7
pythonPackages.symengine: init at 0.3.0 2019-05-07 11:24:24 -04:00
Chris Ostrouchov 9f2bea9304
pythonPackages.genpy: init at 2016.1.3 2019-05-07 11:24:24 -04:00
Chris Ostrouchov b78f689444
pythonPackages.cgen init at 2017.1 2019-05-07 11:24:24 -04: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
Chris Ostrouchov 1c87fac0b9
symengine: init at 0.3.0 2019-05-07 10:52:13 -04: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
Christopher A. Williamson a63be6cdd7 rambox-pro: init at 1.1.2 (#60380)
* Added myself to maintainer list

* Add package file for rambox-pro

* Add patch to fix rambox-pro build

* Removed child module refs from package

* Added various fixes for new rambox-pro pkg

* Change name -> pname to address feedback

* Update pkgs/applications/networking/instant-messengers/rambox-pro/default.nix

Co-Authored-By: cawilliamson <home@chrisaw.com>

* Moved rambox-pro to rambox pkg

* Fixed package name - no idea what I was thinking here!

* Replace patch with postPatch script

Co-Authored-By: cawilliamson <home@chrisaw.com>

* Removed patch file
2019-05-01 20:08:32 +02:00
Andrew Miller f5be1fc849 hy: 0.15 -> 0.16 (#57882)
* hy: 0.15 -> 0.16

* hy: fetch patch directly from upstream repo

* hy: remove in-tree patch
2019-05-01 19:18:49 +02:00
Vladimír Čunát 211e0b57ca
Merge #58611: gnutls: respect NIX_SSL_CERT_FILE
... and remove 3.5.10 on darwin (into staging branch)
2019-05-01 18:10:37 +02:00
Elis Hirwing 02cd2b00e7
emby: Drop package and module and refer to jellyfin 2019-05-01 17:47:32 +02:00
Gabriel Ebner 5a3652520d pythonPackages.pythonocc-core: init at 0.18.1 2019-05-01 16:41:32 +02:00
Gabriel Ebner 01ee9c8dd4 smesh: init at 6.7.6 2019-05-01 13:00:47 +02:00
Frederik Rietdijk bd9e44fce3 Merge staging-next into staging 2019-05-01 11:46:16 +02:00
Frederik Rietdijk f137783927 Merge master into staging-next 2019-05-01 11:45:46 +02:00
Vladimír Čunát 110fb944f1
lua*Packages.http: 0.3 -> 0.4 (and generate)
One bugfix patch is included - merged upstream but not released yet.
knot-resolver wrapper would need to add binaryheap explicitly,
so it's migrated to the automatic LUA path discovery instead.
2019-05-01 11:28:47 +02:00
Vladimír Čunát 90f8161745
lua*Packages.luasec: improve paths
Test case that should execute without an error:
echo "require('ssl.https')" | env NIX_PATH=nixpkgs=$(pwd) \
      nix-shell --pure -p lua -p lua.pkgs.luasec --run lua
2019-05-01 11:08:08 +02:00
Frederik Rietdijk 09f27e38b6 python.pkgs.cfn-lint: init at 0.19.1 2019-05-01 10:59:49 +02:00
Vladimír Čunát 10237c8584
lua*Packages.compat53: improve paths
Test case that should execute without an error:
echo "require('compat53')" | env NIX_PATH=nixpkgs=$(pwd) \
  nix-shell --pure -p lua -p lua.pkgs.compat53 --run lua
2019-05-01 10:58:47 +02:00
Will Dietz 3c13d77713 jush: init at 0.1 2019-04-30 23:41:58 -05:00
Ben Wolsieffer 1cb85dce07 ubootRock64, ubootRockPro64: apply patch to allow building with latest dtc 2019-05-01 00:26:33 -04:00
Will Dietz 9d71cd0520
Merge pull request #60557 from dtzWill/feature/d2coding
d2coding: init at 1.3.2 (coding font)
2019-04-30 22:45:22 -05:00
Will Dietz 63a13cce7c tor-browser-bundle: use obfs4proxy 2019-04-30 22:26:48 -05:00
Will Dietz b775493d23 obfs4: init at 0.0.10 2019-04-30 22:25:02 -05:00
Will Dietz 8f7c7f90f7 d2coding: init at 1.3.2 (coding font) 2019-04-30 19:56:52 -05:00
Will Dietz e76466aca3 nanum-gothic-coding: move to where most fonts are (NFCI) 2019-04-30 19:39:10 -05:00
Renaud d6e4ed7aeb
Merge pull request #60399 from xzfc/waifu2x-converter-cpp
waifu2x-converter-cpp: init at 5.2.4
2019-04-30 22:55:23 +02:00
Will Dietz 999bd69410
Merge pull request #60471 from LinArcX/nanum-gothic-coding
nanum-gothic-coding: init at VER2.5
2019-04-30 15:22:28 -05:00
Jan Tojnar a5c04ea774
docbook-xsl: 1.79.1 → 1.79.2 (#60270)
docbook-xsl: 1.79.1 → 1.79.2
2019-04-30 22:03:52 +02:00
worldofpeace c9d80de3bd
Merge pull request #60425 from herrwiese/kernkonzept-ham
Kernkonzept ham
2019-04-30 15:13:56 -04:00
Jan Tojnar 013ddbebb1
docbook-xsl-nons: 1.79.1 → 1.79.2
Nothing much changed other than adding the suffix -nons to Docbook 4 styles,
making the Docbook 5 the variant without suffix:

https://github.com/docbook/xslt10-stylesheets/releases/tag/release%2F1.79.2

I have decided to make docbook_xsl an alias of docbook-xsl-nons for now,
to avoid confusion.

I also updated patch link that was broken to a newer version of the patch
and started sharing it between the two packages.
2019-04-30 20:59:16 +02:00
Michael Fellinger 98e0f54b85 sup: use bundlerApp, cleanup (#60515) 2019-04-30 20:13:17 +02:00
Gabriel Ebner a35df16d5f
kicad: fix #49089 by adding libraries files (#57452)
kicad: fix #49089 by adding libraries files
2019-04-30 17:38:16 +02:00
Matthew Bauer a3990c9f6d
Merge pull request #60447 from matthewbauer/macos-10-12-fixups
Fixup from macos-10-12 branch
2019-04-30 10:06:45 -04:00
angristan c7b36b71ef minecraft-server: remove 1.13.0 and 1.13.1
It does not make sense to keep outdated minor versions
2019-04-30 09:55:15 -04:00
Stanislas df792914a3 Add minecraft-server_1_14 in all-packages.nix 2019-04-30 09:55:15 -04:00
Frederik Rietdijk 3462fe27d9 Merge staging-next into staging 2019-04-30 15:52:19 +02:00
Frederik Rietdijk fd2bd6e433
Merge staging-next into master 2019-04-30 15:50:24 +02:00
Albert Safin e8284c77c9 waifu2x-converter-cpp: init at 5.2.4 2019-04-30 11:56:19 +00:00
Peter Simons 591af2397e haskellPackages: update default compiler to from ghc 8.6.4 to 8.6.5
LTS 13.x will probably make the switch soon, too.
2019-04-30 11:43:44 +00:00
Peter Simons 894e102c84 ghc: add alpha-1 pre-release for version 8.8.1
The patches for https://phabricator.haskell.org/D5123 and
https://github.com/haskell/haddock/issues/900 no longer
apply and have been dropped.
2019-04-30 11:43:44 +00:00
linarcx cda767c61a nanum-gothic-coding: init at VER2.5 2019-04-30 14:42:29 +04:30
Matthew Bauer 6e7cc807ff jackaudio: reenable on darwin
Apply patch to fix darwin build.
2019-04-29 21:34:25 -04:00
Silvan Mosberger 36d5d3083c
Merge pull request #60374 from marenz2569/python-caldav
Added support for python caldav package
2019-04-29 19:07:17 +02:00
Andreas Wiese 8d53c34743 ham: init at (unstable-)2019-01-22 2019-04-29 15:48:34 +02:00
Andreas Wiese 67fb9ec80c perlPackages.XMLMini: init at 1.38 2019-04-29 15:48:33 +02:00
Andreas Wiese 193b974344 perlPackages.GitRepository: init at 1.323 2019-04-29 15:48:33 +02:00
Andreas Wiese 7abee46bc0 perlPackages.SystemCommand: init at 1.119 2019-04-29 15:48:33 +02:00
Andreas Wiese 402a492f53 perlPackages.TestRequiresGit: init at 1.008 2019-04-29 15:48:32 +02:00
Andreas Wiese 877a62d05e perlPackages.GitVersionCompare: init at 1.004 2019-04-29 15:48:32 +02:00
Philip Patsch d6ec9464e5 lorri: reserve attribute name
lorri is a nix-shell replacement for project development.
Since it’s public beta announcement was noticed by many people, they
are going to assume it is available from nixpkgs. We lead them to the
installation instructions while the tool is not yet ready for nixpkgs.

Related-issue: https://github.com/NixOS/nixpkgs/pull/60211
2019-04-29 15:43:22 +02:00
Frederik Rietdijk 2f936f85d8 Merge master into staging-next 2019-04-29 13:46:20 +02:00
Bruno Bzeznik 83886b3d91 aragorn: init at 1.2.38 (#58354) 2019-04-29 07:18:03 -04:00
markuskowa 518e907d8e
Merge pull request #60337 from lasandell/cubicsdr-0.2.5
cubicsdr: init at 0.2.5
2019-04-29 12:27:19 +02:00
marius851000 9433bcce21 aimuth: init at 1.0.2 2019-04-29 12:22:28 +02:00
Erik Arvstedt 76218fdc3a
pythonPackages.djangoql: init at 0.12.6 2019-04-29 11:55:43 +02:00
Erik Arvstedt e401666503
pythonPackages.inotify-simple: init at 1.1.8 2019-04-29 11:41:43 +02:00
Erik Arvstedt 0babb25bb3
pythonPackages.pdftotext: init at 2.1.1 2019-04-29 11:41:43 +02:00
Erik Arvstedt 8646d2a2bb
pythonPackages.pytest-env: init at 0.6.2 2019-04-29 11:41:43 +02:00
Erik Arvstedt 5e3e440a60
pythonPackages.python-dotenv: init at 0.10.1 2019-04-29 11:41:43 +02:00
Erik Arvstedt 72aec3e01c
pythonPackages.langdetect: init at 1.0.7 2019-04-29 11:41:42 +02:00
Erik Arvstedt 071f3b34e6
pythonPackages.filemagic: init at 1.6 2019-04-29 11:41:42 +02:00
Markus Schmidl d4a1232733 pythonPackages.caldav: init at 0.6.0 2019-04-29 10:49:35 +02:00
Eelco Dolstra 36587a587a
Fix release.nix
'jobs.tests' no longer exists.
2019-04-29 10:07:20 +02:00
Eelco Dolstra 3b04bc7be5
Revert "Revert "all-packages.nix: Don't recurse into 'tests'", fix eval release.nix"
This reverts commit 8c80a29a75.
2019-04-29 09:47:21 +02:00
Peter Hoeg f92191e397
Merge pull request #34756 from peterhoeg/p/discover
discover: init at 5.15.3
2019-04-29 15:40:09 +08:00
Silvan Mosberger 4e5dc335e5
leksah: Point to upstream repository for using it
The build in nixpkgs was broken for forever. Trying to fix it would be
painful, as leksah uses a lot of overrides and custom versions. In
addition, leksah works best with the GHC version matching your project,
which means we'd have to make sure it builds for each of our GHC
versions.
2019-04-28 23:18:24 +02:00
worldofpeace 5f14e83bd6
Merge pull request #60176 from JohnAZoidberg/mousetweaks
mousetweaks: init at 3.32.0
2019-04-28 14:25:18 -04:00
Daniel Schaefer 08588e7c3f mousetweaks: init at 3.32.0
Solves #39509
2019-04-28 14:23:20 -04:00
Vincent Laporte 61b53f4071 ocamlPackages.ojquery: remove at 0.1 2019-04-28 17:42:36 +02:00
Will Dietz 403ce6ae4d awesome: drop workaround for broken luaPackages 2019-04-28 10:14:05 -05:00
Will Dietz 725585cfca awesome: generate docs, put in separate output
Especially useful when using non-release versions,
but good to have locally regardless.
2019-04-28 10:14:05 -05:00
Peter Hoeg 78bcc59d59
Merge pull request #59256 from peterhoeg/u/quaternion
quaternion-git: init at 0.0.9.4-rc3
2019-04-28 21:51:48 +08:00
Yurii Rashkovskii de70c139ec
qgrep: init at 1.1 2019-04-28 14:36:32 +07:00
Will Dietz 6a73992cfa
Merge pull request #59752 from dtzWill/feature/dedup
dedup: init at 1.0
2019-04-28 00:28:06 -05:00
Frederik Rietdijk 8c80a29a75 Revert "all-packages.nix: Don't recurse into 'tests'", fix eval release.nix
This reverts commit 014c26d75b.

recurseIntoAttrs is needed in order to evaluate the tests in release.nix.
See 014c26d75b

cc @edolstra
2019-04-28 07:15:15 +02:00
Will Dietz b9aadffc78
Merge pull request #60192 from dtzWill/feature/electron-5
electron_5: init at 5.0.0
2019-04-27 22:10:44 -05:00
Eelco Dolstra 014c26d75b all-packages.nix: Don't recurse into 'tests'
Doing so significantly slows down 'nix-env -qa' (4.30s vs 5.17s),
mostly because it seems to do a NixOS system evaluation.

This attribute should probably be removed entirely since tests should
be in release.nix, not pollute nix-env's package set.
2019-04-27 21:58:33 +02:00
Luke Sandell 8711711de8 cubicsdr: init at 0.2.5 2019-04-27 12:53:44 -05:00
Lassulus 1839b54df0
Merge pull request #54343 from marsam/init-z-lua
z-lua: init at 1.7.0
2019-04-28 01:16:39 +09:00
linarcx 48fd8be3f1
nahid-fonts: init at v0.3.0
Closes: #58488
2019-04-27 09:56:34 -04:00
Mario Rodas 3a2d01cf01
z-lua: init at 1.7.0 2019-04-27 08:03:06 -05:00
Matthieu Coudron 672c3c1d2a
lua: merge lua5.X interpreters (#59919)
lua: merge lua5.X interpreters

similar to what was done for python.
Makes it easier to change the passthru settings and the lua infrastructure.
2019-04-27 22:00:12 +09:00
betaboon 8ab8b30699 eventstore: 4.1.1 -> 5.0.0 (#58774) 2019-04-27 14:57:37 +02:00
Tim Steinbach 8d98033d99
linux: 4.9.170 -> 4.9.171 2019-04-27 08:08:26 -04:00
Tim Steinbach d43faab5ef
linux: 4.19.36 -> 4.19.37 2019-04-27 08:06:39 -04:00
Tim Steinbach ae7baea76f
linux: 4.14.113 -> 4.14.114 2019-04-27 08:05:36 -04:00
Lassulus 75d150f9da
Merge pull request #59872 from Izorkin/datadog
Datadog: update packages
2019-04-27 19:27:32 +09:00
Jörg Thalheim 19d1dc9ab8
Merge pull request #60199 from ajs124/drop/evopedia
evopedia: remove package
2019-04-27 10:41:57 +01:00
Jörg Thalheim 44106464ea
Merge pull request #57793 from schmittlauch/soundkonverter
[soundkonverter] init at 3.0.1
2019-04-27 10:39:55 +01:00
Joachim F 357df763a8
Merge pull request #57205 from tesq0/pull-request-omnisharp
omnisharp-roslyn: init at 1.32.8
2019-04-27 09:08:38 +00:00
Bruno Bigras 555f464453 pazi: init at 0.2.0 (#60303) 2019-04-27 09:36:10 +02:00
Bruno Bigras 4d8b9cbbdd httplz: init at 1.5.0 (#60304) 2019-04-27 09:34:33 +02:00
Michael Raskin eda2463c4d
Merge pull request #57945 from teto/lua/std_rename
lua: std._debug / std.normalize rename + move to automated.
2019-04-27 06:30:48 +00:00
Sarah Brofeldt f96bf5bb2e
Merge pull request #60241 from Amar1729/init/sd
sd: init at 0.5.0
2019-04-27 08:07:54 +02:00
Robert Scott d40894cbea pythonPackages.box2d: remove unnecessary pkgs-box2d buildInput
this dependency turns out to be completely unnecessary - the pypi
package includes its own bundled copy of the source (i know - ew.)
and building without pkgs-box2d results in a binary-identical .so.

this has the side-effect of enabling this package on darwin, which was
previously restricted by the apparently linux-only pkgs-box2d.
2019-04-27 07:45:53 +02:00
Frederik Rietdijk 042a01efbf Merge staging-next into staging 2019-04-27 07:02:02 +02:00
Frederik Rietdijk 883232c00d Merge master into staging-next 2019-04-27 07:01:38 +02:00
volth d53042e83e perlPackages.HTTPDaemon: 6.04 -> 6.01
This undoes 6fb0e7a4e0
The only problem with 6.04 is: it got new dependencies which fail to cross-compile.
Failure to cross-compile HTTP::Deamon leads to failure of LWP and XML::Parser, which are used in switch-to-configuration.pl
Thus upgrade HTTPDaemon from 6.01 to 6.04 broke cross-compilation of whole system closures.

(cherry picked from commit fd1ac66836)
2019-04-26 22:24:52 -04:00
Matthew Bauer 91d6d582a3
Merge pull request #60238 from volth/undo-httpdaemon-604
perlPackages.HTTPDaemon: 6.04 -> 6.01
2019-04-26 22:21:19 -04:00
Matthew Bauer 87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer c1f1a0ea15 qt5: use llvm5 for all modules
This avoids some issues encountered with qt5 not working libcxx 7. We
can remove this at some point when qt5 has addressed all of their issues.
2019-04-26 21:55:12 -04:00
Matthew Bauer db032fe1dc mosh: use llvm6 stdenv on clang stdenv 2019-04-26 21:55:09 -04:00
Matthew Bauer eaf153b17e libcanberra3: use gdk x11 for macos 2019-04-26 21:55:07 -04:00
Matthew Bauer 6613a5fed0 treewide: use gcc stdenv in rig and cdb 2019-04-26 21:55:06 -04:00
Matthew Bauer d3fa660288 yquake: fix on darwin 2019-04-26 21:55:06 -04:00
Matthew Bauer ecffd43b46 xcbuild: use llvm6-based xcbuild 2019-04-26 21:55:04 -04:00
Matthew Bauer d490dad864 treewide: use gcc when necessary
Some build scripts depend on gcc being available. We use gccStdenv in
this case.
2019-04-26 21:55:03 -04:00
Matthew Bauer 3bab20c88d treewide: disable checks on darwin
Not working in these cases:

- dconf
- paho-mqtt
- perl-gtk2
- perl-TAPParserSourceHandlerpgTAP
2019-04-26 21:55:02 -04:00
Matthew Bauer c72c6a48ca treewide: use llvm6 in some places
Not everything works on llvm7. It’s easiest to just provide the llvm6
as backup in this case.
2019-04-26 21:55:01 -04:00
Matthew Bauer 3e4f14a50b perl: disable test on TAPParserSourceHandlerpgTAP
Seem to be broken with newest llvm
2019-04-26 21:55:00 -04:00
Matthew Bauer e95ec0da29 libao: fix on 10.12 sdk 2019-04-26 21:54:59 -04:00
Matthew Bauer dc483505d4 cf-private: don’t use private sdk
no private sdk is available for 10.12.
2019-04-26 21:54:51 -04:00
Matthew Bauer eaadbdf1c3 cmake: don’t use cf-private
cf-private is not necessary here. cmake just needs the CoreFoundation
framework to be used. swift-corefoundation seems to work fine in this case.

/cc @lnl7
2019-04-26 21:54:49 -04:00
Matthew Bauer 7f08b28bbf Revert "Revert "cctools: bump to latest commit""
This reverts commit 0e78f2bd10.
2019-04-26 21:54:47 -04:00
Matthew Bauer f76c7b8fab libtapi: init
(cherry picked from commit 69347697d3336d4b6add8276d9f75daf6f0cacf3)
2019-04-26 21:54:46 -04:00
Mario Rodas 3f46165af3
Merge pull request #59963 from yrashk/pforth
pforth: init at 28
2019-04-26 18:33:54 -05:00
Aaron Andersen d872d32ba0
Merge pull request #60218 from eadwu/init/epubcheck
epubcheck: init at 4.2.0
2019-04-26 19:10:58 -04:00
Amar1729 3679d1b17e sd: init at 0.5.0 2019-04-26 18:47:48 -04:00
Edmund Wu 5f6ddc2747
epubcheck: init at 4.2.0 2019-04-26 17:56:42 -04:00
Jan Tojnar 664c82cd4c
ledmon: init at 0.92 (#60206)
ledmon: init at 0.92
2019-04-26 19:43:30 +02:00
worldofpeace 07f96168e3
Merge pull request #60170 from worldofpeace/lollypop-bump
lollypop: 1.0.5 -> 1.0.7, other stuff
2019-04-26 12:18:40 -04:00
Yurii Rashkovskii 1ae5e27751 pforth: init at 28 2019-04-26 22:11:41 +07:00
Jan Tojnar 89a150355b
Merge branch 'master' into staging 2019-04-26 16:35:54 +02:00
Silvan Mosberger b0c46a21e6
pandoc-imagine: init at unstable-2018-11-19 (#59816)
pandoc-imagine: init at unstable-2018-11-19
2019-04-26 12:02:08 +02:00
Richard Marko 9cfb2c0697 ledmon: init at 0.92 2019-04-26 10:30:50 +02:00
Peter Hoeg 65e3d0da85
Merge pull request #60244 from peterhoeg/f/kfind
kfind: was not mentioned in all-packages.nix
2019-04-26 14:01:41 +08:00
Peter Hoeg e90723b3cb kfind: was not referenced in all-packages.nix 2019-04-26 13:35:50 +08:00
Will Dietz fb62c5d9aa notable: init at 1.4.0 2019-04-25 23:24:29 -05:00
Will Dietz 6e4fa85446
Merge pull request #56259 from dtzWill/feature/minetime
minetime: init at 1.4.12
2019-04-25 23:22:30 -05:00
Will Dietz 37fd81c75d
Merge pull request #60167 from winpat/add_taskopen
taskopen: init at 1.1.4
2019-04-25 23:10:59 -05:00
Will Dietz 5340c05e04
Merge pull request #60130 from lo1tuma/nodejs-12_staging
nodejs-12_x: init at 12.0.0
2019-04-25 23:08:20 -05:00
volth fd1ac66836 perlPackages.HTTPDaemon: 6.04 -> 6.01
This undoes 6fb0e7a4e0
The only problem with 6.04 is: it got new dependencies which fail to cross-compile.
Failure to cross-compile HTTP::Deamon leads to failure of LWP and XML::Parser, which are used in switch-to-configuration.pl
Thus upgrade HTTPDaemon from 6.01 to 6.04 broke cross-compilation of whole system closures.
2019-04-26 00:43:41 +00:00
Graham Christensen 06d90aace2
Merge pull request #60236 from monsieurp/new-pydf
pydf: init at 12
2019-04-25 20:27:52 -04:00
Ambroz Bizjak a9c40eef1f
Fix kernel oops on boot due to bug in i2c driver.
https://github.com/NixOS/nixpkgs/issues/60126
https://lkml.org/lkml/2019/4/24/1123

The patch should be removed in the next round of stable releases because the fix should be included.

(cherry picked from commit 1e8a0805890fbb1cce1aa751296c82342b0cae7e)
2019-04-25 20:24:34 -04:00
Patrice Clement 4eaada7e22
pydf: init at 12 2019-04-26 00:43:43 +02:00
Renaud 526a406f11
Merge pull request #59557 from xrelkd/add/cargo-sweep
cargo-sweep: init at 0.4.1
2019-04-25 22:56:49 +02:00
Renaud 1746dc22e6
Merge pull request #60195 from marsam/init-xkcd-font
xkcd-font: init at 2017-08-24
2019-04-25 21:50:04 +02:00
Luis Hebendanz 827e954c54 rmount: init at 1.0.1 (#60204)
rmount: init at 1.0.1
2019-04-25 12:14:31 -04:00
ajs124 d287075c22 evopedia: remove package
The last upstream update was in 2014. While the software might still work, its usefulness depends on data archives, which are not updated anymore and have not been for several years.

Upstream suggests to use kiwix instead.
2019-04-25 10:13:26 +02:00
Mario Rodas 6124bfac3b
xkcd-font: init at 2017-08-24 2019-04-24 21:13:39 -05:00
Mario Rodas e89fc19b97
Merge pull request #58368 from marsam/update-timescaledb
timescaledb: 1.0.0 -> 1.2.2, timescaledb-parallel-copy: 2018-05-14 -> 0.2.0, timescaledb-tune: init at 0.5.0
2019-04-24 20:42:30 -05:00
Aaron Andersen dc1716f63b
Merge pull request #60155 from etu/prepend-phpPackages-names
phpPackages: Wrap mkDerivation to prepend package names
2019-04-24 21:29:33 -04:00
Will Dietz 259d23a0dd electron_5: init at 5.0.0
Copy of electron_4 expression with minor
addition of at-spi2-core which is needed to launch.
2019-04-24 19:56:00 -05:00
samrose e6956c6595 uboot: add Banana Pi M64 (#58366) 2019-04-24 22:50:01 +02:00
Renaud 71c6157fd7
Merge pull request #58534 from bzizou/sumatools.dev
sumatools: init at 1.0.34
2019-04-24 22:34:35 +02:00
Joachim F 1e40aef922
Merge pull request #56075 from asymmetric/evmdis
evmdis: init at unstable-2018-03-23
2019-04-24 20:24:35 +00:00
Graham Christensen 857069293d
Merge pull request #56565 from andrew-d/adunham/plex-fhs
plex: rewrite to use FHS userenv
2019-04-24 15:00:30 -04:00
worldofpeace ce50875fd4 pythonPackages.wikipedia: init at 1.4.0 2019-04-24 12:39:31 -04:00
Frederik Rietdijk 0a7bcb3b03 Merge staging into staging-next 2019-04-24 18:38:11 +02:00
Patrick Winter 0553c30ff0 taskopen: init at 1.1.4 2019-04-24 18:30:36 +02:00
linarcx 072c69f1ff
lalezar-fonts: init at unstable-2017-02-28
Closes #59402
2019-04-24 09:24:12 -04:00
worldofpeace f5d3418b0c
Merge pull request #58994 from zookatron/sublime-merge
sublime-merge: init at 1107
2019-04-24 09:21:07 -04:00
Matthieu Coudron 65a963235c
Merge pull request #60152 from Lucus16/unpin-protobuf
Revert "ibus-packages.mozc: pin to protobuf 3.6"
2019-04-24 22:12:54 +09:00
Lassulus e5830bac6d
Merge pull request #59545 from costrouc/python-pyomo-init
pythonPackages.pyomo: init at 5.6.5
2019-04-24 21:19:12 +09:00
Elis Hirwing 06e0ede06e
phpPackages: Wrap mkDerivation to prepend package names
This will make the file more consistent and easier to follow when we
have a mixture of buildPecl (which already does this) and straight up
regular derivations.
2019-04-24 13:04:28 +02:00
Vladyslav M ad4f7dd90e
cargo-outdated: init at unstable-2019-04-13 (#59893)
cargo-outdated: init at unstable-2019-04-13
2019-04-24 13:44:35 +03:00
Sondre Nilsen 67d03fec53
cargo-outdated: init at unstable-2019-04-13 2019-04-24 12:46:19 +03:00
Lars Jellema a5ed6ab73e
Revert "ibus-packages.mozc: pin to protobuf 3.6"
protobuf was bumped to 3.7.1, which fixes the build issue as described
in google/mozc#460.

This reverts commit a19fbaf39b.
2019-04-24 11:30:04 +02:00
Peter Hoeg e3f31092a9 discover: init at 5.15.3 2019-04-24 14:23:14 +08:00