py-unbound: fix evaluation
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
{ stdenv, fetchurl, openssl, expat, libevent, swig, python, pythonPackages }:
|
{ stdenv, fetchurl, openssl, expat, libevent, swig, pythonPackages }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
let
|
||||||
|
inherit (pythonPackages) python;
|
||||||
|
in stdenv.mkDerivation rec {
|
||||||
pname = "pyunbound";
|
pname = "pyunbound";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "1.5.9";
|
version = "1.5.9";
|
||||||
|
|||||||
Reference in New Issue
Block a user