mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
notmuch-mutt: remove unused parameter
This commit is contained in:
parent
8c04c3c899
commit
58afc252e4
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchurl, perl, buildPerlPackage, perlPackages, makeWrapper, coreutils
|
||||
{ stdenv, lib, fetchurl, perl, perlPackages, makeWrapper, coreutils
|
||||
, notmuch }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in a new issue