Unverified Commit 0bd7f95e authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

dart-sass: dedupe binary

parent 7a753239
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;