pythonPackages.python-gnupg: remove name, remove propagatedBuildInputs
This commit is contained in:
parent
464cbda386
commit
026ec75df5
@ -1,7 +1,6 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, gnupg1 }:
|
{ stdenv, buildPythonPackage, fetchPypi, gnupg1 }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "${pname}-${version}";
|
|
||||||
pname = "python-gnupg";
|
pname = "python-gnupg";
|
||||||
version = "0.4.4";
|
version = "0.4.4";
|
||||||
|
|
||||||
@ -10,8 +9,6 @@ buildPythonPackage rec {
|
|||||||
sha256 = "45daf020b370bda13a1429c859fcdff0b766c0576844211446f9266cae97fb0e";
|
sha256 = "45daf020b370bda13a1429c859fcdff0b766c0576844211446f9266cae97fb0e";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ gnupg1 ];
|
|
||||||
|
|
||||||
# Let's make the library default to our gpg binary
|
# Let's make the library default to our gpg binary
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace gnupg.py \
|
substituteInPlace gnupg.py \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user