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

This commit is contained in:
Eric Wolf 2018-08-15 12:00:43 +02:00
parent b2cf9529d6
commit ff9a38ee89

View file

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
description = "GTK-based GUI for taskwarrior";
license = licenses.gpl2;
maintainers = [ maintainers.spacefrogg ];
platforms = platforms.linux;
};
}