worker: init at 3.8.5
modified: pkgs/top-level/all-packages.nix
pick 8096649e47 worker: init at 3.8.5
squash 9267acbd46 modified: pkgs/top-level/all-packages.nix
worker: updated default.nix license field
Added myself to lib/maintainers.nix
squash 28173341fa worker: updated default.nix license field
squash b22407cf5c Added myself to lib/maintainers.nix
Fixed indent and added missing > in maintainers.nix
Fixed curly bracket indent
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{pkgs, stdenv, xorg, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "worker";
|
||||
version = "3.8.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.boomerangsworld.de/cms/worker/downloads/${name}-${version}.tar.gz";
|
||||
sha256 = "1xy02jdf60wg2jycinl6682xg4zvphdj80f8xgs26ip45iqgkmvw";
|
||||
};
|
||||
|
||||
buildInputs = with pkgs; [ xorg.libX11 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "a two-pane file manager with advanced file manipulation features";
|
||||
homepage = "http://www.boomerangsworld.de/cms/worker/index.html";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.ndowens ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user