mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
packagekit: use http:// instead of https://
Proxy weirdness?
This commit is contained in:
parent
75cf3a2767
commit
69114f74aa
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user