Skip to content

Commit

Permalink
emacs-modes: Add missing 'lib' arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters authored and adisbladis committed Jan 19, 2021
1 parent 9d66350 commit 6de3a58
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/emacs-modes/cedet/default.nix
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, emacs, python }:
{ lib, fetchurl, stdenv, emacs, python }:

stdenv.mkDerivation rec {
name = "cedet-1.1";
Expand Down
@@ -1,4 +1,4 @@
{ stdenv, fetchgit }:
{ lib, stdenv, fetchgit }:

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

stdenv.mkDerivation {
name = "helm-words-20190917";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/emacs-modes/hsc3/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, emacs }:
{ lib, stdenv, fetchurl, emacs }:

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

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

stdenv.mkDerivation {
name = "perl-completion";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/emacs-modes/prolog/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl }:
{ lib, stdenv, fetchurl }:

stdenv.mkDerivation {
pname = "prolog-mode";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/emacs-modes/railgun/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchgit }:
{ lib, stdenv, fetchgit }:

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

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

stdenv.mkDerivation {
name = "sunrise-commander-6r435";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/emacs-modes/tramp/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, emacs, texinfo }:
{ lib, stdenv, fetchurl, emacs, texinfo }:

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

stdenv.mkDerivation {
name = "zeitgeist-20120221";
Expand Down

0 comments on commit 6de3a58

Please sign in to comment.