Merge pull request #110764 from erictapen/poly2tri-c-repo
poly2tri-c: move away from untrusted repo to one that is owned by its Nixpkgs maintainer
This commit is contained in:
commit
db4cede416
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
{ lib, stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchFromGitLab
|
||||
, autoreconfHook
|
||||
, pkg-config
|
||||
, glib
|
||||
|
@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [ "bin" "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mattey40";
|
||||
repo = "poly2tri-c";
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "jtojnar";
|
||||
repo = pname;
|
||||
rev = "p2tc-${version}";
|
||||
sha256 = "158vm3wqfxs22b74kqc4prlvjny38qqm3kz5wrgasmx0qciwh0g8";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue