gpart: Broken on Darwin

Never had a successful Darwin build.

http://hydra.nixos.org/build/38306346

+1 -1
+1 -1
pkgs/tools/filesystems/gpart/default.nix
··· 28 or device. 29 ''; 30 license = licenses.gpl2Plus; 31 - platforms = platforms.unix; 32 maintainers = with maintainers; [ nckx ]; 33 }; 34 }
··· 28 or device. 29 ''; 30 license = licenses.gpl2Plus; 31 maintainers = with maintainers; [ nckx ]; 32 + platforms = platforms.linux; 33 }; 34 }