fetchFromBitbucket: fix callPackage call
Co-authored-by: Philip Taron <philip.taron@gmail.com>
This commit is contained in:
co-authored by
Philip Taron
parent
81e7978020
commit
c9767c2b52
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user