emacs-modes: Add missing 'lib' arguments

This commit is contained in:
Stefan Frijters 2021-01-19 13:10:44 +01:00 committed by adisbladis
parent 9d6635092e
commit 6de3a58833
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{ fetchurl, stdenv, emacs, python }:
{ lib, fetchurl, stdenv, emacs, python }:
stdenv.mkDerivation rec {
name = "cedet-1.1";

View file

@ -1,4 +1,4 @@
{ stdenv, fetchgit }:
{ lib, stdenv, fetchgit }:
stdenv.mkDerivation {
name = "ess-R-object-popup-20130302";

View file

@ -1,4 +1,4 @@
{ stdenv, fetchgit }:
{ lib, stdenv, fetchgit }:
stdenv.mkDerivation {
name = "helm-words-20190917";

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, emacs }:
{ lib, stdenv, fetchurl, emacs }:
# this package installs the emacs-mode which
# resides in the hsc3 sources.

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, emacs}:
{ lib, stdenv, fetchurl, emacs }:
stdenv.mkDerivation {
name = "org-mac-link-1.2";

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl}:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation {
name = "perl-completion";

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation {
pname = "prolog-mode";

View file

@ -1,4 +1,4 @@
{ stdenv, fetchgit }:
{ lib, stdenv, fetchgit }:
stdenv.mkDerivation {
name = "railgun-2012-10-17";

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, emacs}:
{ lib, stdenv, fetchurl, emacs }:
stdenv.mkDerivation {
name = "rect-mark-1.4";

View file

@ -1,4 +1,4 @@
{stdenv, fetchgit, emacs}:
{ lib, stdenv, fetchgit, emacs }:
stdenv.mkDerivation {
name = "sunrise-commander-6r435";

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, emacs, texinfo }:
{ lib, stdenv, fetchurl, emacs, texinfo }:
stdenv.mkDerivation rec {
name = "tramp-2.4.2";

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, emacs }:
{ lib, stdenv, fetchurl, emacs }:
stdenv.mkDerivation {
name = "zeitgeist-20120221";