airwave: modernize, move to by-name/

This commit is contained in:
pancaek
2025-10-19 12:18:22 -07:00
parent 2bcd597830
commit e80781d34c
2 changed files with 1 additions and 7 deletions
@@ -1,14 +1,10 @@
{
lib,
stdenv,
multiStdenv,
fetchFromGitHub,
requireFile,
unzip,
wine,
cmake,
makeWrapper,
wrapQtAppsHook,
file,
libX11,
qt5,
@@ -46,7 +42,7 @@ multiStdenv.mkDerivation {
nativeBuildInputs = [
cmake
makeWrapper
wrapQtAppsHook
qt5.wrapQtAppsHook
];
buildInputs = [
-2
View File
@@ -10764,8 +10764,6 @@ with pkgs;
pdfstudioviewer
;
airwave = libsForQt5.callPackage ../applications/audio/airwave { };
androidStudioPackages = recurseIntoAttrs (callPackage ../applications/editors/android-studio { });
android-studio = androidStudioPackages.stable;
android-studio-full = android-studio.full;