emacs.pkgs.trivialBuild: add missing stdenv argument

Fix fallout of #110687 (generic.nix requires stdenv).
This commit is contained in:
Daniël de Kok
2021-01-26 16:15:03 +01:00
parent 1d0d9d26c6
commit f46bfb972d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# generic builder for Emacs packages
{ lib, stdenv, emacs, texinfo }:
{ lib, stdenv, emacs, texinfo, ... }:
with lib;