diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-14 10:44:16 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-14 10:44:16 +0100 |
commit | c7fb80a08f9825d6d21d4a5545f42255fea11f62 (patch) | |
tree | 12cd68152cffb67fb6752fd047ef23281a146803 /contrib | |
parent | 1a41e63575986887ae34993b4433ec711ae0ffbc (diff) |
guix: Drop unused module from manifest
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/guix/manifest.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 1a47e91b49..94f350dd6d 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -22,7 +22,6 @@ ((gnu packages tls) #:select (openssl)) ((gnu packages version-control) #:select (git-minimal)) (guix build-system cmake) - (guix build-system gnu) (guix build-system python) (guix build-system trivial) (guix download) |