mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-02 14:53:40 -05:00
fix dune override
This commit is contained in:
committed by
László Vaskó
parent
6b0aa3418c
commit
844cbdf3db
@@ -1,4 +1,4 @@
|
|||||||
{ lock, dune }:
|
{ lock, ocamlPackages }:
|
||||||
|
|
||||||
self: super: {
|
self: super: {
|
||||||
straightBuild = { pname, ... }@args: self.trivialBuild ({
|
straightBuild = { pname, ... }@args: self.trivialBuild ({
|
||||||
@@ -97,7 +97,7 @@ self: super: {
|
|||||||
|
|
||||||
# dune has a nontrivial derivation, which does not buildable from the melpa
|
# dune has a nontrivial derivation, which does not buildable from the melpa
|
||||||
# wrapper falling back to the one in nixpkgs
|
# wrapper falling back to the one in nixpkgs
|
||||||
dune = dune.overrideAttrs (old: {
|
dune = ocamlPackages.dune_2.overrideAttrs (old: {
|
||||||
# Emacs derivations require an ename attribute
|
# Emacs derivations require an ename attribute
|
||||||
ename = old.pname;
|
ename = old.pname;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user