dart-sass: dedupe binary (#384602)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user