gitfs: do not pass in buildPythonApplication
This commit is contained in:
parent
e06e26af08
commit
2f4da5bd83
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, python, buildPythonApplication, pythonPackages }:
|
||||
{ stdenv, fetchFromGitHub, pythonPackages }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "gitfs-0.2.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
Loading…
Reference in New Issue
Block a user