pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ btrfs-progs ];
|
||||
propagatedBuildInputs = [ contextlib2 pyxdg pycparser alembic ]
|
||||
++ stdenv.lib.optionals (!isPyPy) [ cffi ];
|
||||
++ lib.optionals (!isPyPy) [ cffi ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Deduplication for Btrfs";
|
||||
|
||||
Reference in New Issue
Block a user