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:
@@ -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
|
||||||
]))
|
]))
|
||||||
|
|||||||
Reference in New Issue
Block a user