summary refs log tree commit diff
path: root/pkgs/development/libraries/boost/generic.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-07-27 15:37:58 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2021-07-27 20:37:04 +0200
commitf887fbcaef5903cc870fdbf887ee05aca8e2c04f (patch)
tree3c06dfd2cd3d5b57ca114594b09fe9849e51356b /pkgs/development/libraries/boost/generic.nix
parent03e4fa0cdc8e5424b5849566e702e8f2883e8fbf (diff)
downloadnixpkgs-f887fbcaef5903cc870fdbf887ee05aca8e2c04f.tar
nixpkgs-f887fbcaef5903cc870fdbf887ee05aca8e2c04f.tar.gz
nixpkgs-f887fbcaef5903cc870fdbf887ee05aca8e2c04f.tar.bz2
nixpkgs-f887fbcaef5903cc870fdbf887ee05aca8e2c04f.tar.lz
nixpkgs-f887fbcaef5903cc870fdbf887ee05aca8e2c04f.tar.xz
nixpkgs-f887fbcaef5903cc870fdbf887ee05aca8e2c04f.tar.zst
nixpkgs-f887fbcaef5903cc870fdbf887ee05aca8e2c04f.zip
boost: python is only used when called from python-packages.nix
Diffstat (limited to 'pkgs/development/libraries/boost/generic.nix')
-rw-r--r--pkgs/development/libraries/boost/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/boost/generic.nix b/pkgs/development/libraries/boost/generic.nix
index 6158eb87511..1f9bbe5ffca 100644
--- a/pkgs/development/libraries/boost/generic.nix
+++ b/pkgs/development/libraries/boost/generic.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, icu, expat, zlib, bzip2, python, fixDarwinDylibNames, libiconv
+{ lib, stdenv, icu, expat, zlib, bzip2, python ? null, fixDarwinDylibNames, libiconv
 , fetchpatch
 , which
 , buildPackages