diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-09-10 10:56:21 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-09-10 10:56:21 +0200 |
commit | d0433a31534d49d628ad4eec21fc8a5b00f4d129 (patch) | |
tree | c2cf4568fbcf8bc901657d2d715f9e16cb571a39 | |
parent | 55e468f149c54b71872594176447016703c80c55 (diff) |
guix: Drop perl package
-rw-r--r-- | contrib/guix/manifest.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 766648b1d8..719d073b16 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -21,7 +21,6 @@ (gnu packages llvm) (gnu packages mingw) (gnu packages moreutils) - (gnu packages perl) (gnu packages pkg-config) (gnu packages python) (gnu packages python-crypto) @@ -615,7 +614,6 @@ inspecting signatures in Mach-O binaries.") gcc-toolchain-10 (list gcc-toolchain-10 "static") ;; Scripting - perl python-3 ;; Git git |