fetchFromBitbucket: fix callPackage call

Co-authored-by: Philip Taron <philip.taron@gmail.com>
This commit is contained in:
Anton Tetov
2025-08-06 15:26:38 +02:00
committed by GitHub
co-authored by Philip Taron
parent 81e7978020
commit c9767c2b52
+1 -3
View File
@@ -701,9 +701,7 @@ with pkgs;
fetchFromGitHub = callPackage ../build-support/fetchgithub { };
fetchFromBitbucket = callPackage ../build-support/fetchbitbucket { } // {
tests = pkgs.tests.fetchFromBitbucket;
};
fetchFromBitbucket = callPackage ../build-support/fetchbitbucket { };
fetchFromSavannah = callPackage ../build-support/fetchsavannah { };