1
0
Fork 1
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:
Benno Fünfstück 2016-08-02 11:37:16 +02:00
parent 8c04c3c899
commit 58afc252e4

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, perl, buildPerlPackage, perlPackages, makeWrapper, coreutils
{ stdenv, lib, fetchurl, perl, perlPackages, makeWrapper, coreutils
, notmuch }:
stdenv.mkDerivation rec {