unison: move out of ocamlPackages
This commit is contained in:
committed by
Vincent Laporte
parent
e73a9e6b95
commit
4adfbe6c7b
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user