rosegarden: move to pkgs/by-name

This commit is contained in:
John Garcia
2024-12-06 14:13:43 +00:00
parent f924e63571
commit 91fe162f69
2 changed files with 4 additions and 8 deletions
@@ -6,8 +6,7 @@
makedepend,
perl,
pkg-config,
qttools,
wrapQtAppsHook,
qt5,
alsa-lib,
dssi,
fftwSinglePrec,
@@ -28,7 +27,6 @@
lirc,
lrdf,
libogg,
qtbase,
}:
stdenv.mkDerivation rec {
@@ -49,8 +47,8 @@ stdenv.mkDerivation rec {
makedepend
perl
pkg-config
qttools
wrapQtAppsHook
qt5.qttools
qt5.wrapQtAppsHook
];
buildInputs = [
@@ -74,7 +72,7 @@ stdenv.mkDerivation rec {
lv2
lirc
lrdf
qtbase
qt5.qtbase
];
cmakeFlags = [
-2
View File
@@ -5107,8 +5107,6 @@ with pkgs;
inherit (darwin.apple_sdk_11_0.libs) simd;
};
rosegarden = libsForQt5.callPackage ../applications/audio/rosegarden { };
rosenpass = callPackage ../tools/networking/rosenpass { };
rosenpass-tools = callPackage ../tools/networking/rosenpass/tools.nix { };