-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 72a465f835cf
head repository: NixOS/nixpkgs
compare: 00577aef999f
Commits on Dec 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b5fd71f - Browse repository at this point
Copy the full SHA b5fd71fView commit details
Commits on Jan 3, 2021
-
bc-python-hcl2: init at 0.3.11
Co-authored-by: Guillaume Girol <symphorien@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 90b522e - Browse repository at this point
Copy the full SHA 90b522eView commit details -
Co-authored-by: Guillaume Girol <symphorien@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7dc9da6 - Browse repository at this point
Copy the full SHA 7dc9da6View commit details
Commits on Jan 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a0a4feb - Browse repository at this point
Copy the full SHA a0a4febView commit details
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ca27105 - Browse repository at this point
Copy the full SHA ca27105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ffd4e1 - Browse repository at this point
Copy the full SHA 5ffd4e1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 51d1125 - Browse repository at this point
Copy the full SHA 51d1125View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2660037 - Browse repository at this point
Copy the full SHA 2660037View commit details -
Configuration menu - View commit details
-
Copy full SHA for c32f5b2 - Browse repository at this point
Copy the full SHA c32f5b2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ec1830e - Browse repository at this point
Copy the full SHA ec1830eView commit details -
yosys: cherry-pick some minor fixes (cf d81e4d9)
d81e4d9 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>
Configuration menu - View commit details
-
Copy full SHA for 365ef90 - Browse repository at this point
Copy the full SHA 365ef90View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9a951db - Browse repository at this point
Copy the full SHA 9a951dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5ef67 - Browse repository at this point
Copy the full SHA eb5ef67View commit details -
Configuration menu - View commit details
-
Copy full SHA for a646165 - Browse repository at this point
Copy the full SHA a646165View commit details
Commits on Jan 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5edf616 - Browse repository at this point
Copy the full SHA 5edf616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd78bb - Browse repository at this point
Copy the full SHA 8dd78bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0964932 - Browse repository at this point
Copy the full SHA 0964932View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcdca92 - Browse repository at this point
Copy the full SHA bcdca92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20566f7 - Browse repository at this point
Copy the full SHA 20566f7View commit details -
Merge pull request #109461 from thoughtpolice/nixpkgs/yosys-plugins
yosys: add support for loading plugins, revert symbiflow changes
Configuration menu - View commit details
-
Copy full SHA for d18e537 - Browse repository at this point
Copy the full SHA d18e537View commit details -
Merge pull request #109469 from domenkozar/pkgs.nixos-rebuild
move nixos-rebuild into pkgs
Configuration menu - View commit details
-
Copy full SHA for d3afdf9 - Browse repository at this point
Copy the full SHA d3afdf9View commit details -
A few other things: - prep for transition to gtk3 when audacity recommends it - we drop the runtime linking with lame as audacity is picking it up on its own - on linux, add a number of missing dependencies. - use a newer (recommended) wxwidgets - add a patch (merged upstream) that makes audacity follow XDG for file locations
Configuration menu - View commit details
-
Copy full SHA for 249db9f - Browse repository at this point
Copy the full SHA 249db9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9bb543 - Browse repository at this point
Copy the full SHA a9bb543View commit details -
Merge pull request #109502 from danieldk/1password-gui-0.9.8
_1password-gui: 0.9.7 -> 0.9.8
Configuration menu - View commit details
-
Copy full SHA for 046e4ed - Browse repository at this point
Copy the full SHA 046e4edView commit details -
Configuration menu - View commit details
-
Copy full SHA for abb4941 - Browse repository at this point
Copy the full SHA abb4941View commit details -
Merge pull request #109485 from r-ryantm/auto-update/python3.7-ipyvue
python37Packages.ipyvue: 1.4.1 -> 1.5.0
Configuration menu - View commit details
-
Copy full SHA for 51397fb - Browse repository at this point
Copy the full SHA 51397fbView commit details -
Merge pull request #109496 from r-ryantm/auto-update/python3.7-google…
…-cloud-spanner python37Packages.google-cloud-spanner: 2.1.0 -> 3.0.0
Configuration menu - View commit details
-
Copy full SHA for 82d4fe2 - Browse repository at this point
Copy the full SHA 82d4fe2View commit details -
Merge pull request #109492 from bbigras/mtail
mtail: 3.0.0-rc38 -> 3.0.0-rc41
Configuration menu - View commit details
-
Copy full SHA for ff9818d - Browse repository at this point
Copy the full SHA ff9818dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b96633c - Browse repository at this point
Copy the full SHA b96633cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3464ca4 - Browse repository at this point
Copy the full SHA 3464ca4View commit details -
Merge pull request #107028 from anhdle14/checkov-1.0.674
checkov: init at 1.0.674
Configuration menu - View commit details
-
Copy full SHA for afd7b55 - Browse repository at this point
Copy the full SHA afd7b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2445824 - Browse repository at this point
Copy the full SHA 2445824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00577ae - Browse repository at this point
Copy the full SHA 00577aeView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.