Unverified Commit 5fcb8660 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #275078 from trofi/btrfs-progs-fix-cross

btrfs-progs: user build's python for man pages generation, not host's
parents ca162212 94a71e66
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl
, pkg-config, python3
, buildPackages
, pkg-config
, zstd
, acl, attr, e2fsprogs, libuuid, lzo, udev, zlib
, runCommand, btrfs-progs
@@ -19,7 +20,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    pkg-config
  ] ++ [
    (python3.withPackages (ps: with ps; [
    (buildPackages.python3.withPackages (ps: with ps; [
      sphinx
      sphinx-rtd-theme
    ]))