Revert "btrfs-progs: fix on cross compilation"
This reverts commit 820927cb2c2ccb5bd9a938337228ea9c78400b49.
Broke the native build: 820927cb2c (commitcomment-31529024)
			
			
This commit is contained in:
		
							parent
							
								
									51fbb395cc
								
							
						
					
					
						commit
						713f5e270b
					
				@ -1,5 +1,5 @@
 | 
			
		||||
{ stdenv, fetchurl, fetchpatch, pkgconfig, attr, acl, zlib, libuuid, e2fsprogs, lzo
 | 
			
		||||
, asciidoc, xmlto, docbook_xml_dtd_45, docbook_xsl, libxslt, zstd, python, pythonPackages
 | 
			
		||||
, asciidoc, xmlto, docbook_xml_dtd_45, docbook_xsl, libxslt, zstd, python3, python3Packages
 | 
			
		||||
}:
 | 
			
		||||
 | 
			
		||||
stdenv.mkDerivation rec {
 | 
			
		||||
@ -12,10 +12,10 @@ stdenv.mkDerivation rec {
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  nativeBuildInputs = [
 | 
			
		||||
    pkgconfig asciidoc xmlto docbook_xml_dtd_45 docbook_xsl libxslt python pythonPackages.setuptools
 | 
			
		||||
    pkgconfig asciidoc xmlto docbook_xml_dtd_45 docbook_xsl libxslt python3 python3Packages.setuptools
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  buildInputs = [ attr acl zlib libuuid e2fsprogs lzo zstd python ];
 | 
			
		||||
  buildInputs = [ attr acl zlib libuuid e2fsprogs lzo zstd ];
 | 
			
		||||
 | 
			
		||||
  # gcc bug with -O1 on ARM with gcc 4.8
 | 
			
		||||
  # This should be fine on all platforms so apply universally
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user