Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
d9f0788a
Commit
d9f0788a
authored
9 years ago
by
Ludovic Courtès
Browse files
Options
Downloads
Patches
Plain Diff
gnu: guile-next: Update to 2.1.2.
* gnu/packages/guile.scm (guile-next): Update to 2.1.2. Add 'snippet'.
parent
8c4c2a98
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/guile.scm
+10
-3
10 additions, 3 deletions
gnu/packages/guile.scm
with
10 additions
and
3 deletions
gnu/packages/guile.scm
+
10
−
3
View file @
d9f0788a
;;; GNU Guix --- Functional package management for GNU
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2012, 2013, 2014, 2015
, 2016
Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2015 Christopher Allan Webber <cwebber@dustycloud.org>
;;;
;;;
...
@@ -195,14 +195,21 @@ (define-public guile-2.0/fixed
...
@@ -195,14 +195,21 @@ (define-public guile-2.0/fixed
(
define-public
guile-next
(
define-public
guile-next
(
package
(
inherit
guile-2
.
0
)
(
package
(
inherit
guile-2
.
0
)
(
name
"guile-next"
)
(
name
"guile-next"
)
(
version
"2.1.
1
"
)
(
version
"2.1.
2
"
)
(
source
(
origin
(
source
(
origin
(
method
url-fetch
)
(
method
url-fetch
)
(
uri
(
string-append
"ftp://alpha.gnu.org/gnu/guile/guile-"
(
uri
(
string-append
"ftp://alpha.gnu.org/gnu/guile/guile-"
version
".tar.xz"
))
version
".tar.xz"
))
(
sha256
(
sha256
(
base32
(
base32
"0nixmx7as79g8rr8bvznh59pwcc2jd22cfk17v309p57zp2c255r"
))))
"0p971k3v04jj5klnv145g4172cpcp90arf0wvxxj2aqkg16j9m9c"
))
(
modules
'
((
guix
build
utils
)))
;; Remove the pre-built object files. Instead, build everything
;; from source, at the expense of significantly longer build
;; times (almost 3 hours on a 4-core Intel i5).
(
snippet
'
(
for-each
delete-file
(
find-files
"prebuilt"
"\\.go$"
)))))
(
synopsis
"Snapshot of what will become version 2.2 of GNU Guile"
)))
(
synopsis
"Snapshot of what will become version 2.2 of GNU Guile"
)))
(
define-public
guile-for-guile-emacs
(
define-public
guile-for-guile-emacs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment