mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
dart-sass: use conventional code structure
This commit is contained in:
parent
d88ee3f9c3
commit
f8f4c2f795
@ -45,14 +45,6 @@ buildDartApplication rec {
|
||||
|
||||
dartCompileFlags = [ "--define=version=${version}" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/sass/dart-sass";
|
||||
description = "Reference implementation of Sass, written in Dart";
|
||||
mainProgram = "sass";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lelgenio ];
|
||||
};
|
||||
|
||||
passthru = {
|
||||
inherit embedded-protocol-version embedded-protocol;
|
||||
updateScript = ./update.sh;
|
||||
@ -84,4 +76,12 @@ buildDartApplication rec {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/sass/dart-sass";
|
||||
description = "Reference implementation of Sass, written in Dart";
|
||||
mainProgram = "sass";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lelgenio ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user