mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03: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 New Issue
Block a user