buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, pythonPackages, fetchurl, makeWrapper, pandoc
|
||||
, coreutils, iptables, nettools, openssh, procps }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "sshuttle-${version}";
|
||||
version = "0.76";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user