about summary refs log tree commit diff
path: root/pkgs/development/tools/grabserial
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2015-09-07 15:53:22 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-09-07 15:54:00 +0200
commitafdbfd9552eb74463a42919888816baaaaf37230 (patch)
treea0220efb9d1d1e27e9b16667d1dbb348b402d0a3 /pkgs/development/tools/grabserial
parentc8904b593d5046ec6ad871ab1cdbde2e67b2efb7 (diff)
grabserial: drop pythonX.Y- name prefix
It's an application, not a library/module.
Diffstat (limited to 'pkgs/development/tools/grabserial')
-rw-r--r--pkgs/development/tools/grabserial/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/grabserial/default.nix b/pkgs/development/tools/grabserial/default.nix
index 59b7bdb248e4d..bafde1f96873a 100644
--- a/pkgs/development/tools/grabserial/default.nix
+++ b/pkgs/development/tools/grabserial/default.nix
@@ -3,6 +3,7 @@
 buildPythonPackage rec {
 
   name = "grabserial-20141120";
+  namePrefix = "";
 
   src = fetchgit {
     url = https://github.com/tbird20d/grabserial.git;