commit
0f87b2b305
2 changed files with 4 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, jdk, maven, javaPackages }:
|
{ lib, stdenv, fetchFromGitHub, jdk, maven, javaPackages }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.9.2";
|
version = "0.9.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gephi";
|
owner = "gephi";
|
||||||
repo = "gephi";
|
repo = "gephi";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0kqp2nvnsb55j1axb6hk0mlw5alyaiyb70z0mdybhpqqxyw2da2r";
|
sha256 = "sha256-3+tOwcE7TUeexJCugFsx9SgsKeb7ApNqbMEIi9QaKPE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# perform fake build to make a fixed-output derivation out of the files downloaded from maven central (120MB)
|
# perform fake build to make a fixed-output derivation out of the files downloaded from maven central (120MB)
|
||||||
|
@ -24,7 +24,7 @@ let
|
||||||
installPhase = ''find $out/.m2 -type f -regex '.+\(\.lastUpdated\|resolver-status\.properties\|_remote\.repositories\)' -delete'';
|
installPhase = ''find $out/.m2 -type f -regex '.+\(\.lastUpdated\|resolver-status\.properties\|_remote\.repositories\)' -delete'';
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
outputHash = "1p7yf97dn0nvr005cbs6vdk3i341s8fya4kfccj8qqad2qgxflif";
|
outputHash = "sha256-kIPsZN0alRAgiMbckQnMWKOKtCZ37D/6MgT17VYcr+s=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
|
@ -17724,9 +17724,7 @@ with pkgs;
|
||||||
gecode_6 = qt5.callPackage ../development/libraries/gecode { };
|
gecode_6 = qt5.callPackage ../development/libraries/gecode { };
|
||||||
gecode = gecode_6;
|
gecode = gecode_6;
|
||||||
|
|
||||||
gephi = callPackage ../applications/science/misc/gephi {
|
gephi = callPackage ../applications/science/misc/gephi { };
|
||||||
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
|
||||||
};
|
|
||||||
|
|
||||||
gegl = callPackage ../development/libraries/gegl {
|
gegl = callPackage ../development/libraries/gegl {
|
||||||
inherit (darwin.apple_sdk.frameworks) OpenCL;
|
inherit (darwin.apple_sdk.frameworks) OpenCL;
|
||||||
|
|
Loading…
Reference in a new issue