Revert "btrfs-progs: fix on cross compilation"

This reverts commit 820927cb2c.

Broke the native build: 820927cb2c (commitcomment-31529024)
wip/yesman
Jörg Thalheim 6 years ago
parent 51fbb395cc
commit 713f5e270b
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
  1. 6
      pkgs/tools/filesystems/btrfs-progs/default.nix

@ -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…
Cancel
Save