mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
libAfterImage: don't use weird mmx flags
This commit is contained in:
parent
68cfba1ac6
commit
3ec06bc2eb
@ -56,6 +56,7 @@ stdenv.mkDerivation {
|
||||
|
||||
configureFlags = [
|
||||
"--with-gif"
|
||||
"--disable-mmx-optimization"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user