summary refs log tree commit diff
path: root/pkgs/development/tools/pydb
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-11-12 16:03:00 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-11-12 16:03:00 +0100
commit111e1dbae3da6b94c9c10ace9583486153274d2a (patch)
treeb9a873aad90fb010edcab6c855a06e67b71a7a17 /pkgs/development/tools/pydb
parent433a845081e5067995dc64ceea5bb5b33c16108b (diff)
downloadnixlib-111e1dbae3da6b94c9c10ace9583486153274d2a.tar
nixlib-111e1dbae3da6b94c9c10ace9583486153274d2a.tar.gz
nixlib-111e1dbae3da6b94c9c10ace9583486153274d2a.tar.bz2
nixlib-111e1dbae3da6b94c9c10ace9583486153274d2a.tar.lz
nixlib-111e1dbae3da6b94c9c10ace9583486153274d2a.tar.xz
nixlib-111e1dbae3da6b94c9c10ace9583486153274d2a.tar.zst
nixlib-111e1dbae3da6b94c9c10ace9583486153274d2a.zip
pydb: set meta.platforms
To have prebuilt binaries and useful hint from "command-not-found".
Diffstat (limited to 'pkgs/development/tools/pydb')
-rw-r--r--pkgs/development/tools/pydb/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/pydb/default.nix b/pkgs/development/tools/pydb/default.nix
index baa816589cab..1b5a2ca674f4 100644
--- a/pkgs/development/tools/pydb/default.nix
+++ b/pkgs/development/tools/pydb/default.nix
@@ -19,5 +19,6 @@ stdenv.mkDerivation {
     description = "Python debugger with GDB-like commands and Emacs bindings";
     homepage = http://bashdb.sourceforge.net/pydb/;
     license = stdenv.lib.licenses.gpl3;
+    platforms = stdenv.lib.platforms.all;
   };
 }