buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, pythonPackages, fetchurl }:
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "bleachbit-${version}";
|
||||
version = "1.8";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user