python-packages: fusepy/gdrivefs platforms -> unix

FUSE is available on other Unix-alikes as well.
This commit is contained in:
Tobias Geerinckx-Rice 2015-09-01 05:30:16 +02:00
parent 687d60ec73
commit c2de55e6f8

View File

@ -6216,7 +6216,7 @@ let
'';
homepage = http://github.com/terencehonles/fusepy;
license = licenses.isc;
platforms = with platforms; linux;
platforms = platforms.unix;
maintainers = with maintainers; [ nckx ];
};
};
@ -6317,7 +6317,7 @@ let
'';
homepage = https://github.com/dsoprea/GDriveFS;
license = licenses.gpl2;
platforms = with platforms; linux;
platforms = platforms.unix;
maintainers = with maintainers; [ nckx ];
};
};