buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, buildPythonPackage, pythonPackages, picocom
|
||||
{ stdenv, fetchurl, buildPythonApplication, pythonPackages, picocom
|
||||
, avrdude, arduino-core, avrgcclibc }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonApplication rec {
|
||||
name = "ino-0.3.6";
|
||||
namePrefix = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user