mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
uksmtools: add 1-line comment to clarify fetchgit
use...
This commit is contained in:
parent
0313b2e09c
commit
5606e8b043
@ -4,6 +4,7 @@ let version = "2015-09-25"; in
|
||||
stdenv.mkDerivation {
|
||||
name = "uksmtools-${version}";
|
||||
|
||||
# This project uses git submodules, which fetchFromGitHub doesn't support:
|
||||
src = fetchgit {
|
||||
sha256 = "0ngdmici2vgi2z02brzc3f78j1g1y9myzfxn46zlm1skg94fp692";
|
||||
rev = "9f59a3a0b494b758aa91d7d8fa04e21b5e6463c0";
|
||||
|
Loading…
Reference in New Issue
Block a user