summary refs log tree commit diff
path: root/pkgs/development/tools/grabserial/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-02-25 09:01:48 +0100
committerVladimír Čunát <vcunat@gmail.com>2016-02-25 09:01:48 +0100
commit93f6af107114d90d75331e0e60e3748aad46524e (patch)
treeabdc24642b290feba9ecac40d714baa6aac5220c /pkgs/development/tools/grabserial/default.nix
parenteead3bc5365522720e0162b403895497c8817cd6 (diff)
parente053971d81498526d0cdfdfdc0f03fc6d6050142 (diff)
downloadnixlib-93f6af107114d90d75331e0e60e3748aad46524e.tar
nixlib-93f6af107114d90d75331e0e60e3748aad46524e.tar.gz
nixlib-93f6af107114d90d75331e0e60e3748aad46524e.tar.bz2
nixlib-93f6af107114d90d75331e0e60e3748aad46524e.tar.lz
nixlib-93f6af107114d90d75331e0e60e3748aad46524e.tar.xz
nixlib-93f6af107114d90d75331e0e60e3748aad46524e.tar.zst
nixlib-93f6af107114d90d75331e0e60e3748aad46524e.zip
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/development/tools/grabserial/default.nix')
-rw-r--r--pkgs/development/tools/grabserial/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/grabserial/default.nix b/pkgs/development/tools/grabserial/default.nix
index bafde1f96873..34a45fa0b846 100644
--- a/pkgs/development/tools/grabserial/default.nix
+++ b/pkgs/development/tools/grabserial/default.nix
@@ -1,6 +1,6 @@
-{ stdenv, fetchgit, buildPythonPackage, pythonPackages }:
+{ stdenv, fetchgit, buildPythonApplication, pythonPackages }:
 
-buildPythonPackage rec {
+buildPythonApplication rec {
 
   name = "grabserial-20141120";
   namePrefix = "";