worker: fix indentation

This commit is contained in:
Jörg Thalheim 2017-02-13 01:02:09 +01:00 committed by GitHub
parent a77705748b
commit 836ab672a8

View File

@ -7,9 +7,9 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.boomerangsworld.de/cms/worker/downloads/${name}-${version}.tar.gz";
sha256 = "1xy02jdf60wg2jycinl6682xg4zvphdj80f8xgs26ip45iqgkmvw";
};
};
buildInputs = with pkgs; [ xorg.libX11 ];
buildInputs = with pkgs; [ xorg.libX11 ];
meta = with stdenv.lib; {
description = "a two-pane file manager with advanced file manipulation features";