airwave: modernize, move to by-name/
This commit is contained in:
@@ -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 = [
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user