libassuan: use npth instead of pth
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, gettext, pth, libgpgerror, buildPackages }:
|
{ fetchurl, stdenv, gettext, npth, libgpgerror, buildPackages }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libassuan";
|
pname = "libassuan";
|
||||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
outputBin = "dev"; # libassuan-config
|
outputBin = "dev"; # libassuan-config
|
||||||
|
|
||||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||||
buildInputs = [ pth gettext ];
|
buildInputs = [ npth gettext ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-libgpg-error-prefix=${libgpgerror.dev}"
|
"--with-libgpg-error-prefix=${libgpgerror.dev}"
|
||||||
|
|||||||
Reference in New Issue
Block a user