forked from mirrors/nixpkgs
hash-slinger: fix evaluation
This commit is contained in:
parent
ea6bd8fa79
commit
0a1703ba27
|
@ -1,6 +1,8 @@
|
||||||
{ stdenv, fetchFromGitHub, pythonPackages, openssh, gnupg, unbound, libreswan }:
|
{ stdenv, fetchFromGitHub, pythonPackages, openssh, gnupg, unbound, libreswan }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
let
|
||||||
|
inherit (pythonPackages) python;
|
||||||
|
in stdenv.mkDerivation rec {
|
||||||
pname = "hash-slinger";
|
pname = "hash-slinger";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "2.7";
|
version = "2.7";
|
||||||
|
|
Loading…
Reference in a new issue