Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ReLoC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
ReLoC
Commits
08ad8c9a
Commit
08ad8c9a
authored
5 years ago
by
Dan Frumin
Browse files
Options
Downloads
Patches
Plain Diff
update guix.scm
parent
7ea19a10
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#17949
passed
5 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
guix.scm
+5
-6
5 additions, 6 deletions
guix.scm
with
5 additions
and
6 deletions
guix.scm
+
5
−
6
View file @
08ad8c9a
...
@@ -30,10 +30,10 @@
...
@@ -30,10 +30,10 @@
#
:use-module
(
gnu
packages
coq
)
#
:use-module
(
gnu
packages
coq
)
#
:use-module
((
guix
licenses
)
#
:prefix
license:
))
#
:use-module
((
guix
licenses
)
#
:prefix
license:
))
(
define
stdpp-commit
"
c8dbb063cffe6275a75218d377c3174538396670
"
)
(
define
stdpp-commit
"
4ff965b26be968461cb58f84dfc51d66d9da04c3
"
)
(
define
stdpp-sha256
(
base32
"0
jn820ahfdnbqax3iaqg2c3d9bd5x0w9mb3r7a6f8lszrg1hll26
"
))
;; sha256 hash of the specific std++ checkout
(
define
stdpp-sha256
(
base32
"0
8zzkg5sln1vxfymqwlz7y6bnll0bqrawv1d6pn1nl4qp92q5blm
"
))
;; sha256 hash of the specific std++ checkout
(
define
iris-commit
"
31bf88ff46fd89815e49dd22dbc5fea4a77fb62e
"
)
(
define
iris-commit
"
6a86d92560bd05d53e2d5ac0c878e090963ed9ef
"
)
(
define
iris-sha256
(
base32
"1
avarky1lzpzjypjwfjifl26p69nygn7g7r3ry1jkxj2w3ilh8bi
"
))
;; sha256 hash of the specific
std++
checkout
(
define
iris-sha256
(
base32
"1
d8hdp574w42qvkvrnz0bxgmbm1m7c74sxwdj61ij8xl5azr2mfs
"
))
;; sha256 hash of the specific
iris
checkout
(
define
%source-dir
(
dirname
(
current-filename
)))
(
define
%source-dir
(
dirname
(
current-filename
)))
(
define-public
coq-stdpp
(
define-public
coq-stdpp
...
@@ -126,8 +126,7 @@
...
@@ -126,8 +126,7 @@
;; We propogate all the inputs, because then it's just easier to set up the dev environment
;; We propogate all the inputs, because then it's just easier to set up the dev environment
(
inputs
`
((
"coq"
,
coq
)))
(
inputs
`
((
"coq"
,
coq
)))
(
propagated-inputs
(
propagated-inputs
`
((
"coq"
,
coq
)
`
((
"coq-autosubst"
,
coq-autosubst
)
(
"coq-autosubst"
,
coq-autosubst
)
(
"coq-stdpp"
,
coq-stdpp
)
(
"coq-stdpp"
,
coq-stdpp
)
(
"coq-iris"
,
coq-iris
)))
(
"coq-iris"
,
coq-iris
)))
(
arguments
(
arguments
...
...
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