icestorm: fix eval
This commit is contained in:
parent
f65aa21bb2
commit
c7bf103599
@ -9,13 +9,13 @@
|
|||||||
, usePyPy ? stdenv.isx86_64 /* pypy3 seems broken on i686 */
|
, usePyPy ? stdenv.isx86_64 /* pypy3 seems broken on i686 */
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
pythonPkg = if usePyPy then pypy3 else python3;
|
|
||||||
pythonInterp = pythonPkg.interpreter;
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
pname = "icestorm";
|
pname = "icestorm";
|
||||||
version = "2019.08.08";
|
version = "2019.08.08";
|
||||||
|
|
||||||
|
pythonPkg = if usePyPy then pypy3 else python3;
|
||||||
|
pythonInterp = pythonPkg.interpreter;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cliffordwolf";
|
owner = "cliffordwolf";
|
||||||
repo = "icestorm";
|
repo = "icestorm";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user