fixup: add links to upstream issues
This commit is contained in:
parent
fd14b4d48d
commit
6195eee47a
@ -3,7 +3,7 @@
|
|||||||
# TODO: This is quite a bit of duplicated logic with gephi. Factor it out?
|
# TODO: This is quite a bit of duplicated logic with gephi. Factor it out?
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "global-platform-pro";
|
pname = "global-platform-pro";
|
||||||
version = "0.3.10-rc11";
|
version = "0.3.10-rc11"; # Waiting for release https://github.com/martinpaljak/GlobalPlatformPro/issues/128
|
||||||
describeVersion = "v0.3.10-rc11-0-g8923747"; # git describe --tags --always --long --dirty
|
describeVersion = "v0.3.10-rc11-0-g8923747"; # git describe --tags --always --long --dirty
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
# run. As `fetchFromGitHub` doesn't fetch a full-fledged git repository,
|
# run. As `fetchFromGitHub` doesn't fetch a full-fledged git repository,
|
||||||
# this command can only fail at build-time. As a consequence, we include the
|
# this command can only fail at build-time. As a consequence, we include the
|
||||||
# `describeVersion` variable defined above here.
|
# `describeVersion` variable defined above here.
|
||||||
|
#
|
||||||
|
# See upstream issue https://github.com/martinpaljak/GlobalPlatformPro/issues/129
|
||||||
patches = [ (writeText "${name}-version.patch" ''
|
patches = [ (writeText "${name}-version.patch" ''
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 1e5a82d..1aa01fe 100644
|
index 1e5a82d..1aa01fe 100644
|
||||||
|
Loading…
Reference in New Issue
Block a user