packagekit: use http:// instead of https://

Proxy weirdness?
This commit is contained in:
Tobias Geerinckx-Rice 2015-08-23 00:02:29 +02:00
parent 75cf3a2767
commit 69114f74aa

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = fetchurl {
sha256 = "0klwr0y3a72xpz6bwv4afbk3vvx5r1av5idhz3mx4p9ssnscb1mi";
url = "https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${version}.tar.xz";
url = "http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${version}.tar.xz";
};
buildInputs = [ glib polkit python ];