perceptualdiff: fix darwin support (#121646)

This commit is contained in:
Uri Baghin
2021-05-05 22:36:08 -04:00
committed by GitHub
parent 1374bfa2d3
commit a4026fb952
4 changed files with 11 additions and 6 deletions
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A program that compares two images using a perceptually based image metric";
homepage = "https://github.com/myint/perceptualdiff";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ uri-canva ];
platforms = platforms.x86;
};