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

Fix some KDE applications #27931

Merged
merged 4 commits into from Aug 7, 2017
Merged

Fix some KDE applications #27931

merged 4 commits into from Aug 7, 2017

Conversation

ghost
Copy link

@ghost ghost commented Aug 4, 2017

Motivation for this change

Closes #27334

Things done

Please check what applies. Note that these are not hard requirements but merely serve as information for reviewers.

  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • 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 nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@gnidorah, thanks for your PR! By analyzing the history of the files in this pull request, we identified @abbradar, @ttuegel and @edolstra to be potential reviewers.

@ghost
Copy link
Author

ghost commented Aug 4, 2017

/cc @FRidh

@@ -17,5 +17,5 @@ mkDerivation {
baloo exiv2 kactivities kdelibs4support kio libkdcraw lcms2 libkipi phonon
qtimageformats qtsvg qtx11extras
];
propagatedUserEnvPkgs = [ kipi-plugins ];
propagatedUserEnvPkgs = [ kipi-plugins libkipi kinit.bin ];
Copy link
Member

Choose a reason for hiding this comment

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

Nitpick, but it may be better to use lib.getBin kinit because that will always return an output, even when say in the future kinit is modified and no longer has a bin output.

Copy link
Author

Choose a reason for hiding this comment

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

@FRidh Done, thanks!

Copy link
Member

@ttuegel ttuegel left a comment

Choose a reason for hiding this comment

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

LGTM!

@FRidh FRidh merged commit e6808e3 into NixOS:master Aug 7, 2017
@ghost
Copy link
Author

ghost commented Aug 7, 2017

Thanks, guys!

@ghost ghost deleted the kde branch August 7, 2017 14:06
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