mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
perceptualdiff: set "meta.platforms = platforms.unix"
This commit is contained in:
parent
3d2a6a40e5
commit
93c293ed21
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue