unison: move out of ocamlPackages

This commit is contained in:
Vincent Laporte
2020-03-13 22:31:01 +01:00
committed by Vincent Laporte
parent e73a9e6b95
commit 4adfbe6c7b
3 changed files with 7 additions and 6 deletions
@@ -1,6 +1,8 @@
{stdenv, fetchFromGitHub, ocaml, lablgtk, fontschumachermisc, xset, makeWrapper, ncurses
{stdenv, fetchFromGitHub, ocamlPackages, fontschumachermisc, xset, makeWrapper, ncurses
, enableX11 ? true}:
let inherit (ocamlPackages) ocaml lablgtk; in
stdenv.mkDerivation (rec {
pname = "unison";