Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 28ba03ae72dc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 56caedf37b80
Choose a head ref
  • 2 commits
  • 12 files changed
  • 2 contributors

Commits on Jan 19, 2021

  1. Copy the full SHA
    6de3a58 View commit details
  2. Merge pull request #109954 from SFrijters/add-missing-lib-emacs-modes

    emacs-modes: Fix missing 'lib' arguments
    adisbladis authored Jan 19, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    56caedf View commit details
2 changes: 1 addition & 1 deletion pkgs/applications/editors/emacs-modes/cedet/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, emacs, python }:
{ lib, fetchurl, stdenv, emacs, python }:

stdenv.mkDerivation rec {
name = "cedet-1.1";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchgit }:
{ lib, stdenv, fetchgit }:

stdenv.mkDerivation {
name = "ess-R-object-popup-20130302";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchgit }:
{ lib, stdenv, fetchgit }:

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

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

stdenv.mkDerivation {
name = "org-mac-link-1.2";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{stdenv, fetchurl}:
{ lib, stdenv, fetchurl }:

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

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

stdenv.mkDerivation {
name = "railgun-2012-10-17";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{stdenv, fetchurl, emacs}:
{ lib, stdenv, fetchurl, emacs }:

stdenv.mkDerivation {
name = "rect-mark-1.4";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{stdenv, fetchgit, emacs}:
{ lib, stdenv, fetchgit, emacs }:

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

stdenv.mkDerivation rec {
name = "tramp-2.4.2";
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, emacs }:
{ lib, stdenv, fetchurl, emacs }:

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