libAfterImage: don't use weird mmx flags

This commit is contained in:
Dmitry Kalinkin 2021-05-19 02:25:32 -04:00
parent 68cfba1ac6
commit 3ec06bc2eb
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ stdenv.mkDerivation {
configureFlags = [
"--with-gif"
"--disable-mmx-optimization"
];
meta = with lib; {