gmic-qt: switch CImg source to GitHub
The repo was removed from FramaGit.
This commit is contained in:
parent
d9ff6d90aa
commit
311d09b5ba
1 changed files with 1 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, variant ? "standalone"
|
, variant ? "standalone"
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchFromGitLab
|
|
||||||
, cmake
|
, cmake
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, opencv3
|
, opencv3
|
||||||
|
@ -61,8 +60,7 @@ mkDerivation rec {
|
||||||
sha256 = "08d37b49qgh5d4rds7hvr5wjj4p1y8cnbidz1cyqsibq0555pwq2";
|
sha256 = "08d37b49qgh5d4rds7hvr5wjj4p1y8cnbidz1cyqsibq0555pwq2";
|
||||||
};
|
};
|
||||||
|
|
||||||
CImg = fetchFromGitLab {
|
CImg = fetchFromGitHub {
|
||||||
domain = "framagit.org";
|
|
||||||
owner = "dtschump";
|
owner = "dtschump";
|
||||||
repo = "CImg";
|
repo = "CImg";
|
||||||
rev = "v.${version}";
|
rev = "v.${version}";
|
||||||
|
|
Loading…
Reference in a new issue