mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
abracadabra: move to by-name
This commit is contained in:
parent
bf8dff7456
commit
c06fa3b4a9
@ -3,12 +3,7 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
wrapQtAppsHook,
|
qt6,
|
||||||
qtbase,
|
|
||||||
qtmultimedia,
|
|
||||||
qttools,
|
|
||||||
qtpositioning,
|
|
||||||
qtlocation,
|
|
||||||
faad2,
|
faad2,
|
||||||
mpg123,
|
mpg123,
|
||||||
portaudio,
|
portaudio,
|
||||||
@ -31,15 +26,15 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
wrapQtAppsHook
|
qt6.wrapQtAppsHook
|
||||||
qttools
|
qt6.qttools
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtbase
|
qt6.qtbase
|
||||||
qtmultimedia
|
qt6.qtmultimedia
|
||||||
qtlocation
|
qt6.qtlocation
|
||||||
qtpositioning
|
qt6.qtpositioning
|
||||||
faad2
|
faad2
|
||||||
mpg123
|
mpg123
|
||||||
portaudio
|
portaudio
|
@ -2928,8 +2928,6 @@ with pkgs;
|
|||||||
|
|
||||||
twine = with python3Packages; toPythonApplication twine;
|
twine = with python3Packages; toPythonApplication twine;
|
||||||
|
|
||||||
abracadabra = qt6Packages.callPackage ../applications/radio/abracadabra { };
|
|
||||||
|
|
||||||
accelergy = callPackage ../applications/science/computer-architecture/accelergy { };
|
accelergy = callPackage ../applications/science/computer-architecture/accelergy { };
|
||||||
|
|
||||||
aldo = callPackage ../applications/radio/aldo { };
|
aldo = callPackage ../applications/radio/aldo { };
|
||||||
|
Loading…
Reference in New Issue
Block a user