mob next [ci-skip] [ci skip] [skip ci]
lastFile:pkgs/python/py-moneyed/default.nix
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, setuptools, wheel, django, }:
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
wheel,
|
||||
django,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-flags";
|
||||
@@ -12,7 +19,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-WPMfFYoP6WaVzZmVtqAz4LlY761aCRyPhd5npc8bOOI=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools wheel ];
|
||||
build-system = [
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
dependencies = [ django ];
|
||||
|
||||
|
Reference in New Issue
Block a user