diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2016-08-22 16:46:52 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2016-08-28 12:41:27 +0200 |
| commit | 572e433faf74bf75d218ae911539a2cca4e4293d (patch) | |
| tree | 823ab2299ead75031fb953bfc9a5659257f47904 /gnu/packages/lua.scm | |
| parent | 07cbe28edeeaa13fdf078114ec17eb9cb921a993 (diff) | |
gnu: lua: Use "license:" prefix.
* gnu/packages/gstreamer.scm (define-module): Import guix licenses with
"license:" prefix.
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 52606f4eabb..5ba83d74b06 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. | 22 | ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. |
| 23 | 23 | ||
| 24 | (define-module (gnu packages lua) | 24 | (define-module (gnu packages lua) |
| 25 | #:use-module (guix licenses) | 25 | #:use-module ((guix licenses) #:prefix license:) |
| 26 | #:use-module (guix packages) | 26 | #:use-module (guix packages) |
| 27 | #:use-module (guix download) | 27 | #:use-module (guix download) |
| 28 | #:use-module (guix build-system gnu) | 28 | #:use-module (guix build-system gnu) |
| @@ -70,7 +70,7 @@ based on associative arrays and extensible semantics. Lua is dynamically typed, | |||
| 70 | runs by interpreting bytecode for a register-based virtual machine, and has | 70 | runs by interpreting bytecode for a register-based virtual machine, and has |
| 71 | automatic memory management with incremental garbage collection, making it ideal | 71 | automatic memory management with incremental garbage collection, making it ideal |
| 72 | for configuration, scripting, and rapid prototyping.") | 72 | for configuration, scripting, and rapid prototyping.") |
| 73 | (license x11))) | 73 | (license license:x11))) |
| 74 | 74 | ||
| 75 | (define-public lua-5.1 | 75 | (define-public lua-5.1 |
| 76 | (package (inherit lua) | 76 | (package (inherit lua) |
| @@ -108,4 +108,4 @@ for configuration, scripting, and rapid prototyping.") | |||
| 108 | programming language. Lua is a powerful, dynamic and light-weight programming | 108 | programming language. Lua is a powerful, dynamic and light-weight programming |
| 109 | language. It may be embedded or used as a general-purpose, stand-alone | 109 | language. It may be embedded or used as a general-purpose, stand-alone |
| 110 | language.") | 110 | language.") |
| 111 | (license x11))) | 111 | (license license:x11))) |
