fix missing `rec` in nmigen.nix

pull/1/head
Harry Ho 2019-10-17 15:48:48 +08:00
parent da4d262ffb
commit 8ac35c58ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, python3Packages, yosys, symbiyosys, yices, git }:
python3Packages.buildPythonPackage {
python3Packages.buildPythonPackage rec {
pname = "nmigen";
version = "0.1rc1";