mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
solvespace: 2.3-20190501 -> 3.0.rc2
This commit is contained in:
parent
cc8ad48f0b
commit
c1dcadc986
@ -1,14 +1,14 @@
|
|||||||
{ lib, stdenv, fetchgit, cmake, pkg-config, zlib, libpng, cairo, freetype
|
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, zlib, libpng, cairo, freetype
|
||||||
, json_c, fontconfig, gtkmm3, pangomm, glew, libGLU, xorg, pcre
|
, json_c, fontconfig, gtkmm3, pangomm, glew, libGLU, xorg, pcre, wrapGAppsHook
|
||||||
, wrapGAppsHook
|
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "solvespace-2.3-20190501";
|
pname = "solvespace";
|
||||||
rev = "e7b75f19c34c923780db776592b47152650d8f22";
|
version = "v3.0.rc2";
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/solvespace/solvespace";
|
owner = pname;
|
||||||
inherit rev;
|
repo = pname;
|
||||||
sha256 = "07k4mbzxf0dmzwdhjx5nc09y7rn1schkaypsw9kz0l7ppylprpp2";
|
rev = version;
|
||||||
|
sha256 = "1z0873gwcr0hybrpqy4hwislir6k2zb4s62lbsivq5nbkizy7gjm";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
+# include(GetGitCommitHash)
|
+# include(GetGitCommitHash)
|
||||||
# and instead uncomment the following, adding the complete git hash of the checkout you are using:
|
# and instead uncomment the following, adding the complete git hash of the checkout you are using:
|
||||||
-# set(GIT_COMMIT_HASH 0000000000000000000000000000000000000000)
|
-# set(GIT_COMMIT_HASH 0000000000000000000000000000000000000000)
|
||||||
+set(GIT_COMMIT_HASH $rev)
|
+set(GIT_COMMIT_HASH $version)
|
||||||
EOF
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user