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

Drop kdm and kde4 modules #22677

Merged
merged 2 commits into from Feb 12, 2017
Merged

Drop kdm and kde4 modules #22677

merged 2 commits into from Feb 12, 2017

Conversation

grahamc
Copy link
Member

@grahamc grahamc commented Feb 11, 2017

Motivation for this change

re: #15866

cc: @ttuegel @vcunat @globin @domenkozar @dezgeg @fpletz @edolstra

One thing I'm not sure about is reverting @Phreedom's pinning of Quassel to KDE4.

Things done
  • 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 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.

Excluding modules/programs/environment.nix for PATHand QT_PLUGIN_PATH to allow the programs to continue running.
@mention-bot
Copy link

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

@grahamc grahamc mentioned this pull request Feb 11, 2017
7 tasks
@ttuegel
Copy link
Member

ttuegel commented Feb 11, 2017

One thing I'm not sure about is reverting @Phreedom's pinning of Quassel to KDE4.

That should be fine.

@grahamc
Copy link
Member Author

grahamc commented Feb 12, 2017

I'd love it if I got a 👍 from @globin and/or @edolstra before merging this, but I'm getting a bit itchy to do it anyway :)

@peterhoeg
Copy link
Member

As a data point on quassel, I'm using the qt5 version and it seems fine. In all fairness my total experience with IRC clients in general is a whopping 12 hours so I may not have exercised all the features...

@globin
Copy link
Member

globin commented Feb 12, 2017

👍

@grahamc grahamc merged commit 4f34e03 into NixOS:master Feb 12, 2017
@grahamc grahamc deleted the drop-kdm-kde4-modules branch February 12, 2017 14:43
@@ -25,12 +25,12 @@ in

package = mkOption {
type = types.package;
default = pkgs.kde4.quasselDaemon;
defaultText = "pkgs.kde4.quasselDaemon";
default = pkgs.quasselDaemon_qt5;
Copy link
Contributor

Choose a reason for hiding this comment

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

I might be missing something here but it doesn't looks like quasselDaemon_qt5 exists in all-packages.nix. I think this should quasselDaemon (which is still qt5).

Copy link
Contributor

Choose a reason for hiding this comment

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

See #22853.

kierdavis added a commit to kierdavis/nixpkgs that referenced this pull request Feb 15, 2017
@kierdavis kierdavis mentioned this pull request Feb 15, 2017
7 tasks
grahamc added a commit that referenced this pull request Feb 16, 2017
@grahamc grahamc added the weekly label Feb 17, 2017
@grahamc grahamc mentioned this pull request Feb 17, 2017
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants