Unverified Commit fb2a8bdf authored by Anthony Roussel's avatar Anthony Roussel
Browse files

tomb: format with nixpkgs-fmt

parent 3dc0248d
Loading
Loading
Loading
Loading
+20 −10
Original line number Diff line number Diff line
{ stdenv, lib, fetchFromGitHub, makeWrapper
, gettext, zsh, pinentry, cryptsetup, gnupg, util-linux, e2fsprogs, sudo
{ stdenv
, lib
, fetchFromGitHub
, makeWrapper
, gettext
, zsh
, pinentry
, cryptsetup
, gnupg
, util-linux
, e2fsprogs
, sudo
}:

stdenv.mkDerivation rec {
@@ -31,7 +41,7 @@ stdenv.mkDerivation rec {
    install -Dm644 doc/tomb.1 $out/share/man/man1/tomb.1

    wrapProgram $out/bin/tomb \
      --prefix PATH : $out/bin:${lib.makeBinPath [ cryptsetup gettext gnupg pinentry util-linux e2fsprogs ]}
      --prefix PATH : $out/bin:${lib.makeBinPath [ cryptsetup e2fsprogs gettext gnupg pinentry util-linux ]}
  '';

  meta = with lib; {