ptask: prevent building on darwin as this fails as of now

+1
+1
pkgs/applications/misc/ptask/default.nix
··· 25 25 description = "GTK-based GUI for taskwarrior"; 26 26 license = licenses.gpl2; 27 27 maintainers = [ maintainers.spacefrogg ]; 28 + platforms = platforms.linux; 28 29 }; 29 30 }