diff options
author | davidovski <david@davidovski.xyz> | 2022-01-15 11:48:22 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-15 11:48:22 +0000 |
commit | 7da1d98fe9a3b748b9520ed9b92a2c8cc9368d3e (patch) | |
tree | e9990df2725dedaac92a5f07ddec2ebed4891bde /repo/core/icecream.xibuild | |
parent | 6295023628c515bb6ff139cb0fbfd83efb2a4e1d (diff) |
added libcap-ng as dependency of icecream
Diffstat (limited to 'repo/core/icecream.xibuild')
-rw-r--r-- | repo/core/icecream.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/icecream.xibuild b/repo/core/icecream.xibuild index d0da0dc..20a7742 100644 --- a/repo/core/icecream.xibuild +++ b/repo/core/icecream.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(gcc python) +DEPS=(gcc python libcap-ng) SOURCE=https://github.com/icecc/icecream/releases/download/1.3.1/icecc-1.3.1.tar.xz |