From 111e1dbae3da6b94c9c10ace9583486153274d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Wed, 12 Nov 2014 16:03:00 +0100 Subject: [PATCH] pydb: set meta.platforms To have prebuilt binaries and useful hint from "command-not-found". --- pkgs/development/tools/pydb/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/pydb/default.nix b/pkgs/development/tools/pydb/default.nix index baa816589ca..1b5a2ca674f 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; }; }