Merge branch 'staging-next'
This commit is contained in:
@@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
./pygobject-2.28.6-gio-types-2.32.patch
|
||||
];
|
||||
|
||||
configureFlags = "--disable-introspection";
|
||||
configureFlags = [ "--disable-introspection" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib ];
|
||||
|
||||
@@ -27,10 +27,10 @@ buildPythonPackage rec {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
# Remove .pytest-cache when using py.test in a Nix build
|
||||
# Remove .pytest_cache when using py.test in a Nix build
|
||||
setupHook = writeText "pytest-hook" ''
|
||||
postFixupHooks+=(
|
||||
'find $out -name .pytest-cache -type d -exec rm -rf {} +'
|
||||
'find $out -name .pytest_cache -type d -exec rm -rf {} +'
|
||||
)
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user