mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
twister: switch to fetchFromGitHub
This commit is contained in:
parent
1913519071
commit
2612a06b21
@ -1,15 +1,15 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoconf, automake, libtool, pkg-config, python2
|
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoconf, automake, libtool, pkg-config, python2
|
||||||
, boost, db, openssl, geoip, libiconv, miniupnpc
|
, boost, db, openssl, geoip, libiconv, miniupnpc, srcOnly
|
||||||
, srcOnly, fetchgit
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
twisterHTML = srcOnly {
|
twisterHTML = srcOnly {
|
||||||
name = "twister-html";
|
name = "twister-html";
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/miguelfreitas/twister-html.git";
|
owner = "miguelfreitas";
|
||||||
|
repo = "twister-html";
|
||||||
rev = "01e7f7ca9b7e42ed90f91bc42da2c909ca5c0b9b";
|
rev = "01e7f7ca9b7e42ed90f91bc42da2c909ca5c0b9b";
|
||||||
sha256 = "0scjbin6s1kmi0bqq0dx0qyjw4n5xgmj567n0156i39f9h0dabqy";
|
sha256 = "sha256-Hi/VAEwujWhKAPaYIuvrxRIuPQa9AYwXiHUGbWxckmk=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user