Skip to content

Commit

Permalink
Merge pull request #272196 from NixOS/backport-270592-to-release-23.11
Browse files Browse the repository at this point in the history
[Backport release-23.11] samba: fix cross compilation
  • Loading branch information
Mindavi authored Dec 8, 2023
2 parents 72eb682 + ab49183 commit a47395a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/samba/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
];

nativeBuildInputs = [
python
python3Packages.python
wafHook
pkg-config
bison
Expand Down Expand Up @@ -223,7 +223,7 @@ stdenv.mkDerivation rec {
'';

disallowedReferences =
lib.optionals (buildPackages.python3Packages.python != python)
lib.optionals (buildPackages.python3Packages.python != python3Packages.python)
[ buildPackages.python3Packages.python ];

passthru = {
Expand Down

0 comments on commit a47395a

Please sign in to comment.