lightningcss: add update-script

This commit is contained in:
John Titor 2024-05-11 19:34:14 +05:30
parent 14676392cd
commit 5e8ff032e8
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -2,6 +2,7 @@
, stdenv
, rustPlatform
, fetchFromGitHub
, nix-update-script
}:
rustPlatform.buildRustPackage rec {
@ -37,6 +38,8 @@ rustPlatform.buildRustPackage rec {
"--lib"
];
passthru.updateScript = nix-update-script {};
meta = with lib; {
description = "Extremely fast CSS parser, transformer, and minifier written in Rust";
homepage = "https://lightningcss.dev/";