buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, buildPythonPackage, python, w3m, file }:
|
||||
{ stdenv, fetchurl, buildPythonApplication, python, w3m, file }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonApplication rec {
|
||||
name = "ranger-1.7.2";
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user