bs-platform: 6.2.1 -> 7.0.1

This commit is contained in:
Marek Fajkus
2020-01-14 15:17:57 -08:00
committed by Jon
parent afe905246d
commit 77752c6c08
4 changed files with 41 additions and 33 deletions
@@ -1,7 +1,7 @@
{ stdenv, src, version, bs-version }:
{ stdenv, src, version }:
stdenv.mkDerivation rec {
inherit src version;
name = "ocaml-${version}+bs-${bs-version}";
name = "ocaml-${version}+bs";
configurePhase = ''
./configure -prefix $out
'';