diff options
Diffstat (limited to 'distro/packages/time.scm')
-rw-r--r-- | distro/packages/time.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/time.scm b/distro/packages/time.scm index ec510222c1..7215ab4fb3 100644 --- a/distro/packages/time.scm +++ b/distro/packages/time.scm @@ -17,6 +17,7 @@ ;;; along with Guix. If not, see <http://www.gnu.org/licenses/>. (define-module (distro packages time) + #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu)) @@ -50,4 +51,4 @@ of time, memory, and I/O and IPC calls. Some systems do not provide much information about program resource use; 'time' reports unavailable information as zero values. ") - (license "GPLv2+")))
\ No newline at end of file + (license gpl2+)))
\ No newline at end of file |