mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
perceptualdiff: set "meta.platforms = platforms.unix"
This commit is contained in:
parent
3d2a6a40e5
commit
93c293ed21
@ -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