py-unbound: fix evaluation

This commit is contained in:
Frederik Rietdijk 2016-08-01 10:19:48 +02:00
parent 8f9326ffd8
commit ea6bd8fa79

View File

@ -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";
name = "${pname}-${version}";
version = "1.5.9";