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
commit 5fcb8660dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{ 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
]))