fix missing `rec` in nmigen.nix
This commit is contained in:
parent
da4d262ffb
commit
8ac35c58ea
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, python3Packages, yosys, symbiyosys, yices, git }:
|
||||
|
||||
python3Packages.buildPythonPackage {
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "nmigen";
|
||||
version = "0.1rc1";
|
||||
|
||||
|
|
Loading…
Reference in New Issue