drivedroid-gen-repo: stdenv.lib -> lib
Deprecated since nixpkgs 21.05
This commit is contained in:
parent
51b94e5100
commit
ad49be2ed5
@ -1,10 +1,10 @@
|
|||||||
{stdenv,fetchurl,pkgs,python3Packages, ... }:
|
{ fetchurl, lib, stdenv, python3Packages }:
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
name = "drivedroid-gen-repo-${version}";
|
name = "drivedroid-gen-repo-${version}";
|
||||||
version = "0.4.4";
|
version = "0.4.4";
|
||||||
|
|
||||||
propagatedBuildInputs = with pkgs;[
|
propagatedBuildInputs = [
|
||||||
python3Packages.docopt
|
python3Packages.docopt
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ python3Packages.buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://krebsco.de/;
|
homepage = http://krebsco.de/;
|
||||||
description = "Generate Drivedroid repos";
|
description = "Generate Drivedroid repos";
|
||||||
license = stdenv.lib.licenses.wtfpl;
|
license = lib.licenses.wtfpl;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user