mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
tcllib: Simplify package with tcl.mkTclDerivation
This commit is contained in:
parent
ad0d23d5e1
commit
e3ce7a6a5c
@ -1,6 +1,6 @@
|
||||
{ lib, stdenv, fetchurl, tcl }:
|
||||
{ lib, fetchurl, tcl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
tcl.mkTclDerivation rec {
|
||||
pname = "tcllib";
|
||||
version = "1.20";
|
||||
|
||||
@ -9,12 +9,6 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0wax281h6ksz974a5qpfgf9y34lmlpd8i87lkm1w94ybbd3rgc73";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
libPrefix = "tcllib${version}";
|
||||
};
|
||||
|
||||
buildInputs = [ tcl ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://sourceforge.net/projects/tcllib/";
|
||||
description = "Tcl-only library of standard routines for Tcl";
|
||||
|
Loading…
Reference in New Issue
Block a user