Skip to content

Commit

Permalink
kde5.applications: 16.04.1 -> 16.04.2
Browse files Browse the repository at this point in the history
The generated source hashes are now stored outside the Nixpkgs tree.
  • Loading branch information
ttuegel committed Jun 16, 2016
1 parent 87b1808 commit f87c251
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2,151 deletions.
8 changes: 6 additions & 2 deletions pkgs/desktops/kde-5/applications-16.04/default.nix
Expand Up @@ -16,10 +16,14 @@

let

inherit (pkgs) lib stdenv;
inherit (pkgs) fetchurl lib stdenv;

srcs = import ./srcs.nix { inherit (pkgs) fetchurl; inherit mirror; };
mirror = "mirror://kde";
remotesrcs = fetchurl {
url = "https://raw.githubusercontent.com/ttuegel/nixpkgs-kde-qt/580915a460b11820c0b671236255180af5264c0c/applications-srcs.nix";
sha256 = "19lwhn468p9v8p97vyy23q5mv0yxs394lsfl41ij3glrxd92s8kf";
};
srcs = import remotesrcs { inherit (pkgs) fetchurl; inherit mirror; };

packages = self: with self; {

Expand Down
56 changes: 0 additions & 56 deletions pkgs/desktops/kde-5/applications-16.04/fetchsrcs.sh

This file was deleted.

0 comments on commit f87c251

Please sign in to comment.