-
Notifications
You must be signed in to change notification settings - Fork 8
/
manifest.scm
47 lines (46 loc) · 922 Bytes
/
manifest.scm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
(use-package-modules autotools base bash bison bootloaders cmake commencement
compression curl documentation elf file flex gawk gcc
libedit libusb multiprecision ninja ncurses pkg-config
python shells ssh swig texinfo tls version-control xml)
(packages->manifest
(list autoconf
automake
bash
bison
cmake
coreutils
curl
dtc
diffutils
doxygen
expat
file
findutils
flex-2.6.1
gawk
gcc-toolchain-6 (list gcc-6 "lib")
git
gmp
gnu-make
grep
gzip
libedit
libssh2
libtool
libusb
libxml2
mpc
mpfr
ninja
ncurses
openssl
patchelf
pkg-config
python-2
sed
swig
tar
texinfo
which
zlib
zsh))