1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 07:48:58 +00:00

taskwarrior: enable on darwin

This commit is contained in:
Nick Novitski 2016-06-05 18:10:53 +00:00
parent d9416bc99a
commit 4edffff181

View file

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
homepage = http://taskwarrior.org;
license = licenses.mit;
maintainers = with maintainers; [ marcweber jgeerds ];
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}