Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e6407e2979b8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4009dfd31781
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 22, 2019

  1. kipi-plugins: 5.9.0 -> 5.9.1, build from dedicated tarball

    Don't pick out from digikam's source.
    (presumably the plugins used to live there primarily?)
    dtzWill committed Apr 22, 2019
    Copy the full SHA
    18defa9 View commit details

Commits on Apr 23, 2019

  1. Merge pull request #60039 from dtzWill/update/kipi-plugins-5.9.1

    kipi-plugins: 5.9.0 -> 5.9.1, build from dedicated tarball
    ttuegel authored Apr 23, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4009dfd View commit details
Showing with 4 additions and 8 deletions.
  1. +4 −8 pkgs/applications/graphics/kipi-plugins/default.nix
12 changes: 4 additions & 8 deletions pkgs/applications/graphics/kipi-plugins/default.nix
Original file line number Diff line number Diff line change
@@ -6,18 +6,14 @@
}:

stdenv.mkDerivation rec {
name = "kipi-plugins-${version}";
version = "5.9.0";
pname = "kipi-plugins";
version = "5.9.1";

src = fetchurl {
url = "http://download.kde.org/stable/digikam/digikam-${version}.tar.xz";
sha256 = "06qdalf2mwx2f43p3bljy3vn5bk8n3x539kha6ky2vzxvkp343b6";
url = "http://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "0hjm05nkz0w926sn4lav5258rda6zkd6gfnqd8hh3fa2q0dd7cq4";
};

prePatch = ''
cd extra/kipi-plugins
'';

nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
karchive kconfig ki18n kiconthemes kio kservice kwindowsystem kxmlgui libkipi