pydb: set meta.platforms

To have prebuilt binaries and useful hint from "command-not-found".
This commit is contained in:
Bjørn Forsman 2014-11-12 16:03:00 +01:00
parent 433a845081
commit 111e1dbae3

View file

@ -19,5 +19,6 @@ stdenv.mkDerivation {
description = "Python debugger with GDB-like commands and Emacs bindings"; description = "Python debugger with GDB-like commands and Emacs bindings";
homepage = http://bashdb.sourceforge.net/pydb/; homepage = http://bashdb.sourceforge.net/pydb/;
license = stdenv.lib.licenses.gpl3; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
}; };
} }