about summary refs log tree commit diff
path: root/pkgs/development/tools/cdecl
diff options
context:
space:
mode:
authorJoel Taylor <me@joelt.io>2014-05-18 20:51:08 -0700
committerJoel Taylor <me@joelt.io>2014-05-18 20:51:08 -0700
commit1564af1d991fd9b545be620593a41ac3959d5953 (patch)
tree330e2e030ddc0352b5a7e55f1f6f9c869efa6de1 /pkgs/development/tools/cdecl
parent8be662f659a53c477ab4477d914dfaff29b55827 (diff)
update constraints and maintainers
Diffstat (limited to 'pkgs/development/tools/cdecl')
-rw-r--r--pkgs/development/tools/cdecl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/cdecl/default.nix b/pkgs/development/tools/cdecl/default.nix
index 68fa64a016509..d923fea8b5985 100644
--- a/pkgs/development/tools/cdecl/default.nix
+++ b/pkgs/development/tools/cdecl/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
   meta = {
     description = "Translator English -- C/C++ declarations";
     license = "Public Domain";
-    maintainers = with stdenv.lib.maintainers; [viric];
-    # platforms = with stdenv.lib.platforms; linux;
+    maintainers = with stdenv.lib.maintainers; [viric joelteon];
+    platforms = stdenv.lib.platforms.unix;
   };
 }