mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pydb: set meta.platforms
To have prebuilt binaries and useful hint from "command-not-found".
This commit is contained in:
parent
433a845081
commit
111e1dbae3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue