Commit Graph

263763 Commits

Author SHA1 Message Date
Austin Seipp
d18e537613
Merge pull request #109461 from thoughtpolice/nixpkgs/yosys-plugins
yosys: add support for loading plugins, revert symbiflow changes
2021-01-16 03:51:57 -06:00
R. RyanTM
bcdca92787
abcmidi: 2020.11.07 -> 2020.12.10 (#106639) 2021-01-16 09:52:53 +01:00
Anderson Torres
e79c53a9ea
Merge pull request #109489 from zowoq/ytdl
youtube-dl: 2021.01.08 -> 2021.01.16
2021-01-16 02:25:31 -03:00
yangm2
c7ebdc8123
verilator: 4.100 -> 4.108
Co-authored-by: Austin Seipp <aseipp@pobox.com>
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 21:10:37 -06:00
Martin Weinelt
199c002700
Merge pull request #109463 from mweinelt/home-assistant
home-assistant: 2021.1.2 -> 2021.1.3
2021-01-16 04:05:55 +01:00
zowoq
11434e2040 youtube-dl: 2021.01.08 -> 2021.01.16
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.01.16
2021-01-16 12:56:23 +10:00
Sandro
b3616bd964
Merge pull request #109472 from astro/netgear
ngadmin: init at unstable
2021-01-15 23:18:51 +01:00
Austin Seipp
9a951db846
yosys: some more small fixes from review feedback
Fixes up the usage of patches/postInstall. Also removes `stdenv.lib` and
other minor tweaks.

Based on feedback from Sandro and Mihai.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 16:09:51 -06:00
Austin Seipp
365ef90263
yosys: cherry-pick some minor fixes (cf d81e4d9f6)
d81e4d9f66 contained some minor fixes to the yosys derivation
that make it a little easier to read and maintain. Incorporate those.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 16:09:50 -06:00
Austin Seipp
ec1830e696
init: experimental yosys-{bluespec, ghdl} plugins
These plugins can be included in a closure, along with the `yosys`
derivation, and they will be automatically picked up for use. For
example, this allows you to include 'yosys-bluespec' in your
`buildInputs`, and then immediately run:

    $ nix-shell -p yosys yosys-bluespec yosys-ghdl
    $ yosys -m bluespec -p 'help read_bluespec'
    $ yosys -m ghdl -p 'help ghdl'

These two plugins are a bit experimental, admittedly, but they are good,
clean examples of how to write and use the yosys plugin infrastructure,
and make it easy to test updates, etc.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 16:09:50 -06:00
R. RyanTM
8a31d1505f python37Packages.flake8-blind-except: 0.1.1 -> 0.2.0 2021-01-15 13:32:54 -08:00
Fabian Affolter
36373dd55b python3Packages.cbor2: switch to pytestCheckHook 2021-01-15 13:25:44 -08:00
Astro
910b4128f0 ngadmin: init at unstable-2017-11-17 2021-01-15 22:16:26 +01:00
Peter Simons
8e4690c0ca
Merge pull request #109011 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-01-11 (plus other fixes)
2021-01-15 21:17:14 +01:00
Peter Simons
5b220ae92d haskell-http-client-restricted: jailbreak to fix the build with older versions of http-client 2021-01-15 20:47:46 +01:00
Peter Simons
6c3e331e1c haskell-lukko: jailbreak to fix the build with the latest version of tasty 2021-01-15 20:42:18 +01:00
(cdep)illabout
48278265c7 haskellPackages.servant: stop building documentation 2021-01-15 20:35:11 +01:00
Malte Brandy
a12136e3ce
haskellPackages.reflex: Fix build 2021-01-15 20:33:45 +01:00
Peter Simons
915ef2102d hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.6 from Hackage revision
dd69eff0a7.
2021-01-15 20:30:55 +01:00
Peter Simons
589ce02f47 hackage2nix: update list of broken packages to fix evaluation 2021-01-15 20:28:16 +01:00
Peter Simons
8084a9137b haskell-http-client: update overrides for the latest version 2021-01-15 20:28:15 +01:00
zowoq
10ffd6916e buildah: 1.19.1 -> 1.19.2
https://github.com/containers/buildah/releases/tag/v1.19.2
2021-01-16 05:24:03 +10:00
Malte Brandy
c8e886e4a5
haskellPackages.haskell-language-server: Fix build 2021-01-15 20:10:01 +01:00
R. RyanTM
eba1653194 python37Packages.breathe: 4.25.1 -> 4.26.0 2021-01-15 10:31:36 -08:00
Emery Hemingway
df69951fc4 CODEOWNERS: add ehmry to Dhall packages 2021-01-15 19:14:58 +01:00
Gabriel Gonzalez
135742a845 Incorporate revision in name for Dhall GitHub packages
This is a small quality-of-life improvement so that
the package version/revision can be inferred from the
/nix/store path (which is the convention for most of the
Nixpkgs ecosystem).
2021-01-15 19:14:58 +01:00
Austin Seipp
7996fb0d4e
picat: 3.0p3 -> 3.0p4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 12:03:57 -06:00
Sandro
1917c21d2e
Merge pull request #109462 from cpcloud/update-nomad
nomad: 1.0.1 -> 1.0.2
2021-01-15 18:45:41 +01:00
Sandro
36ff80b7c8
Merge pull request #109445 from iAmMrinal0/update/google-cloud-sdk
google-cloud-sdk: 322.0.0 -> 323.0.0
2021-01-15 18:34:14 +01:00
Sandro
57526b9c74
Merge pull request #109458 from cust0dian/navi-2.13.1
navi: 2.13.0 -> 2.13.1
2021-01-15 18:33:59 +01:00
Sandro
cbad8a642b
Merge pull request #109442 from ymatsiuk/bumpflux2
fluxcd: 0.5.9 -> 0.6.0
2021-01-15 18:33:41 +01:00
Sandro
a74cffad44
Merge pull request #109453 from Mindavi/remmina/1.4.10
remmina: 1.4.7 -> 1.4.10
2021-01-15 18:33:23 +01:00
Sandro
0eb69dab67
Merge pull request #109446 from jojosch/mycli-1.23.0
mycli: 1.22.2 -> 1.23.0
2021-01-15 18:33:03 +01:00
Sandro
94f62de347
Merge pull request #109437 from fabaff/upnpy
python3Packages.upnpy: init at 1.1.8
2021-01-15 18:28:05 +01:00
Sandro
14d1126756
Merge pull request #109038 from 0x4A6F/master-coturn
coturn: 4.5.1.3 -> 4.5.2
2021-01-15 18:27:07 +01:00
Jack Kelly
e87245d87d
usbguard: 0.7.8 -> 1.0.0 (#109296) 2021-01-15 18:26:47 +01:00
Sandro
51e3b19fc6
Merge pull request #109329 from tu-maurice/beefi-0.1.1 2021-01-15 18:26:24 +01:00
Martin Weinelt
7314c0eee7
home-assistant: 2021.1.2 -> 2021.1.3 2021-01-15 18:14:15 +01:00
Phillip Cloud
f7f73b2c8d nomad: 1.0.1 -> 1.0.2 2021-01-15 12:04:42 -05:00
Fabian Affolter
04af07c659 python3Packages.pyelftools: unstable-0.27 -> 0.27 2021-01-15 08:57:47 -08:00
Kevin Cox
bb96017198
Merge pull request #108932 from Atemu/iso-image-compress-filter
iso-image: enable XZ compress filter
2021-01-15 11:32:21 -05:00
R. RyanTM
1497071f23 python37Packages.ansi: 0.1.5 -> 0.2.0 2021-01-15 08:27:35 -08:00
Fabian Affolter
f03c38bb8f home-assistant: update component-packages 2021-01-15 08:26:59 -08:00
Fabian Affolter
893f641504 python3Packages.pysoma: init at 0.0.10 2021-01-15 08:26:59 -08:00
Atemu
2fcab516c4 iso-image: enable XZ compress filter
Minimal ISO:
1m21 -> 2m25
625M -> 617M

Plasma5 ISO:
2m45 -> 5m18
1.4G -> 1.3G

Decompression speed stays about the same. It's just a few seconds for the whole
image anyways and, with that kind of speed, you're going to be bottlenecked by
IO long before the CPU.
2021-01-15 17:17:52 +01:00
Austin Seipp
2660037f8c
yosys: enable loading "out of band" plugins
By default, when yosys looks for plugins with the `-m` flag or `plugin`
command, it always looks in `YOSYS_PREFIX/share/yosys/plugins` for a
`.so` file, and loads that.

By design, this is intended to be a single, global, mutable location
such as `/usr/share/yosys/...` on disk, and plugins are supposed to
install their `.so` files here after yosys is installed, and they all
coexist together. Obviously, this won't work for us, but users might
expect these plugins to still work. More importantly, they won't want to
add special cases to their build systems.

Instead, to allow Nix users to use yosys plugins with the same UX (e.g.
natively call `plugin bluespec` or `-m ghdl`), we add a patch to yosys
that allows it to search a new `NIX_YOSYS_PLUGIN_DIRS` search path
environment variable. In tandem, we add a setup hook that adds to this
search path if a package has a `$out/share/yosys/plugins` directory.

Thus, it's enough to just include `yosys`, and any package that has a
yosys plugin in `$out/share/yosys/plugins`, and you can load it with
`-m` or the `plugin` command.

We could use a style like the haskellPackages set, where the set of
packages are "encased" in a lambda, and we pass packages that are
compatible with that version of the compiler:

    haskell.packages.ghc8102.ghcWithPackages (p: with p; [ ... ])

but, realistically, there will probably only ever be one version of
yosys and one set of compatible plugins, so this seems overdone.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 10:13:56 -06:00
Austin Seipp
51d1125f24
ghdl: 0.37 -> unstable-2021.01.14
This unreleased version of GHDL fixes a bunch of bugs. It also contains
a few internal API changes for synthesis support -- required by the GHDL
yosys plugin.

Ideally, we can just remove this when 0.38 comes out.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-15 10:13:46 -06:00
Câju Mihai-Drosi
5ffd4e1c2c
maintainers: add mcaju 2021-01-15 10:13:45 -06:00
Austin Seipp
ca27105b04
Revert "Merge pull request #105709 from CajuM/symbiflow"
This reverts commit 02828f91f1, reversing
changes made to f0a7fce6ee.
2021-01-15 10:13:27 -06:00
Sandro
f6a9596c4a
Merge pull request #109450 from msteen/patch-2
nix-prefetch: 0.3.1 -> 0.4.0
2021-01-15 16:55:33 +01:00