summaryrefslogtreecommitdiff
path: root/distro/packages/which.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-12-15 15:28:50 +0100
committerLudovic Courtès <ludo@gnu.org>2012-12-15 15:28:50 +0100
commita784c3077e7cdae5d8492aa540b86b8d32c9a696 (patch)
tree9a09f9a1b2f032b09f2314cf12f7965877290eaf /distro/packages/which.scm
parent7f131cf3681afe62c84db66e48430de9e54e7d7d (diff)
parent07ab4bf1fc590642307f18b4d1b8687dde3d664b (diff)
Merge branch 'master' into core-updates
Conflicts: distro/packages/multiprecision.scm
Diffstat (limited to 'distro/packages/which.scm')
-rw-r--r--distro/packages/which.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/distro/packages/which.scm b/distro/packages/which.scm
index 24b60d8b4a..3f3a05f452 100644
--- a/distro/packages/which.scm
+++ b/distro/packages/which.scm
@@ -17,6 +17,7 @@
;;; along with Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (distro packages which)
+ #:use-module (guix licenses)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu))
@@ -44,4 +45,4 @@ been executed when this argument had been entered at the shell
prompt. It does this by searching for an executable or script in the
directories listed in the environment variable PATH using the same
algorithm as bash(1).")
- (license "GPLv3+"))) ; some files are under GPLv2+
+ (license gpl3+))) ; some files are under GPLv2+