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

btrfs-progs: user build's python for man pages generation, not host's
This commit is contained in:
7c6f434c
2023-12-18 05:08:13 +00:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
{ lib, stdenv, fetchurl { lib, stdenv, fetchurl
, pkg-config, python3 , buildPackages
, pkg-config
, zstd , zstd
, acl, attr, e2fsprogs, libuuid, lzo, udev, zlib , acl, attr, e2fsprogs, libuuid, lzo, udev, zlib
, runCommand, btrfs-progs , runCommand, btrfs-progs
@@ -19,7 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
] ++ [ ] ++ [
(python3.withPackages (ps: with ps; [ (buildPackages.python3.withPackages (ps: with ps; [
sphinx sphinx
sphinx-rtd-theme sphinx-rtd-theme
])) ]))