mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
Merge pull request #144668 from liji-canva/master
perceptualdiff: set "meta.platforms = platforms.unix"
This commit is contained in:
commit
9db32decb5
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/myint/perceptualdiff";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ uri-canva ];
|
||||
platforms = platforms.x86;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.hostPlatform.system == "aarch64-darwin";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user