fix dune override

This commit is contained in:
Jörg Thalheim
2021-03-09 10:06:32 +01:00
committed by László Vaskó
parent 6b0aa3418c
commit 844cbdf3db

View File

@@ -1,4 +1,4 @@
{ lock, dune }:
{ lock, ocamlPackages }:
self: super: {
straightBuild = { pname, ... }@args: self.trivialBuild ({
@@ -97,7 +97,7 @@ self: super: {
# dune has a nontrivial derivation, which does not buildable from the melpa
# wrapper falling back to the one in nixpkgs
dune = dune.overrideAttrs (old: {
dune = ocamlPackages.dune_2.overrideAttrs (old: {
# Emacs derivations require an ename attribute
ename = old.pname;