Loading pkgs/by-name/cs/csv2svg/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ lib, rustPlatform, fetchCrate, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -16,6 +18,11 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-RwpRxSD/oRAYD1udrHt3fy/SrrNUTVdGf+CdzQnJZ2U="; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; passthru.updateScript = nix-update-script { }; meta = { description = "Take a csv as input and outputs svg"; homepage = "https://github.com/Canop/csv2svg"; Loading Loading
pkgs/by-name/cs/csv2svg/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ lib, rustPlatform, fetchCrate, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading @@ -16,6 +18,11 @@ rustPlatform.buildRustPackage (finalAttrs: { cargoHash = "sha256-RwpRxSD/oRAYD1udrHt3fy/SrrNUTVdGf+CdzQnJZ2U="; doInstallCheck = true; nativeInstallCheckInputs = [ versionCheckHook ]; passthru.updateScript = nix-update-script { }; meta = { description = "Take a csv as input and outputs svg"; homepage = "https://github.com/Canop/csv2svg"; Loading