python-packages: fusepy/gdrivefs platforms -> unix
FUSE is available on other Unix-alikes as well.
This commit is contained in:
@@ -6216,7 +6216,7 @@ let
|
|||||||
'';
|
'';
|
||||||
homepage = http://github.com/terencehonles/fusepy;
|
homepage = http://github.com/terencehonles/fusepy;
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -6317,7 +6317,7 @@ let
|
|||||||
'';
|
'';
|
||||||
homepage = https://github.com/dsoprea/GDriveFS;
|
homepage = https://github.com/dsoprea/GDriveFS;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ nckx ];
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user