libassuan: use npth instead of pth

This commit is contained in:
Justin Humm 2019-05-16 18:06:10 +02:00
parent 3616f908df
commit 63fbbe0a32
No known key found for this signature in database
GPG Key ID: 5F24E3BD56617EB2

View File

@ -1,4 +1,4 @@
{ fetchurl, stdenv, gettext, pth, libgpgerror, buildPackages }:
{ fetchurl, stdenv, gettext, npth, libgpgerror, buildPackages }:
stdenv.mkDerivation rec {
pname = "libassuan";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
outputBin = "dev"; # libassuan-config
depsBuildBuild = [ buildPackages.stdenv.cc ];
buildInputs = [ pth gettext ];
buildInputs = [ npth gettext ];
configureFlags = [
"--with-libgpg-error-prefix=${libgpgerror.dev}"