nickel: mark as broken on aarch64-linux

This commit is contained in:
Gaetan Lepage
2025-03-03 16:43:05 +01:00
parent ecd63ea23f
commit 1f8374d28a
+5
View File
@@ -84,5 +84,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
matthiasbeyer
];
mainProgram = "nickel";
badPlatforms = [
# collect2: error: ld returned 1 exit status
# undefined reference to `PyExc_TypeError'
"aarch64-linux"
];
};
})