appcsxcad: migrate to Qt5.15
* remove useless wrapQtAppsHook
This commit is contained in:
parent
ed7a64c4ee
commit
f2335a5d98
|
@ -27,7 +27,6 @@ mkDerivation {
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
wrapQtAppsHook
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
|
@ -26820,7 +26820,7 @@ in
|
||||||
|
|
||||||
adms = callPackage ../applications/science/electronics/adms { };
|
adms = callPackage ../applications/science/electronics/adms { };
|
||||||
|
|
||||||
appcsxcad = libsForQt514.callPackage ../applications/science/electronics/appcsxcad { };
|
appcsxcad = libsForQt5.callPackage ../applications/science/electronics/appcsxcad { };
|
||||||
|
|
||||||
# Since version 8 Eagle requires an Autodesk account and a subscription
|
# Since version 8 Eagle requires an Autodesk account and a subscription
|
||||||
# in contrast to single payment for the charged editions.
|
# in contrast to single payment for the charged editions.
|
||||||
|
|
Loading…
Reference in New Issue