Commit | Line | Data |
---|---|---|
66e983e2 OD |
1 | #!/bin/sh |
2 | # | |
3 | # SPDX-License-Identifier: MIT | |
4 | # | |
e8418583 | 5 | # SPDX-FileCopyrightText: 2023 Olivier Dion <odion@efficios.com> |
66e983e2 OD |
6 | |
7 | guix shell --pure \ | |
8 | babeltrace \ | |
9 | coreutils \ | |
10 | findutils \ | |
11 | gawk \ | |
12 | gcc-toolchain \ | |
13 | clang \ | |
14 | git \ | |
15 | grep \ | |
16 | less \ | |
17 | lttng-tools \ | |
18 | lttng-ust \ | |
19 | make \ | |
20 | openmpi \ | |
21 | openssh \ | |
22 | pkg-config \ | |
23 | python \ | |
24 | python-clang \ | |
25 | -- $@ |