We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b6e804 + c232108 commit fb4276dCopy full SHA for fb4276d
pkgs/by-name/fr/freecad/0003-freecad-font-issue-10514.patch
pkgs/by-name/fr/freecad/package.nix
@@ -63,13 +63,13 @@ let
63
in
64
stdenv.mkDerivation (finalAttrs: {
65
pname = "freecad";
66
- version = "1.0rc2";
+ version = "1.0rc4";
67
68
src = fetchFromGitHub {
69
owner = "FreeCAD";
70
repo = "FreeCAD";
71
rev = finalAttrs.version;
72
- hash = "sha256-kPmfx/C1fCYwBqh6ZOKZAVNVR9m3VryPmBKu3ksDD5E=";
+ hash = "sha256-b7aeVQkgdsDRdnVIr+5ZNuWAm6GLH7sepa8kFp2Zm2U=";
73
fetchSubmodules = true;
74
};
75
@@ -131,7 +131,6 @@ stdenv.mkDerivation (finalAttrs: {
131
patches = [
132
./0001-NIXOS-don-t-ignore-PYTHONPATH.patch
133
./0002-FreeCad-OndselSolver-pkgconfig.patch
134
- ./0003-freecad-font-issue-10514.patch
135
];
136
137
cmakeFlags = [
0 commit comments