From c2de55e6f85071052e965c309cb5dd694bbed59d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 1 Sep 2015 05:30:16 +0200 Subject: [PATCH] python-packages: fusepy/gdrivefs platforms -> unix FUSE is available on other Unix-alikes as well. --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 0e1a5258541..af3e24aff9d 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 ]; }; };