summary refs log tree commit diff
path: root/pkgs/servers/openpts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/openpts/default.nix')
-rw-r--r--pkgs/servers/openpts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/openpts/default.nix b/pkgs/servers/openpts/default.nix
index 7d82af72b55..b1f33ff99cf 100644
--- a/pkgs/servers/openpts/default.nix
+++ b/pkgs/servers/openpts/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
 
   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 = ''
     mkdir -p $out
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
     description = "TCG Platform Trust Service (PTS)";
     homepage = "ttp://sourceforge.jp/projects/openpts";
     license = stdenv.lib.licenses.cpl10;
-    platforms = stdenv.lib.platforms.unix;
+    platforms = stdenv.lib.platforms.linux;
     maintainers = with stdenv.lib.maintainers; [ tstrobel ];
   };
 }