mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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.mkDerivation rec {
|
||||
let
|
||||
inherit (pythonPackages) python;
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "hash-slinger";
|
||||
name = "${pname}-${version}";
|
||||
version = "2.7";
|
||||
|
|
Loading…
Reference in a new issue