mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-26 10:30:32 +00:00
committed by
github-actions[bot]
parent
cdead16a44
commit
78f705db6d
@@ -3,6 +3,7 @@
|
||||
, tcl
|
||||
, libiconv
|
||||
, fetchurl
|
||||
, buildPackages
|
||||
, zlib
|
||||
, openssl
|
||||
, readline
|
||||
@@ -23,6 +24,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1knff50rr8f39myxj50fprb9ya87cslmwz7zzfya56l33r7i7jh3";
|
||||
};
|
||||
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
|
||||
nativeBuildInputs = [ installShellFiles tcl tcllib ];
|
||||
|
||||
buildInputs = [ zlib openssl readline which ed ]
|
||||
|
||||
Reference in New Issue
Block a user