Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 30583847f108
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: bc3c3b4a59c7
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on May 23, 2020

  1. pythonPackages.kicad: bindings to kicad

    Add the Python bindings for kicad.
    
    Following now functions
    
        $ nix run "(import ./. {}).python3.withPackages(ps: with ps; [ kicad  ])" -c python3 -c "import pcbnew"
    
    Have not tested this any further.
    FRidh committed May 23, 2020
    Copy the full SHA
    bc3c3b4 View commit details
    Browse the repository at this point in the history