treewide: cleanup fetchFromGitLab default value
This commit is contained in:
@@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
|
||||
version = "6.04.00";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "fbb-git";
|
||||
repo = "bisoncpp";
|
||||
rev = "6.04.00";
|
||||
|
||||
@@ -16,7 +16,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "5.11.01";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "fbb-git";
|
||||
repo = "bobcat";
|
||||
tag = finalAttrs.version;
|
||||
|
||||
@@ -15,7 +15,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "0.1.10";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "mobian1";
|
||||
repo = "callaudiod";
|
||||
tag = finalAttrs.version;
|
||||
|
||||
@@ -26,7 +26,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "0.18.3";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "schmiddi-on-mobile";
|
||||
repo = "flare";
|
||||
tag = finalAttrs.version;
|
||||
|
||||
@@ -32,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "2.55";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "DavidGriffith";
|
||||
repo = "frotz";
|
||||
tag = finalAttrs.version;
|
||||
|
||||
@@ -25,7 +25,6 @@ stdenv.mkDerivation {
|
||||
|
||||
# By targeting the development version, we can omit the patches Arch uses
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "LibreGames";
|
||||
repo = "jumpnbump";
|
||||
rev = "5744738211ca691444f779aafee3537fb3562516";
|
||||
|
||||
@@ -16,7 +16,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "2.2.4";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "craftyguy";
|
||||
repo = "networkd-dispatcher";
|
||||
rev = finalAttrs.version;
|
||||
|
||||
@@ -12,7 +12,6 @@ stdenv.mkDerivation {
|
||||
version = "1.80-unstable-2025-05-03";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "kumm";
|
||||
repo = "pagsuite";
|
||||
rev = "1cc657765658cb2eb622d4a9c656ab9854150e7d";
|
||||
|
||||
@@ -21,7 +21,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "3.0.3";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "ubports";
|
||||
repo = "development/core/lib-cpp/process-cpp";
|
||||
rev = finalAttrs.version;
|
||||
|
||||
@@ -14,7 +14,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "azymohliad";
|
||||
repo = "qwertone";
|
||||
tag = "v${finalAttrs.version}";
|
||||
|
||||
@@ -17,7 +17,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "0.16.20";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "drobilla";
|
||||
repo = "sord";
|
||||
tag = "v${finalAttrs.version}";
|
||||
|
||||
@@ -84,7 +84,6 @@ stdenv.mkDerivation rec {
|
||||
# compatibility with OpenPGP.
|
||||
#
|
||||
freepgPatches = fetchFromGitLab {
|
||||
domain = "gitlab.com";
|
||||
owner = "freepg";
|
||||
repo = "gnupg";
|
||||
rev = "361c223eb00ca372fbf9506f5150ddbec193936f";
|
||||
|
||||
Reference in New Issue
Block a user