Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
3a8b47b9
Commit
3a8b47b9
authored
Jul 01, 2020
by
Virgile Prevosto
Browse files
[ci] install dos2unix nix package
parent
62c11bf5
Changes
1
Show whitespace changes
Inline
Side-by-side
nix/default.nix
View file @
3a8b47b9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
{
pkgs
,
stdenv
,
src
?
../.
,
opam2nix
,
ocaml_version
?
"ocaml-ng.ocamlPackages_4_05.ocaml"
,
plugins
?
{
}
}:
{
pkgs
,
stdenv
,
src
?
../.
,
opam2nix
,
ocaml_version
?
"ocaml-ng.ocamlPackages_4_05.ocaml"
,
plugins
?
{
}
}:
let
mk_buildInputs
=
{
opamPackages
?
[],
nixPackages
?
[]
}
:
let
mk_buildInputs
=
{
opamPackages
?
[],
nixPackages
?
[]
}
:
[
pkgs
.
gnugrep
pkgs
.
gnused
pkgs
.
autoconf
pkgs
.
gnumake
pkgs
.
gcc
pkgs
.
ncurses
pkgs
.
time
pkgs
.
python3
pkgs
.
perl
pkgs
.
file
pkgs
.
which
]
++
nixPackages
++
opam2nix
.
build
{
[
pkgs
.
gnugrep
pkgs
.
gnused
pkgs
.
autoconf
pkgs
.
gnumake
pkgs
.
gcc
pkgs
.
ncurses
pkgs
.
time
pkgs
.
python3
pkgs
.
perl
pkgs
.
file
pkgs
.
which
pkgs
.
dos2unix
]
++
nixPackages
++
opam2nix
.
build
{
specs
=
opam2nix
.
toSpecs
([
"ocamlfind"
"zarith"
"ocamlgraph"
"yojson"
specs
=
opam2nix
.
toSpecs
([
"ocamlfind"
"zarith"
"ocamlgraph"
"yojson"
{
name
=
"coq"
;
constraint
=
"=8.11.1"
;
}
{
name
=
"coq"
;
constraint
=
"=8.11.1"
;
}
{
name
=
"why3"
;
constraint
=
"=1.3.1"
;
}
{
name
=
"why3"
;
constraint
=
"=1.3.1"
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment