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