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

k4dirstat: init at 3.2.1 #91345

Merged
merged 1 commit into from Jun 28, 2020
Merged

k4dirstat: init at 3.2.1 #91345

merged 1 commit into from Jun 28, 2020

Conversation

raboof
Copy link
Member

@raboof raboof commented Jun 23, 2020

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Copy link
Member

@IvarWithoutBones IvarWithoutBones left a comment

Choose a reason for hiding this comment

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

Some spacing + meta stuff seems odd, heres a suggestion:

{ stdenv
, mkDerivation
, fetchFromGitHub
, extra-cmake-modules
, kdoctools
, kiconthemes
, kio
, kjobwidgets
, kxmlgui
}:

mkDerivation rec {
  pname = "k4dirstat";
  version = "3.2.1";

  src = fetchFromGitHub {
    owner = "jeromerobert";
    repo = pname;
    rev = version;
    sha256 = "15xjb80jq6vhzvzx4l341f40d8a23w1334qh6cczqm9adfnzycp7";
  };

  nativeBuildInputs = [ extra-cmake-modules kdoctools kxmlgui ];
  buildInputs = [ kiconthemes kio kjobwidgets ];

  meta = with stdenv.lib; {
    homepage = "https://github.com/jeromerobert/k4dirstat";
    description = "A small utility program that sums up disk usage for directory trees";
    license = licenses.gpl2;
    maintainers = [ maintainers.raboof ];
    platforms = platforms.linux;
  };
}

};
nativeBuildInputs = [ extra-cmake-modules kdoctools kxmlgui ];
buildInputs = [ kiconthemes kio kjobwidgets ];
propagatedBuildInputs = [ ];
Copy link
Member

Choose a reason for hiding this comment

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

This defaults to being empty, no? You can just remove it.

description = "A small utility program that sums up disk usage for directory trees";
maintainers = [ lib.maintainers.raboof ];
};
nativeBuildInputs = [ extra-cmake-modules kdoctools kxmlgui ];
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't kdoctools and kxmlgui be regular buildInputs?

@raboof
Copy link
Member Author

raboof commented Jun 25, 2020

Updated, thanks!

Copy link
Member

@IvarWithoutBones IvarWithoutBones left a comment

Choose a reason for hiding this comment

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

LGTM :)

@nh2
Copy link
Contributor

nh2 commented Jun 28, 2020

Result of nixpkgs-review pr 91345 1

1 package built:
- k4dirstat

@nh2
Copy link
Contributor

nh2 commented Jun 28, 2020

GUI works for me.

@nh2 nh2 merged commit 430f3f1 into NixOS:master Jun 28, 2020
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

3 participants