face_morpher: only build on linux

dlib is not supported on darwin.
master
Simon Bruder 2021-08-06 11:05:15 +02:00
parent badc04d7aa
commit eff7a88016
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

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