dart: fix LICENSE conflicting (#436430)

This commit is contained in:
Gergő Gutyina
2026-01-16 22:37:45 +00:00
committed by GitHub
@@ -26,6 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
installPhase = ''
runHook preInstall
rm LICENSE
cp -R . $out
''
+ lib.optionalString (stdenv.hostPlatform.isLinux) ''