about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakob Gillich <jakob@gillich.me>2015-12-29 15:48:40 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-12-29 16:33:15 +0100
commit36a4600422dccf4a2deb91652e7f6e992bab6696 (patch)
tree45f99e12d44b2cbdc5c9234edf1d95252c131eb7
parentc5f28c305a988e47efad624e5679b31845a56857 (diff)
downloadnixlib-36a4600422dccf4a2deb91652e7f6e992bab6696.tar
nixlib-36a4600422dccf4a2deb91652e7f6e992bab6696.tar.gz
nixlib-36a4600422dccf4a2deb91652e7f6e992bab6696.tar.bz2
nixlib-36a4600422dccf4a2deb91652e7f6e992bab6696.tar.lz
nixlib-36a4600422dccf4a2deb91652e7f6e992bab6696.tar.xz
nixlib-36a4600422dccf4a2deb91652e7f6e992bab6696.tar.zst
nixlib-36a4600422dccf4a2deb91652e7f6e992bab6696.zip
remove fetchFromGitorious (close #12024)
The site has retired and it's not used by anything.
-rw-r--r--pkgs/top-level/all-packages.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 0e8f03b49048..d852fdd24a41 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -374,13 +374,6 @@ let
     meta.homepage = "https://bitbucket.org/${owner}/${repo}/";
   };
 
-  # gitorious example
-  fetchFromGitorious = { owner, repo, rev, sha256, name ? "${repo}-${rev}-src" }: fetchzip {
-    inherit name sha256;
-    url = "https://gitorious.org/${owner}/${repo}/archive/${rev}.tar.gz";
-    meta.homepage = "https://gitorious.org/${owner}/${repo}/";
-  };
-
   # cgit example, snapshot support is optional in cgit
   fetchFromSavannah = { repo, rev, sha256, name ? "${repo}-${rev}-src" }: fetchzip {
     inherit name sha256;
@@ -2968,7 +2961,7 @@ let
   rtorrent = callPackage ../tools/networking/p2p/rtorrent { };
 
   rubber = callPackage ../tools/typesetting/rubber { };
-  
+
   runzip = callPackage ../tools/archivers/runzip { };
 
   rxp = callPackage ../tools/text/xml/rxp { };