diff options
author | Leo Famulari <leo@famulari.name> | 2018-01-04 11:41:13 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-04 12:44:03 -0500 |
commit | def8a62f627d00503e1fb84ac335cfa3d95a0438 (patch) | |
tree | e55ed86515d2c9d26108dfd1a6d8dbead7506c14 /gnu/packages/file.scm | |
parent | e21f347357da42c37a71c45f120c1c7a9d6fab7d (diff) |
gnu: file: Mention libmagic.
* gnu/packages/file.scm (file)[description]: Mention libmagic.
Diffstat (limited to 'gnu/packages/file.scm')
-rw-r--r-- | gnu/packages/file.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm index 3bc8e1dcfe..34a4bba673 100644 --- a/gnu/packages/file.scm +++ b/gnu/packages/file.scm @@ -48,7 +48,7 @@ "The file command is a file type guesser, a command-line tool that tells you in words what kind of data a file contains. It does not rely on filename extensions to tell you the type of a file, but looks at the actual contents -of the file.") +of the file. This package provides the libmagic library.") (license bsd-2) (home-page "http://www.darwinsys.com/file/"))) |