7 buildPythonPackage rec {
9 pname = "forbiddenfruit";
11 src = fetchFromGitHub {
13 repo = "forbiddenfruit";
15 sha256 = "16chhrxbbmg6lfbzm532fq0v00z8qihcsj0kg2b5jlgnb6qijwn8";
18 nativeCheckInputs = [ nose ];
21 export FFRUIT_EXTENSION="true";
24 # https://github.com/clarete/forbiddenfruit/pull/47 required to switch to pytest
26 find ./build -name '*.so' -exec mv {} tests/unit \;
31 description = "Patch python built-in objects";
32 homepage = "https://github.com/clarete/forbiddenfruit";
33 license = licenses.mit;