Merge pull request #116686 from yvesf/qcad-update-and-fix
Qcad update and fix
This commit is contained in:
commit
bf86c79fef
@ -15,16 +15,17 @@
|
|||||||
|
|
||||||
mkDerivationWith stdenv.mkDerivation rec {
|
mkDerivationWith stdenv.mkDerivation rec {
|
||||||
pname = "qcad";
|
pname = "qcad";
|
||||||
version = "3.25.2.0";
|
version = "3.26.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qcad";
|
owner = "qcad";
|
||||||
repo = "qcad";
|
repo = "qcad";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1lz6q9n2p0l7k8rwqsdj6av9p3426423g5avc4y6s7nbk36280mz";
|
sha256 = "sha256-V+QlwM8BWmcarwZtqJfc+MYHOZgIH1W5R8m2EHhNJls=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
# Patch directory lookup, remove __DATE__ and executable name
|
||||||
./application-dir.patch
|
./application-dir.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -90,12 +91,10 @@ mkDerivationWith stdenv.mkDerivation rec {
|
|||||||
qttools
|
qttools
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "2D CAD package based on Qt";
|
description = "2D CAD package based on Qt";
|
||||||
homepage = "https://qcad.org";
|
homepage = "https://qcad.org";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ yvesf ];
|
maintainers = with maintainers; [ yvesf ];
|
||||||
platforms = qtbase.meta.platforms;
|
platforms = qtbase.meta.platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user