tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
py-unbound: fix evaluation
Frederik Rietdijk
9 years ago
ea6bd8fa
8f9326ff
+4
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
unbound
python.nix
+4
-2
pkgs/tools/networking/unbound/python.nix
···
1
1
-
{ stdenv, fetchurl, openssl, expat, libevent, swig, python, pythonPackages }:
1
1
+
{ stdenv, fetchurl, openssl, expat, libevent, swig, pythonPackages }:
2
2
3
3
-
stdenv.mkDerivation rec {
3
3
+
let
4
4
+
inherit (pythonPackages) python;
5
5
+
in stdenv.mkDerivation rec {
4
6
pname = "pyunbound";
5
7
name = "${pname}-${version}";
6
8
version = "1.5.9";