about summary refs log tree commit diff
path: root/pkgs/development/tools/devtodo/default.nix
diff options
context:
space:
mode:
authorFrank Doepper <woffs@woffs.de>2017-10-08 18:53:28 +0200
committerFrank Doepper <woffs@woffs.de>2017-10-08 18:53:28 +0200
commite50fdb1c038e4f86504e6a3bb08f646653cdeefe (patch)
tree495e5e86ebd7100ce1d24c7eab8f5335708d6f09 /pkgs/development/tools/devtodo/default.nix
parent9f1b54b31b11ac97d2cfc960b772354f13601481 (diff)
downloadnixlib-e50fdb1c038e4f86504e6a3bb08f646653cdeefe.tar
nixlib-e50fdb1c038e4f86504e6a3bb08f646653cdeefe.tar.gz
nixlib-e50fdb1c038e4f86504e6a3bb08f646653cdeefe.tar.bz2
nixlib-e50fdb1c038e4f86504e6a3bb08f646653cdeefe.tar.lz
nixlib-e50fdb1c038e4f86504e6a3bb08f646653cdeefe.tar.xz
nixlib-e50fdb1c038e4f86504e6a3bb08f646653cdeefe.tar.zst
nixlib-e50fdb1c038e4f86504e6a3bb08f646653cdeefe.zip
devtodo: adjust platforms
devtodo: adjust platforms
unicode: adjust platforms
Diffstat (limited to 'pkgs/development/tools/devtodo/default.nix')
-rw-r--r--pkgs/development/tools/devtodo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/devtodo/default.nix b/pkgs/development/tools/devtodo/default.nix
index 36c489b1171a..a0b0ee571d95 100644
--- a/pkgs/development/tools/devtodo/default.nix
+++ b/pkgs/development/tools/devtodo/default.nix
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
     description = "A hierarchical command-line task manager";
     license = licenses.gpl2;
     maintainers = [ maintainers.woffs ];
-    platforms = platforms.all;
+    platforms = platforms.linux;
   };
 }