Fix nativeBuildInputs and add cross compilation target #10
@ -60,17 +60,17 @@ stdenv.mkDerivation rec {
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  nativeBuildInputs = [
 | 
			
		||||
    autoconf
 | 
			
		||||
    automake
 | 
			
		||||
    autoreconfHook
 | 
			
		||||
    wrapGAppsHook
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  buildInputs = [
 | 
			
		||||
    autoreconfHook
 | 
			
		||||
    boost
 | 
			
		||||
    libxml2.dev
 | 
			
		||||
    xml2
 | 
			
		||||
    wx
 | 
			
		||||
    autoconf
 | 
			
		||||
    automake
 | 
			
		||||
    paraverKernel
 | 
			
		||||
    openssl.dev
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
@ -44,14 +44,17 @@ stdenv.mkDerivation rec {
 | 
			
		||||
    "--enable-openmp"
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  buildInputs = [
 | 
			
		||||
  nativeBuildInputs = [
 | 
			
		||||
    autoreconfHook
 | 
			
		||||
    boost
 | 
			
		||||
    libxml2.dev
 | 
			
		||||
    xml2
 | 
			
		||||
    autoconf
 | 
			
		||||
    automake
 | 
			
		||||
    pkg-config
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  buildInputs = [
 | 
			
		||||
    boost
 | 
			
		||||
    libxml2.dev
 | 
			
		||||
    xml2
 | 
			
		||||
    zlib
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -61,13 +61,16 @@ stdenv.mkDerivation rec {
 | 
			
		||||
    "--with-wx-config=${wx}/bin/wx-config"
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  nativeBuildInputs = [
 | 
			
		||||
    autoconf
 | 
			
		||||
    automake
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  buildInputs = [
 | 
			
		||||
    boost
 | 
			
		||||
    xml2
 | 
			
		||||
    libxml2.dev
 | 
			
		||||
    wx
 | 
			
		||||
    autoconf
 | 
			
		||||
    automake
 | 
			
		||||
    openssl.dev
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user