Unverified Commit da8d04d2 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

dart-sass: dedupe binary (#384602)

parents f6734c68 0bd7f95e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;