mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +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";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ocaml${ocaml.version}-${version}";
|
||||
name = "ocaml${ocaml.version}-sedlex-${version}";
|
||||
version = "1.99.3";
|
||||
|
||||
src = fetchzip {
|
||||
|
Loading…
Reference in New Issue
Block a user