mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
gmic-qt: switch CImg source to GitHub
The repo was removed from FramaGit.
This commit is contained in:
parent
d9ff6d90aa
commit
311d09b5ba
@ -4,7 +4,6 @@
|
||||
, fetchpatch
|
||||
, variant ? "standalone"
|
||||
, fetchFromGitHub
|
||||
, fetchFromGitLab
|
||||
, cmake
|
||||
, pkg-config
|
||||
, opencv3
|
||||
@ -61,8 +60,7 @@ mkDerivation rec {
|
||||
sha256 = "08d37b49qgh5d4rds7hvr5wjj4p1y8cnbidz1cyqsibq0555pwq2";
|
||||
};
|
||||
|
||||
CImg = fetchFromGitLab {
|
||||
domain = "framagit.org";
|
||||
CImg = fetchFromGitHub {
|
||||
owner = "dtschump";
|
||||
repo = "CImg";
|
||||
rev = "v.${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user