summary refs log tree commit diff
path: root/pkgs/development/tools/global-platform-pro
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2018-08-17 01:32:03 +0900
committerLéo Gaspard <leo@gaspard.io>2018-08-17 01:32:03 +0900
commit6195eee47a11fbc73e655e619cc3162af245c25e (patch)
tree55ac7f498b8d9c20a495a2c095eee2ea22c16995 /pkgs/development/tools/global-platform-pro
parentfd14b4d48de0b7ad6b4d5beeaaf6eadb50f68d09 (diff)
downloadnixpkgs-6195eee47a11fbc73e655e619cc3162af245c25e.tar
nixpkgs-6195eee47a11fbc73e655e619cc3162af245c25e.tar.gz
nixpkgs-6195eee47a11fbc73e655e619cc3162af245c25e.tar.bz2
nixpkgs-6195eee47a11fbc73e655e619cc3162af245c25e.tar.lz
nixpkgs-6195eee47a11fbc73e655e619cc3162af245c25e.tar.xz
nixpkgs-6195eee47a11fbc73e655e619cc3162af245c25e.tar.zst
nixpkgs-6195eee47a11fbc73e655e619cc3162af245c25e.zip
fixup: add links to upstream issues
Diffstat (limited to 'pkgs/development/tools/global-platform-pro')
-rw-r--r--pkgs/development/tools/global-platform-pro/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/tools/global-platform-pro/default.nix b/pkgs/development/tools/global-platform-pro/default.nix
index 8bdb14c7c65..7c697bc5e57 100644
--- a/pkgs/development/tools/global-platform-pro/default.nix
+++ b/pkgs/development/tools/global-platform-pro/default.nix
@@ -3,7 +3,7 @@
 # TODO: This is quite a bit of duplicated logic with gephi. Factor it out?
 stdenv.mkDerivation rec {
   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
   name = "${pname}-${version}";
 
@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
   # 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
   # `describeVersion` variable defined above here.
+  #
+  # See upstream issue https://github.com/martinpaljak/GlobalPlatformPro/issues/129
   patches = [ (writeText "${name}-version.patch" ''
     diff --git a/pom.xml b/pom.xml
     index 1e5a82d..1aa01fe 100644