mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
lightningcss: add update-script
This commit is contained in:
parent
14676392cd
commit
5e8ff032e8
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user