ptask: prevent building on darwin as this fails as of now
This commit is contained in:
parent
b2cf9529d6
commit
ff9a38ee89
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
||||
description = "GTK-based GUI for taskwarrior";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.spacefrogg ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user