summary refs log tree commit diff
path: root/pkgs/tools/package-management/packagekit/default.nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-23 00:02:29 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-08-23 00:02:29 +0200
commit69114f74aae2d2c3496d2d8e6e942cf2189b0ab5 (patch)
tree88a55c39b90abcfcd17a1dd943254a2c1a810f45 /pkgs/tools/package-management/packagekit/default.nix
parent75cf3a27670ae0213aa12feb32ed563a4dbf3a8c (diff)
downloadnixpkgs-69114f74aae2d2c3496d2d8e6e942cf2189b0ab5.tar
nixpkgs-69114f74aae2d2c3496d2d8e6e942cf2189b0ab5.tar.gz
nixpkgs-69114f74aae2d2c3496d2d8e6e942cf2189b0ab5.tar.bz2
nixpkgs-69114f74aae2d2c3496d2d8e6e942cf2189b0ab5.tar.lz
nixpkgs-69114f74aae2d2c3496d2d8e6e942cf2189b0ab5.tar.xz
nixpkgs-69114f74aae2d2c3496d2d8e6e942cf2189b0ab5.tar.zst
nixpkgs-69114f74aae2d2c3496d2d8e6e942cf2189b0ab5.zip
packagekit: use http:// instead of https://
Proxy weirdness?
Diffstat (limited to 'pkgs/tools/package-management/packagekit/default.nix')
-rw-r--r--pkgs/tools/package-management/packagekit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/package-management/packagekit/default.nix b/pkgs/tools/package-management/packagekit/default.nix
index 15b6fd5fe9c..7075b03bdfa 100644
--- a/pkgs/tools/package-management/packagekit/default.nix
+++ b/pkgs/tools/package-management/packagekit/default.nix
@@ -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 ];