face_morpher: only build on linux

dlib is not supported on darwin.
This commit is contained in:
Simon Bruder 2021-08-06 11:05:15 +02:00
parent badc04d7aa
commit eff7a88016
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/alyssaq/face_morpher"; homepage = "https://github.com/alyssaq/face_morpher";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ sbruder ]; maintainers = with maintainers; [ sbruder ];
platforms = platforms.unix; platforms = platforms.linux;
}; };
} }