dart-sass: dedupe binary

This commit is contained in:
Sandro Jäckel
2025-02-23 21:57:11 +01:00
parent 7a753239ed
commit 0bd7f95e45
+5
View File
@@ -46,6 +46,11 @@ buildDartApplication rec {
dartCompileFlags = [ "--define=version=${version}" ];
postInstall = ''
# dedupe identiall binaries
ln -rsf $out/bin/{,dart-}sass
'';
passthru = {
inherit embedded-protocol-version embedded-protocol;
updateScript = ./update.sh;