tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
perceptualdiff: set "meta.platforms = platforms.unix"
Liji Yu
4 years ago
93c293ed
3d2a6a40
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
perceptualdiff
default.nix
+2
-1
pkgs/tools/graphics/perceptualdiff/default.nix
···
19
homepage = "https://github.com/myint/perceptualdiff";
20
license = licenses.gpl2Plus;
21
maintainers = with maintainers; [ uri-canva ];
22
-
platforms = platforms.x86;
0
23
};
24
}
···
19
homepage = "https://github.com/myint/perceptualdiff";
20
license = licenses.gpl2Plus;
21
maintainers = with maintainers; [ uri-canva ];
22
+
platforms = platforms.unix;
23
+
broken = stdenv.hostPlatform.system == "aarch64-darwin";
24
};
25
}