From b797bcfe23ade3d235f41b8121cdf1c4373d7810 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 11 Apr 2024 13:25:18 -0400 Subject: sisudoc spine sync (0.16.0 dir name changes) --- derivation.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'derivation.nix') diff --git a/derivation.nix b/derivation.nix index b1fc601..d574ab7 100644 --- a/derivation.nix +++ b/derivation.nix @@ -73,12 +73,12 @@ with ( runHook preInstall mkdir -p $out/bin cp -r "${targetOf package}" $out/bin - #cp -rv "${targetOf package}" $out/spine-markup-samples/. - #cp -rv ./markup $out/spine-markup-samples/. + #cp -rv "${targetOf package}" $out/sisudoc-spine-markup-samples/. + #cp -rv ./markup $out/sisudoc-spine-markup-samples/. runHook postInstall ''; #postInstall= '' - # cp -rv ./markup $out/spine-markup-samples/. + # cp -rv ./markup $out/sisudoc-spine-markup-samples/. #''; meta = lib.optionalAttrs (package ? description) { @@ -93,7 +93,7 @@ with ( ); mkDubDerivation rec { pname = "spine"; - version = "0.14.0"; + version = "0.16.0"; #zipfile = "spine-0.12.0-tag-0.11.2.r107.gf89a107.tar.gz"; src = fetchTarball { url = "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/tarball/spine-0.12.0-tag-0.11.2.r107.gf89a107.tar.gz"; -- cgit v1.2.3