gpgmepp: propagate gpgme and libgpg-error (#472418)
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cmake
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
propagatedBuildInputs = [
|
||||
gpgme
|
||||
libgpg-error
|
||||
];
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
{
|
||||
cmake,
|
||||
fetchurl,
|
||||
gpgme,
|
||||
gpgmepp,
|
||||
lib,
|
||||
libgpg-error,
|
||||
qtbase,
|
||||
stdenv,
|
||||
which,
|
||||
@@ -24,12 +22,13 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gpgme
|
||||
gpgmepp
|
||||
libgpg-error
|
||||
qtbase
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gpgmepp
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user