pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, buildPythonPackage, isPy3k }:
|
||||
|
||||
with stdenv.lib;
|
||||
{ lib, buildPythonPackage, fetchurl, isPy3k }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cdecimal";
|
||||
|
||||
Reference in New Issue
Block a user