Merge pull request #110861 from danieldk/fix-emacs-trivial-build

emacs.pkgs.trivialBuild: add missing stdenv argument
This commit is contained in:
Daniël de Kok 2021-01-27 06:57:58 +01:00 committed by GitHub
commit a49d810552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# generic builder for Emacs packages
{ lib, stdenv, emacs, texinfo }:
{ lib, stdenv, emacs, texinfo, ... }:
with lib;

View file

@ -1,12 +1,12 @@
# trivial builder for Emacs packages
{ lib, texinfo, ... }@envargs:
{ callPackage, lib, ... }@envargs:
with lib;
args:
import ./generic.nix envargs ({
callPackage ./generic.nix envargs ({
buildPhase = ''
runHook preBuild