summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-05-13 10:05:54 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-05-29 14:30:00 +0100
commitc52dff6d841361071804fb66ed58ba1cf4d59aeb (patch)
tree1fecb4d82237f31e1318d775dd5c7740a85cbce2 /pkgs/top-level
parent510efa72488827937fb59763dae8e86735850679 (diff)
downloadnixlib-c52dff6d841361071804fb66ed58ba1cf4d59aeb.tar
nixlib-c52dff6d841361071804fb66ed58ba1cf4d59aeb.tar.gz
nixlib-c52dff6d841361071804fb66ed58ba1cf4d59aeb.tar.bz2
nixlib-c52dff6d841361071804fb66ed58ba1cf4d59aeb.tar.lz
nixlib-c52dff6d841361071804fb66ed58ba1cf4d59aeb.tar.xz
nixlib-c52dff6d841361071804fb66ed58ba1cf4d59aeb.tar.zst
nixlib-c52dff6d841361071804fb66ed58ba1cf4d59aeb.zip
linuxPackages.bcc: make it useable as a python library
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index f0106586d03a..993707c0e419 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -13548,7 +13548,9 @@ with pkgs;
 
     batman_adv = callPackage ../os-specific/linux/batman-adv {};
 
-    bcc = callPackage ../os-specific/linux/bcc { };
+    bcc = callPackage ../os-specific/linux/bcc {
+      python = python3;
+    };
 
     bbswitch = callPackage ../os-specific/linux/bbswitch {};