monkeysphere: restrict to linux platforms

On Hydra, Darwin build is failing since v0.42

cc @primeos
This commit is contained in:
Renaud 2019-10-22 11:01:29 +02:00 committed by GitHub
parent 3bcb069e1f
commit e43420ea92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
familiar with, such as your web browser0 or secure shell. familiar with, such as your web browser0 or secure shell.
''; '';
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.all; platforms = platforms.linux;
maintainers = with maintainers; [ primeos ]; maintainers = with maintainers; [ primeos ];
}; };
} }