1 { python3Packages, fetchFromGitHub, lib }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-fONQq/RboWHFuEFU7HP1ThUpSjOIlkg54c2WlMUKwuk=";
14 propagatedBuildInputs = with python3Packages; [
24 # requires specific old versions of dependencies which have been updated in nixpkgs
25 ./remove_requirements.patch
27 # author reads a private property that changed between versions
31 nativeCheckInputs = [ python3Packages.pytestCheckHook ];
33 # disable test that fail (networking, etc)
41 homepage = "https://github.com/jkwill87/mnamer";
42 description = "An intelligent and highly configurable media organization utility";
43 license = licenses.mit;
44 maintainers = with maintainers; [ urlordjames ];