treewide: remove meta.repositories

there's no documentation for meta.repositories and its not widely used

Artturin 33cce15e 6a1cb83b

+5 -67
-1
pkgs/applications/audio/deadbeef/default.nix
··· 112 license = licenses.gpl2; 113 platforms = [ "x86_64-linux" "i686-linux" ]; 114 maintainers = [ maintainers.abbradar ]; 115 - repositories.git = "https://github.com/Alexey-Yakovenko/deadbeef"; 116 }; 117 }
··· 112 license = licenses.gpl2; 113 platforms = [ "x86_64-linux" "i686-linux" ]; 114 maintainers = [ maintainers.abbradar ]; 115 }; 116 }
-1
pkgs/applications/audio/musescore/darwin.nix
··· 32 license = licenses.gpl2; 33 platforms = platforms.darwin; 34 maintainers = []; 35 - repositories.git = "https://github.com/musescore/MuseScore"; 36 }; 37 }
··· 32 license = licenses.gpl2; 33 platforms = platforms.darwin; 34 maintainers = []; 35 }; 36 }
-1
pkgs/applications/audio/musescore/default.nix
··· 51 license = licenses.gpl2; 52 maintainers = with maintainers; [ vandenoever turion doronbehar ]; 53 platforms = platforms.linux; 54 - repositories.git = "https://github.com/musescore/MuseScore"; 55 }; 56 }
··· 51 license = licenses.gpl2; 52 maintainers = with maintainers; [ vandenoever turion doronbehar ]; 53 platforms = platforms.linux; 54 }; 55 }
-1
pkgs/applications/graphics/gpicview/default.nix
··· 23 meta = with lib; { 24 description = "A simple and fast image viewer for X"; 25 homepage = "http://lxde.sourceforge.net/gpicview/"; 26 - repositories.git = "git://lxde.git.sourceforge.net/gitroot/lxde/gpicview"; 27 license = licenses.gpl2; 28 maintainers = with maintainers; [ lovek323 ]; 29 platforms = platforms.unix;
··· 23 meta = with lib; { 24 description = "A simple and fast image viewer for X"; 25 homepage = "http://lxde.sourceforge.net/gpicview/"; 26 license = licenses.gpl2; 27 maintainers = with maintainers; [ lovek323 ]; 28 platforms = platforms.unix;
-1
pkgs/applications/graphics/nomacs/default.nix
··· 66 description = "Qt-based image viewer"; 67 maintainers = with lib.maintainers; [ mindavi ]; 68 license = licenses.gpl3Plus; 69 - repositories.git = "https://github.com/nomacs/nomacs.git"; 70 inherit (qtbase.meta) platforms; 71 }; 72 }
··· 66 description = "Qt-based image viewer"; 67 maintainers = with lib.maintainers; [ mindavi ]; 68 license = licenses.gpl3Plus; 69 inherit (qtbase.meta) platforms; 70 }; 71 }
-1
pkgs/applications/misc/mupdf/1.17.nix
··· 82 83 meta = with lib; { 84 homepage = "https://mupdf.com"; 85 - repositories.git = "git://git.ghostscript.com/mupdf.git"; 86 description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; 87 license = licenses.agpl3Plus; 88 maintainers = with maintainers; [ vrthra fpletz ];
··· 82 83 meta = with lib; { 84 homepage = "https://mupdf.com"; 85 description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; 86 license = licenses.agpl3Plus; 87 maintainers = with maintainers; [ vrthra fpletz ];
-1
pkgs/applications/misc/mupdf/default.nix
··· 111 112 meta = with lib; { 113 homepage = "https://mupdf.com"; 114 - repositories.git = "git://git.ghostscript.com/mupdf.git"; 115 description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; 116 license = licenses.agpl3Plus; 117 maintainers = with maintainers; [ vrthra fpletz ];
··· 111 112 meta = with lib; { 113 homepage = "https://mupdf.com"; 114 description = "Lightweight PDF, XPS, and E-book viewer and toolkit written in portable C"; 115 license = licenses.agpl3Plus; 116 maintainers = with maintainers; [ vrthra fpletz ];
-1
pkgs/applications/misc/nut/default.nix
··· 49 It uses a layered approach to connect all of the parts. 50 ''; 51 homepage = "https://networkupstools.org/"; 52 - repositories.git = "https://github.com/networkupstools/nut.git"; 53 platforms = platforms.linux; 54 maintainers = [ maintainers.pierron ]; 55 license = with licenses; [ gpl1Plus gpl2Plus gpl3Plus ];
··· 49 It uses a layered approach to connect all of the parts. 50 ''; 51 homepage = "https://networkupstools.org/"; 52 platforms = platforms.linux; 53 maintainers = [ maintainers.pierron ]; 54 license = with licenses; [ gpl1Plus gpl2Plus gpl3Plus ];
-1
pkgs/applications/networking/cluster/flink/default.nix
··· 34 license = licenses.asl20; 35 platforms = platforms.all; 36 maintainers = with maintainers; [ mbode ]; 37 - repositories.git = "git://git.apache.org/flink.git"; 38 }; 39 }
··· 34 license = licenses.asl20; 35 platforms = platforms.all; 36 maintainers = with maintainers; [ mbode ]; 37 }; 38 }
-1
pkgs/applications/networking/cluster/kontemplate/default.nix
··· 20 license = licenses.gpl3; 21 maintainers = with maintainers; [ mbode tazjin ]; 22 platforms = platforms.unix; 23 - repositories.git = "git://github.com/tazjin/kontemplate.git"; 24 25 longDescription = '' 26 Kontemplate is a simple CLI tool that can take sets of
··· 20 license = licenses.gpl3; 21 maintainers = with maintainers; [ mbode tazjin ]; 22 platforms = platforms.unix; 23 24 longDescription = '' 25 Kontemplate is a simple CLI tool that can take sets of
-1
pkgs/applications/networking/cluster/spark/default.nix
··· 63 license = lib.licenses.asl20; 64 platforms = lib.platforms.all; 65 maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ]; 66 - repositories.git = "git://git.apache.org/spark.git"; 67 }; 68 }; 69 in
··· 63 license = lib.licenses.asl20; 64 platforms = lib.platforms.all; 65 maintainers = with maintainers; [ thoughtpolice offline kamilchm illustris ]; 66 }; 67 }; 68 in
-1
pkgs/applications/networking/irc/quassel/default.nix
··· 88 ''; 89 license = licenses.gpl3; 90 maintainers = with maintainers; [ ttuegel ]; 91 - repositories.git = "https://github.com/quassel/quassel.git"; 92 inherit (qtbase.meta) platforms; 93 }; 94 }
··· 88 ''; 89 license = licenses.gpl3; 90 maintainers = with maintainers; [ ttuegel ]; 91 inherit (qtbase.meta) platforms; 92 }; 93 }
-1
pkgs/applications/networking/lieer/default.nix
··· 33 GMail account. 34 ''; 35 homepage = "https://lieer.gaute.vetsj.com/"; 36 - repositories.git = "https://github.com/gauteh/lieer.git"; 37 license = licenses.gpl3Plus; 38 maintainers = with maintainers; [ flokli kaiha ]; 39 };
··· 33 GMail account. 34 ''; 35 homepage = "https://lieer.gaute.vetsj.com/"; 36 license = licenses.gpl3Plus; 37 maintainers = with maintainers; [ flokli kaiha ]; 38 };
+1 -2
pkgs/applications/version-management/git-and-tools/cgit/common.nix
··· 1 { pname, version, src, gitSrc, buildInputs ? [] 2 - , homepage, repo, description, maintainers 3 }: 4 5 { lib, stdenv, openssl, zlib, asciidoc, libxml2, libxslt ··· 70 71 meta = { 72 inherit homepage description; 73 - repositories.git = repo; 74 license = lib.licenses.gpl2; 75 platforms = lib.platforms.linux; 76 maintainers = maintainers ++ (with lib.maintainers; [ qyliss ]);
··· 1 { pname, version, src, gitSrc, buildInputs ? [] 2 + , homepage, description, maintainers 3 }: 4 5 { lib, stdenv, openssl, zlib, asciidoc, libxml2, libxslt ··· 70 71 meta = { 72 inherit homepage description; 73 license = lib.licenses.gpl2; 74 platforms = lib.platforms.linux; 75 maintainers = maintainers ++ (with lib.maintainers; [ qyliss ]);
-1
pkgs/applications/version-management/git-and-tools/cgit/default.nix
··· 20 buildInputs = [ luajit ]; 21 22 homepage = "https://git.zx2c4.com/cgit/about/"; 23 - repo = "git://git.zx2c4.com/cgit"; 24 description = "Web frontend for git repositories"; 25 maintainers = with lib.maintainers; [ bjornfor ]; 26 }) {}
··· 20 buildInputs = [ luajit ]; 21 22 homepage = "https://git.zx2c4.com/cgit/about/"; 23 description = "Web frontend for git repositories"; 24 maintainers = with lib.maintainers; [ bjornfor ]; 25 }) {}
-1
pkgs/applications/version-management/git-and-tools/cgit/pink.nix
··· 18 }; 19 20 homepage = "https://git.causal.agency/cgit-pink/about/"; 21 - repo = "https://git.causal.agency/cgit-pink"; 22 description = "cgit fork aiming for better maintenance"; 23 maintainers = with lib.maintainers; [ qyliss sternenseemann ]; 24 }) {}
··· 18 }; 19 20 homepage = "https://git.causal.agency/cgit-pink/about/"; 21 description = "cgit fork aiming for better maintenance"; 22 maintainers = with lib.maintainers; [ qyliss sternenseemann ]; 23 }) {}
-1
pkgs/data/documentation/man-pages/default.nix
··· 24 meta = with lib; { 25 description = "Linux development manual pages"; 26 homepage = "https://www.kernel.org/doc/man-pages/"; 27 - repositories.git = "https://git.kernel.org/pub/scm/docs/man-pages/man-pages"; 28 license = licenses.gpl2Plus; 29 platforms = with platforms; unix; 30 priority = 30; # if a package comes with its own man page, prefer it
··· 24 meta = with lib; { 25 description = "Linux development manual pages"; 26 homepage = "https://www.kernel.org/doc/man-pages/"; 27 license = licenses.gpl2Plus; 28 platforms = with platforms; unix; 29 priority = 30; # if a package comes with its own man page, prefer it
-1
pkgs/development/libraries/libass/default.nix
··· 40 license = licenses.isc; 41 platforms = platforms.unix; 42 maintainers = with maintainers; [ codyopel ]; 43 - repositories.git = "git://github.com/libass/libass.git"; 44 }; 45 }
··· 40 license = licenses.isc; 41 platforms = platforms.unix; 42 maintainers = with maintainers; [ codyopel ]; 43 }; 44 }
-1
pkgs/development/libraries/libcec/default.nix
··· 25 meta = with lib; { 26 description = "Allows you (with the right hardware) to control your device with your TV remote control using existing HDMI cabling"; 27 homepage = "http://libcec.pulse-eight.com"; 28 - repositories.git = "https://github.com/Pulse-Eight/libcec.git"; 29 license = lib.licenses.gpl2Plus; 30 platforms = platforms.linux; 31 maintainers = [ maintainers.titanous ];
··· 25 meta = with lib; { 26 description = "Allows you (with the right hardware) to control your device with your TV remote control using existing HDMI cabling"; 27 homepage = "http://libcec.pulse-eight.com"; 28 license = lib.licenses.gpl2Plus; 29 platforms = platforms.linux; 30 maintainers = [ maintainers.titanous ];
-1
pkgs/development/libraries/libcec/platform.nix
··· 16 meta = with lib; { 17 description = "Platform library for libcec and Kodi addons"; 18 homepage = "https://github.com/Pulse-Eight/platform"; 19 - repositories.git = "https://github.com/Pulse-Eight/platform.git"; 20 license = lib.licenses.gpl2Plus; 21 platforms = platforms.all; 22 maintainers = [ maintainers.titanous ];
··· 16 meta = with lib; { 17 description = "Platform library for libcec and Kodi addons"; 18 homepage = "https://github.com/Pulse-Eight/platform"; 19 license = lib.licenses.gpl2Plus; 20 platforms = platforms.all; 21 maintainers = [ maintainers.titanous ];
-1
pkgs/development/libraries/libgcrypt/1.5.nix
··· 38 description = "General-pupose cryptographic library"; 39 license = licenses.lgpl2Plus; 40 platforms = platforms.all; 41 - repositories.git = "git://git.gnupg.org/libgcrypt.git"; 42 knownVulnerabilities = [ 43 "CVE-2014-3591" 44 "CVE-2015-0837"
··· 38 description = "General-pupose cryptographic library"; 39 license = licenses.lgpl2Plus; 40 platforms = platforms.all; 41 knownVulnerabilities = [ 42 "CVE-2014-3591" 43 "CVE-2015-0837"
-1
pkgs/development/libraries/libgcrypt/default.nix
··· 78 license = licenses.lgpl2Plus; 79 platforms = platforms.all; 80 maintainers = with maintainers; [ vrthra ]; 81 - repositories.git = "git://git.gnupg.org/libgcrypt.git"; 82 }; 83 }
··· 78 license = licenses.lgpl2Plus; 79 platforms = platforms.all; 80 maintainers = with maintainers; [ vrthra ]; 81 }; 82 }
-1
pkgs/development/libraries/libidn/default.nix
··· 35 included. 36 ''; 37 38 - repositories.git = "git://git.savannah.gnu.org/libidn.git"; 39 license = lib.licenses.lgpl2Plus; 40 platforms = lib.platforms.all; 41 maintainers = with lib.maintainers; [ lsix ];
··· 35 included. 36 ''; 37 38 license = lib.licenses.lgpl2Plus; 39 platforms = lib.platforms.all; 40 maintainers = with lib.maintainers; [ lsix ];
-1
pkgs/development/libraries/libidn2/default.nix
··· 39 detailed information. 40 ''; 41 42 - repositories.git = "https://gitlab.com/jas/libidn2"; 43 license = with lib.licenses; [ lgpl3Plus gpl2Plus gpl3Plus ]; 44 platforms = lib.platforms.all; 45 maintainers = with lib.maintainers; [ fpletz ];
··· 39 detailed information. 40 ''; 41 42 license = with lib.licenses; [ lgpl3Plus gpl2Plus gpl3Plus ]; 43 platforms = lib.platforms.all; 44 maintainers = with lib.maintainers; [ fpletz ];
-1
pkgs/development/libraries/liblastfm/default.nix
··· 27 28 meta = with lib; { 29 homepage = "https://github.com/lastfm/liblastfm"; 30 - repositories.git = "git://github.com/lastfm/liblastfm.git"; 31 description = "Official LastFM library"; 32 platforms = platforms.unix; 33 maintainers = [ ];
··· 27 28 meta = with lib; { 29 homepage = "https://github.com/lastfm/liblastfm"; 30 description = "Official LastFM library"; 31 platforms = platforms.unix; 32 maintainers = [ ];
-1
pkgs/development/libraries/liboauth/default.nix
··· 27 platforms = platforms.all; 28 description = "C library implementing the OAuth secure authentication protocol"; 29 homepage = "http://liboauth.sourceforge.net/"; 30 - repositories.git = "https://github.com/x42/liboauth.git"; 31 license = licenses.mit; 32 }; 33
··· 27 platforms = platforms.all; 28 description = "C library implementing the OAuth secure authentication protocol"; 29 homepage = "http://liboauth.sourceforge.net/"; 30 license = licenses.mit; 31 }; 32
-1
pkgs/development/libraries/libotr/default.nix
··· 16 17 meta = with lib; { 18 homepage = "http://www.cypherpunks.ca/otr/"; 19 - repositories.git = "git://git.code.sf.net/p/otr/libotr"; 20 license = licenses.lgpl21; 21 description = "Library for Off-The-Record Messaging"; 22 platforms = platforms.unix;
··· 16 17 meta = with lib; { 18 homepage = "http://www.cypherpunks.ca/otr/"; 19 license = licenses.lgpl21; 20 description = "Library for Off-The-Record Messaging"; 21 platforms = platforms.unix;
-1
pkgs/development/libraries/libusb-compat/0.1.nix
··· 35 36 meta = with lib; { 37 homepage = "https://libusb.info/"; 38 - repositories.git = "https://github.com/libusb/libusb-compat-0.1"; 39 description = "cross-platform user-mode USB device library"; 40 longDescription = '' 41 libusb is a cross-platform user-mode library that provides access to USB devices.
··· 35 36 meta = with lib; { 37 homepage = "https://libusb.info/"; 38 description = "cross-platform user-mode USB device library"; 39 longDescription = '' 40 libusb is a cross-platform user-mode library that provides access to USB devices.
-1
pkgs/development/libraries/libusb1/default.nix
··· 45 46 meta = with lib; { 47 homepage = "https://libusb.info/"; 48 - repositories.git = "https://github.com/libusb/libusb"; 49 description = "cross-platform user-mode USB device library"; 50 longDescription = '' 51 libusb is a cross-platform user-mode library that provides access to USB devices.
··· 45 46 meta = with lib; { 47 homepage = "https://libusb.info/"; 48 description = "cross-platform user-mode USB device library"; 49 longDescription = '' 50 libusb is a cross-platform user-mode library that provides access to USB devices.
-1
pkgs/development/libraries/libvirt/default.nix
··· 331 332 meta = { 333 homepage = "https://libvirt.org/"; 334 - repositories.git = "git://libvirt.org/libvirt.git"; 335 description = '' 336 A toolkit to interact with the virtualization capabilities of recent 337 versions of Linux (and other OSes)
··· 331 332 meta = { 333 homepage = "https://libvirt.org/"; 334 description = '' 335 A toolkit to interact with the virtualization capabilities of recent 336 versions of Linux (and other OSes)
-1
pkgs/development/libraries/pcg-c/default.nix
··· 33 ''; 34 platforms = platforms.unix; 35 maintainers = [ maintainers.linus ]; 36 - repositories.git = "git://github.com/imneme/pcg-c.git"; 37 broken = stdenv.isi686; # https://github.com/imneme/pcg-c/issues/11 38 }; 39 }
··· 33 ''; 34 platforms = platforms.unix; 35 maintainers = [ maintainers.linus ]; 36 broken = stdenv.isi686; # https://github.com/imneme/pcg-c/issues/11 37 }; 38 }
-1
pkgs/development/libraries/taglib/default.nix
··· 24 25 meta = with lib; { 26 homepage = "https://taglib.org/"; 27 - repositories.git = "git://github.com/taglib/taglib.git"; 28 description = "A library for reading and editing audio file metadata"; 29 longDescription = '' 30 TagLib is a library for reading and editing the meta-data of several
··· 24 25 meta = with lib; { 26 homepage = "https://taglib.org/"; 27 description = "A library for reading and editing audio file metadata"; 28 longDescription = '' 29 TagLib is a library for reading and editing the meta-data of several
+1 -2
pkgs/development/python-modules/obfsproxy/default.nix
··· 12 version = "0.2.13"; 13 14 src = fetchgit { 15 - url = meta.repositories.git; 16 rev = "refs/tags/${pname}-${version}"; 17 sha256 = "04ja1cl8xzqnwrd2gi6nlnxbmjri141bzwa5gybvr44d8h3k2nfa"; 18 }; ··· 30 meta = with lib; { 31 description = "A pluggable transport proxy"; 32 homepage = "https://www.torproject.org/projects/obfsproxy"; 33 - repositories.git = "https://git.torproject.org/pluggable-transports/obfsproxy.git"; 34 maintainers = with maintainers; [ thoughtpolice ]; 35 }; 36
··· 12 version = "0.2.13"; 13 14 src = fetchgit { 15 + url = "https://git.torproject.org/pluggable-transports/obfsproxy.git"; 16 rev = "refs/tags/${pname}-${version}"; 17 sha256 = "04ja1cl8xzqnwrd2gi6nlnxbmjri141bzwa5gybvr44d8h3k2nfa"; 18 }; ··· 30 meta = with lib; { 31 description = "A pluggable transport proxy"; 32 homepage = "https://www.torproject.org/projects/obfsproxy"; 33 maintainers = with maintainers; [ thoughtpolice ]; 34 }; 35
-2
pkgs/development/tools/misc/cgdb/default.nix
··· 16 17 homepage = "https://cgdb.github.io/"; 18 19 - repositories.git = "git://github.com/cgdb/cgdb.git"; 20 - 21 license = licenses.gpl2Plus; 22 23 platforms = with platforms; linux ++ cygwin;
··· 16 17 homepage = "https://cgdb.github.io/"; 18 19 license = licenses.gpl2Plus; 20 21 platforms = with platforms; linux ++ cygwin;
-1
pkgs/development/tools/profiling/systemtap/default.nix
··· 40 nativeBuildInputs = [ makeWrapper ]; 41 meta = { 42 homepage = "https://sourceware.org/systemtap/"; 43 - repositories.git = url; 44 description = "Provides a scripting language for instrumentation on a live kernel plus user-space"; 45 license = lib.licenses.gpl2; 46 platforms = lib.platforms.linux;
··· 40 nativeBuildInputs = [ makeWrapper ]; 41 meta = { 42 homepage = "https://sourceware.org/systemtap/"; 43 description = "Provides a scripting language for instrumentation on a live kernel plus user-space"; 44 license = lib.licenses.gpl2; 45 platforms = lib.platforms.linux;
-1
pkgs/games/openxcom/default.nix
··· 18 meta = { 19 description = "Open source clone of UFO: Enemy Unknown"; 20 homepage = "https://openxcom.org"; 21 - repositories.git = "https://github.com/SupSuper/OpenXcom.git"; 22 maintainers = [ lib.maintainers.cpages ]; 23 platforms = lib.platforms.linux; 24 license = lib.licenses.gpl3;
··· 18 meta = { 19 description = "Open source clone of UFO: Enemy Unknown"; 20 homepage = "https://openxcom.org"; 21 maintainers = [ lib.maintainers.cpages ]; 22 platforms = lib.platforms.linux; 23 license = lib.licenses.gpl3;
-1
pkgs/games/spring/springlobby.nix
··· 34 35 meta = with lib; { 36 homepage = "https://springlobby.info/"; 37 - repositories.git = "git://github.com/springlobby/springlobby.git"; 38 description = "Cross-platform lobby client for the Spring RTS project"; 39 license = licenses.gpl2; 40 maintainers = with maintainers; [ qknight domenkozar ];
··· 34 35 meta = with lib; { 36 homepage = "https://springlobby.info/"; 37 description = "Cross-platform lobby client for the Spring RTS project"; 38 license = licenses.gpl2; 39 maintainers = with maintainers; [ qknight domenkozar ];
-1
pkgs/os-specific/darwin/m-cli/default.nix
··· 35 meta = with lib; { 36 description = "Swiss Army Knife for macOS"; 37 inherit (src.meta) homepage; 38 - repositories.git = "git://github.com/rgcr/m-cli.git"; 39 40 license = licenses.mit; 41
··· 35 meta = with lib; { 36 description = "Swiss Army Knife for macOS"; 37 inherit (src.meta) homepage; 38 39 license = licenses.mit; 40
-1
pkgs/os-specific/linux/bluez/default.nix
··· 135 homepage = "http://www.bluez.org/"; 136 license = with licenses; [ gpl2 lgpl21 ]; 137 platforms = platforms.linux; 138 - repositories.git = "https://git.kernel.org/pub/scm/bluetooth/bluez.git"; 139 }; 140 }
··· 135 homepage = "http://www.bluez.org/"; 136 license = with licenses; [ gpl2 lgpl21 ]; 137 platforms = platforms.linux; 138 }; 139 }
-1
pkgs/os-specific/linux/hostapd/default.nix
··· 73 74 meta = with lib; { 75 homepage = "https://hostap.epitest.fi"; 76 - repositories.git = "git://w1.fi/hostap.git"; 77 description = "A user space daemon for access point and authentication servers"; 78 license = licenses.gpl2; 79 maintainers = with maintainers; [ ninjatrappeur hexa ];
··· 73 74 meta = with lib; { 75 homepage = "https://hostap.epitest.fi"; 76 description = "A user space daemon for access point and authentication servers"; 77 license = licenses.gpl2; 78 maintainers = with maintainers; [ ninjatrappeur hexa ];
-1
pkgs/os-specific/linux/i7z/default.nix
··· 49 meta = with lib; { 50 description = "A better i7 (and now i3, i5) reporting tool for Linux"; 51 homepage = "https://github.com/DimitryAndric/i7z"; 52 - repositories.git = "https://github.com/DimitryAndric/i7z.git"; 53 license = licenses.gpl2; 54 maintainers = with maintainers; [ bluescreen303 ]; 55 # broken on ARM
··· 49 meta = with lib; { 50 description = "A better i7 (and now i3, i5) reporting tool for Linux"; 51 homepage = "https://github.com/DimitryAndric/i7z"; 52 license = licenses.gpl2; 53 maintainers = with maintainers; [ bluescreen303 ]; 54 # broken on ARM
-1
pkgs/os-specific/linux/kernel/manual-config.nix
··· 301 + ")"); 302 license = lib.licenses.gpl2Only; 303 homepage = "https://www.kernel.org/"; 304 - repositories.git = "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"; 305 maintainers = lib.teams.linux-kernel.members ++ [ 306 maintainers.thoughtpolice 307 ];
··· 301 + ")"); 302 license = lib.licenses.gpl2Only; 303 homepage = "https://www.kernel.org/"; 304 maintainers = lib.teams.linux-kernel.members ++ [ 305 maintainers.thoughtpolice 306 ];
+1 -4
pkgs/os-specific/linux/ldm/default.nix
··· 4 5 let 6 version = "0.5"; 7 - git = "https://github.com/LemonBoy/ldm.git"; 8 in 9 stdenv.mkDerivation rec { 10 pname = "ldm"; ··· 13 # There is a stable release, but we'll use the lvm branch, which 14 # contains important fixes for LVM setups. 15 src = fetchgit { 16 - url = meta.repositories.git; 17 rev = "refs/tags/v${version}"; 18 sha256 = "0lxfypnbamfx6p9ar5k9wra20gvwn665l4pp2j4vsx4yi5q7rw2n"; 19 }; ··· 36 meta = { 37 description = "A lightweight device mounter, with libudev as only dependency"; 38 license = lib.licenses.mit; 39 - 40 platforms = lib.platforms.linux; 41 - repositories.git = git; 42 }; 43 }
··· 4 5 let 6 version = "0.5"; 7 in 8 stdenv.mkDerivation rec { 9 pname = "ldm"; ··· 12 # There is a stable release, but we'll use the lvm branch, which 13 # contains important fixes for LVM setups. 14 src = fetchgit { 15 + url = "https://github.com/LemonBoy/ldm"; 16 rev = "refs/tags/v${version}"; 17 sha256 = "0lxfypnbamfx6p9ar5k9wra20gvwn665l4pp2j4vsx4yi5q7rw2n"; 18 }; ··· 35 meta = { 36 description = "A lightweight device mounter, with libudev as only dependency"; 37 license = lib.licenses.mit; 38 platforms = lib.platforms.linux; 39 }; 40 }
-2
pkgs/servers/amqp/qpid-cpp/default.nix
··· 12 13 meta = with lib; { 14 homepage = "https://qpid.apache.org"; 15 - repositories.git = "git://git.apache.org/qpid.git"; 16 - repositories.svn = "http://svn.apache.org/repos/asf/qpid"; 17 description = "An AMQP message broker and a C++ messaging API"; 18 license = licenses.asl20; 19 platforms = platforms.linux;
··· 12 13 meta = with lib; { 14 homepage = "https://qpid.apache.org"; 15 description = "An AMQP message broker and a C++ messaging API"; 16 license = licenses.asl20; 17 platforms = platforms.linux;
-1
pkgs/servers/memcached/default.nix
··· 22 23 meta = with lib; { 24 description = "A distributed memory object caching system"; 25 - repositories.git = "https://github.com/memcached/memcached.git"; 26 homepage = "http://memcached.org/"; 27 license = licenses.bsd3; 28 maintainers = [ maintainers.coconnor ];
··· 22 23 meta = with lib; { 24 description = "A distributed memory object caching system"; 25 homepage = "http://memcached.org/"; 26 license = licenses.bsd3; 27 maintainers = [ maintainers.coconnor ];
-1
pkgs/stdenv/generic/check-meta.nix
··· 240 outputsToInstall = listOf str; 241 position = str; 242 available = bool; 243 - repositories = attrsOf str; 244 isBuildPythonPackage = platforms; 245 schedulingPriority = int; 246 isFcitxEngine = bool;
··· 240 outputsToInstall = listOf str; 241 position = str; 242 available = bool; 243 isBuildPythonPackage = platforms; 244 schedulingPriority = int; 245 isFcitxEngine = bool;
-1
pkgs/tools/misc/mc/default.nix
··· 92 license = licenses.gpl2Plus; 93 maintainers = with maintainers; [ sander ]; 94 platforms = with platforms; linux ++ darwin; 95 - repositories.git = "https://github.com/MidnightCommander/mc.git"; 96 }; 97 }
··· 92 license = licenses.gpl2Plus; 93 maintainers = with maintainers; [ sander ]; 94 platforms = with platforms; linux ++ darwin; 95 }; 96 }
-1
pkgs/tools/networking/chrony/default.nix
··· 28 meta = with lib; { 29 description = "Sets your computer's clock from time servers on the Net"; 30 homepage = "https://chrony.tuxfamily.org/"; 31 - repositories.git = "git://git.tuxfamily.org/gitroot/chrony/chrony.git"; 32 license = licenses.gpl2; 33 platforms = with platforms; linux ++ freebsd ++ openbsd; 34 maintainers = with maintainers; [ fpletz thoughtpolice ];
··· 28 meta = with lib; { 29 description = "Sets your computer's clock from time servers on the Net"; 30 homepage = "https://chrony.tuxfamily.org/"; 31 license = licenses.gpl2; 32 platforms = with platforms; linux ++ freebsd ++ openbsd; 33 maintainers = with maintainers; [ fpletz thoughtpolice ];
+1 -2
pkgs/tools/networking/obfs4/default.nix
··· 5 version = "0.0.11"; 6 7 src = fetchgit { 8 - url = meta.repositories.git; 9 rev = "refs/tags/${pname}proxy-${version}"; 10 sha256 = "sha256-VjJ/Pc1YjNB2iLnN/5CxuaxolcaR1IMWgoESMzOXU/g="; 11 }; ··· 17 meta = with lib; { 18 description = "A pluggable transport proxy"; 19 homepage = "https://www.torproject.org/projects/obfsproxy"; 20 - repositories.git = "https://git.torproject.org/pluggable-transports/obfs4.git"; 21 maintainers = with maintainers; [ thoughtpolice ]; 22 }; 23 }
··· 5 version = "0.0.11"; 6 7 src = fetchgit { 8 + url = "https://git.torproject.org/pluggable-transports/obfs4.git"; 9 rev = "refs/tags/${pname}proxy-${version}"; 10 sha256 = "sha256-VjJ/Pc1YjNB2iLnN/5CxuaxolcaR1IMWgoESMzOXU/g="; 11 }; ··· 17 meta = with lib; { 18 description = "A pluggable transport proxy"; 19 homepage = "https://www.torproject.org/projects/obfsproxy"; 20 maintainers = with maintainers; [ thoughtpolice ]; 21 }; 22 }
-1
pkgs/tools/networking/socat/default.nix
··· 38 meta = with lib; { 39 description = "Utility for bidirectional data transfer between two independent data channels"; 40 homepage = "http://www.dest-unreach.org/socat/"; 41 - repositories.git = "git://repo.or.cz/socat.git"; 42 platforms = platforms.unix; 43 license = with licenses; [ gpl2Only ]; 44 maintainers = with maintainers; [ eelco ];
··· 38 meta = with lib; { 39 description = "Utility for bidirectional data transfer between two independent data channels"; 40 homepage = "http://www.dest-unreach.org/socat/"; 41 platforms = platforms.unix; 42 license = with licenses; [ gpl2Only ]; 43 maintainers = with maintainers; [ eelco ];
-1
pkgs/tools/security/nitrokey-app/default.nix
··· 36 See https://www.nitrokey.com/ for more information. 37 ''; 38 homepage = "https://github.com/Nitrokey/nitrokey-app"; 39 - repositories.git = "https://github.com/Nitrokey/nitrokey-app.git"; 40 license = licenses.gpl3; 41 maintainers = with maintainers; [ kaiha fpletz ]; 42 };
··· 36 See https://www.nitrokey.com/ for more information. 37 ''; 38 homepage = "https://github.com/Nitrokey/nitrokey-app"; 39 license = licenses.gpl3; 40 maintainers = with maintainers; [ kaiha fpletz ]; 41 };
-1
pkgs/tools/security/tor/default.nix
··· 97 98 meta = with lib; { 99 homepage = "https://www.torproject.org/"; 100 - repositories.git = "https://git.torproject.org/git/tor"; 101 description = "Anonymizing overlay network"; 102 103 longDescription = ''
··· 97 98 meta = with lib; { 99 homepage = "https://www.torproject.org/"; 100 description = "Anonymizing overlay network"; 101 102 longDescription = ''
+1 -2
pkgs/tools/security/tor/torsocks.nix
··· 5 version = "2.3.0"; 6 7 src = fetchgit { 8 - url = meta.repositories.git; 9 rev = "refs/tags/v${version}"; 10 sha256 = "0x0wpcigf22sjxg7bm0xzqihmsrz51hl4v8xf91qi4qnmr4ny1hb"; 11 }; ··· 35 meta = { 36 description = "Wrapper to safely torify applications"; 37 homepage = "https://github.com/dgoulet/torsocks"; 38 - repositories.git = "https://git.torproject.org/torsocks.git"; 39 license = lib.licenses.gpl2; 40 platforms = lib.platforms.unix; 41 maintainers = with lib.maintainers; [ thoughtpolice ];
··· 5 version = "2.3.0"; 6 7 src = fetchgit { 8 + url = "https://git.torproject.org/torsocks.git"; 9 rev = "refs/tags/v${version}"; 10 sha256 = "0x0wpcigf22sjxg7bm0xzqihmsrz51hl4v8xf91qi4qnmr4ny1hb"; 11 }; ··· 35 meta = { 36 description = "Wrapper to safely torify applications"; 37 homepage = "https://github.com/dgoulet/torsocks"; 38 license = lib.licenses.gpl2; 39 platforms = lib.platforms.unix; 40 maintainers = with lib.maintainers; [ thoughtpolice ];
-1
pkgs/tools/system/evemu/default.nix
··· 23 meta = with lib; { 24 description = "Records and replays device descriptions and events to emulate input devices through the kernel's input system"; 25 homepage = "https://www.freedesktop.org/wiki/Evemu/"; 26 - repositories.git = "git://git.freedesktop.org/git/evemu"; 27 license = with licenses; [ lgpl3Only gpl3Only ]; 28 maintainers = [ maintainers.amorsillo ]; 29 platforms = platforms.linux;
··· 23 meta = with lib; { 24 description = "Records and replays device descriptions and events to emulate input devices through the kernel's input system"; 25 homepage = "https://www.freedesktop.org/wiki/Evemu/"; 26 license = with licenses; [ lgpl3Only gpl3Only ]; 27 maintainers = [ maintainers.amorsillo ]; 28 platforms = platforms.linux;
-1
pkgs/tools/system/gohai/default.nix
··· 21 license = licenses.mit; 22 maintainers = [ maintainers.tazjin ]; 23 platforms = platforms.unix; 24 - repositories.git = "git://github.com/DataDog/gohai.git"; 25 26 longDescription = '' 27 Gohai is a tool which collects an inventory of system
··· 21 license = licenses.mit; 22 maintainers = [ maintainers.tazjin ]; 23 platforms = platforms.unix; 24 25 longDescription = '' 26 Gohai is a tool which collects an inventory of system
-1
pkgs/tools/system/hardlink/default.nix
··· 26 meta = with lib; { 27 description = "Consolidate duplicate files via hardlinks"; 28 homepage = "https://pagure.io/hardlink"; 29 - repositories.git = "https://src.fedoraproject.org/cgit/rpms/hardlink.git"; 30 license = licenses.gpl2Plus; 31 platforms = platforms.unix; 32 };
··· 26 meta = with lib; { 27 description = "Consolidate duplicate files via hardlinks"; 28 homepage = "https://pagure.io/hardlink"; 29 license = licenses.gpl2Plus; 30 platforms = platforms.unix; 31 };
-1
pkgs/tools/system/mq-cli/default.nix
··· 19 license = licenses.mit; 20 maintainers = with maintainers; [ tazjin ]; 21 platforms = platforms.linux; 22 - repositories.git = "git://github.com/aprilabank/mq-cli.git"; 23 }; 24 }
··· 19 license = licenses.mit; 20 maintainers = with maintainers; [ tazjin ]; 21 platforms = platforms.linux; 22 }; 23 }
-1
pkgs/tools/typesetting/odpdown/default.nix
··· 20 21 meta = with lib; { 22 homepage = "https://github.com/thorstenb/odpdown"; 23 - repositories.git = "https://github.com/thorstenb/odpdown.git"; 24 description = "Create nice-looking slides from your favourite text editor"; 25 longDescription = '' 26 Have a tool like pandoc, latex beamer etc, that you can write (or
··· 20 21 meta = with lib; { 22 homepage = "https://github.com/thorstenb/odpdown"; 23 description = "Create nice-looking slides from your favourite text editor"; 24 longDescription = '' 25 Have a tool like pandoc, latex beamer etc, that you can write (or