openpts: fix build
This commit is contained in:
parent
5a4b3e3ece
commit
e130fa5958
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--with-tss" "--with-aru" "--with-tboot" "--enable-tnc" "--with-aide" ];
|
configureFlags = [ "--with-tss" "--with-aru" "--with-tboot" "--enable-tnc" "--with-aide" ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${trousers}/include/trousers -I${trousers}/include/tss";
|
NIX_CFLAGS_COMPILE = "-I${trousers}/include/trousers -I${trousers}/include/tss -Wno-deprecated-declarations";
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "TCG Platform Trust Service (PTS)";
|
description = "TCG Platform Trust Service (PTS)";
|
||||||
homepage = "ttp://sourceforge.jp/projects/openpts";
|
homepage = "ttp://sourceforge.jp/projects/openpts";
|
||||||
license = stdenv.lib.licenses.cpl10;
|
license = stdenv.lib.licenses.cpl10;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
|
maintainers = with stdenv.lib.maintainers; [ tstrobel ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user