Skip to content

Commit

Permalink
kdevelop: 5.0.3 -> 5.0.4 (#23788)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrop72 authored and joachifm committed Mar 12, 2017
1 parent 41625dc commit 2d47e1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 63 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/kdevelop5/kdevelop.nix
Expand Up @@ -9,16 +9,16 @@

let
pname = "kdevelop";
version = "5.0.3";
dirVersion = "5.0.3";
version = "5.0.4";
dirVersion = "5.0.4";

in
stdenv.mkDerivation rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://kde/stable/${pname}/${dirVersion}/src/${name}.tar.xz";
sha256 = "17a58dfc38b853c6c5987084e8973b4f7f5015a6c2c20f94c2a9f96b0c13f601";
sha256 = "191142b2bdb14837c82721fdfeb15e852329f2c4c0d48fd479c57514c3235d55";
};

nativeBuildInputs = [
Expand Down

This file was deleted.

8 changes: 3 additions & 5 deletions pkgs/applications/editors/kdevelop5/kdevplatform.nix
Expand Up @@ -6,20 +6,18 @@

let
pname = "kdevplatform";
version = "5.0.3";
dirVersion = "5.0.3";
version = "5.0.4";
dirVersion = "5.0.4";

in
stdenv.mkDerivation rec {
name = "${pname}-${version}";

src = fetchurl {
url = "mirror://kde/stable/kdevelop/${dirVersion}/src/${name}.tar.xz";
sha256 = "643d1145e1948af221f9ae148d0a10809f3d89af4b97ff0d6c4d571004f46bd4";
sha256 = "01abfcd71383048d017fe989ccce0e7590010a3975bbe6e161f55ababe2ad471";
};

patches = [ ./kdevplatform-projectconfigskeleton.patch ];

nativeBuildInputs = [ cmake gettext pkgconfig extra-cmake-modules makeQtWrapper ];

propagatedBuildInputs = [ ];
Expand Down

0 comments on commit 2d47e1b

Please sign in to comment.