mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
e9531dec25
The package is left in all-packages to allow setting llvmPackages more easily
12 lines
376 B
Diff
12 lines
376 B
Diff
--- source.org/src/python/bcc/libbcc.py 2018-05-13 08:35:06.850522883 +0100
|
|
+++ source/src/python/bcc/libbcc.py 2018-05-13 08:36:24.602733151 +0100
|
|
@@ -14,7 +14,7 @@
|
|
|
|
import ctypes as ct
|
|
|
|
-lib = ct.CDLL("libbcc.so.0", use_errno=True)
|
|
+lib = ct.CDLL("@out@/lib/libbcc.so.0", use_errno=True)
|
|
|
|
# keep in sync with bpf_common.h
|
|
lib.bpf_module_create_b.restype = ct.c_void_p
|