face_morpher: only build on linux
dlib is not supported on darwin.
This commit is contained in:
parent
badc04d7aa
commit
eff7a88016
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue