mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
tcllib: 1.21 -> 2.0
Note: This update needs critcl>=3.3 (updated in the previous commit), otherwise accelerators won't be built.
This commit is contained in:
parent
d023b182b3
commit
ecbe02d896
@ -7,11 +7,11 @@
|
||||
|
||||
mkTclDerivation rec {
|
||||
pname = "tcllib";
|
||||
version = "1.21";
|
||||
version = "2.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "mirror://sourceforge/tcllib/tcllib-${version}.tar.gz";
|
||||
hash = "sha256-p8thpRpC+9k/LvbBFaSOIpDXuhMlEWhs0qbrjtKcTzQ=";
|
||||
hash = "sha256-LoY6y7p9n1dXk4eSa/HuyA4bIXa0rN7F2OGESk2tROI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optional withCritcl critcl;
|
||||
|
Loading…
Reference in New Issue
Block a user