Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added worker to nixpkgs #22704

Closed
wants to merge 0 commits into from
Closed

Added worker to nixpkgs #22704

wants to merge 0 commits into from

Conversation

ndowens
Copy link
Contributor

@ndowens ndowens commented Feb 12, 2017

Motivation for this change
Things done
  • [ x] Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • [x ] NixOS
    • macOS
    • Linux
  • [ x] Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • [x ] Tested execution of all binary files (usually in ./result/bin/)
  • [x ] Fits CONTRIBUTING.md.

{ stdenv, fetchurl }:
let
pkgs = import <nixos> {};
in
Copy link
Member

@Mic92 Mic92 Feb 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the line pkgs = import <nixos> {}; and import xorg in the first line:

{ stdenv, fetchurl, xorg }:

let
pkgs = import <nixos> {};
in
stdenv.mkDerivation rec {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you indent each line by two spaces, whenever a new brace is opened:

stdenv.mkDerivation rec {
  name = "worker;
  # ...
  src = fetchurl {
    url = "http://www.boomerangsworld.de/cms/worker/downloads/${name}-${version}.tar.gz";
  # ...

meta = with stdenv.lib; {
homepage = "http://www.boomerangsworld.de/cms/worker/index.html";
description = "A two-pane file manager with advanced file manipulation features";
license = licenses.gpl2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to maintain this package?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do

@Mic92
Copy link
Member

Mic92 commented Feb 12, 2017

Can you remove the other commits, where you added and removed e3editor and retext from this pull request?

@ndowens
Copy link
Contributor Author

ndowens commented Feb 12, 2017 via email

@ndowens ndowens closed this Feb 12, 2017
@ndowens
Copy link
Contributor Author

ndowens commented Feb 12, 2017

Sorry had to redo the package, I looked up how to remove commits and I did it, in which removed my package but am reuploading. It is now at #22707 Sorry for the trouble

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants