mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-14 23:05:09 +02:00
pkgs: Use qt6 for simulation craft
This commit is contained in:
parent
860c079153
commit
2ba6903166
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
simulationcraft-src,
|
||||
stdenv,
|
||||
qt5,
|
||||
qt6,
|
||||
cmake,
|
||||
curl,
|
||||
}:
|
||||
|
|
@ -12,10 +12,10 @@ stdenv.mkDerivation {
|
|||
src = simulationcraft-src;
|
||||
|
||||
buildInputs = [
|
||||
qt5.qtbase
|
||||
qt5.qtwebengine
|
||||
qt6.qtbase
|
||||
qt6.qtwebengine
|
||||
cmake
|
||||
curl
|
||||
];
|
||||
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
||||
nativeBuildInputs = [ qt6.wrapQtAppsHook ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue