pkgs/development/tools: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildPythonApplication, buildPythonPackage, isPy3k, fetchurl, rpkg, offtrac, urlgrabber, pyopenssl, python_fedora }:
|
||||
{ lib, stdenv, buildPythonApplication, buildPythonPackage, isPy3k, fetchurl, rpkg, offtrac, urlgrabber, pyopenssl, python_fedora }:
|
||||
|
||||
let
|
||||
fedora_cert = buildPythonPackage rec {
|
||||
@@ -26,7 +26,7 @@ in buildPythonApplication rec {
|
||||
patches = [ ./fix-paths.patch ];
|
||||
propagatedBuildInputs = [ rpkg offtrac urlgrabber fedora_cert ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "Subclass of the rpkg project for dealing with rpm packaging";
|
||||
homepage = "https://pagure.io/fedpkg";
|
||||
license = licenses.gpl2;
|
||||
|
||||
Reference in New Issue
Block a user