atlauncher: drop postPatch

UI tests were removed from the default set of tests upstream

Ref: https://github.com/ATLauncher/ATLauncher/commit/0cc353e87e57e7cf8f52e20fbe05b22ced8f2633
This commit is contained in:
GetPsyched
2026-01-25 12:56:03 +05:30
parent 0568d01dc1
commit aefe709b07
-5
View File
@@ -33,11 +33,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
hash = "sha256-x8ch8BdUckweuwEvsOxYG2M5UmbW4fRjF/jJ6feIjIA=";
};
postPatch = ''
# exclude UI tests
sed -i "/test {/a\ exclude '**/BasicLauncherUiTest.class'" build.gradle
'';
nativeBuildInputs = [
gradle
makeWrapper