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