mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
ocamlPackages.sedlex: fix name
This commit is contained in:
parent
676156a658
commit
53e67781ec
@ -3,7 +3,7 @@
|
|||||||
assert stdenv.lib.versionAtLeast ocaml.version "4.02";
|
assert stdenv.lib.versionAtLeast ocaml.version "4.02";
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocaml${ocaml.version}-${version}";
|
name = "ocaml${ocaml.version}-sedlex-${version}";
|
||||||
version = "1.99.3";
|
version = "1.99.3";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
|
Loading…
Reference in New Issue
Block a user