mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
ekho: move to by-name
This commit is contained in:
parent
e215d870e0
commit
8c2bb53e5a
@ -10,7 +10,7 @@
|
|||||||
, espeak-ng
|
, espeak-ng
|
||||||
, sonic
|
, sonic
|
||||||
, utf8cpp
|
, utf8cpp
|
||||||
, AudioUnit
|
, darwin
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkg-config autoconf automake libtool ];
|
nativeBuildInputs = [ pkg-config autoconf automake libtool ];
|
||||||
|
|
||||||
buildInputs = [ libsndfile libpulseaudio espeak-ng sonic utf8cpp ]
|
buildInputs = [ libsndfile libpulseaudio espeak-ng sonic utf8cpp ]
|
||||||
++ lib.optionals stdenv.isDarwin [ AudioUnit ];
|
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AudioUnit ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Chinese text-to-speech software";
|
description = "Chinese text-to-speech software";
|
@ -29516,10 +29516,6 @@ with pkgs;
|
|||||||
|
|
||||||
oed = callPackage ../applications/editors/oed { };
|
oed = callPackage ../applications/editors/oed { };
|
||||||
|
|
||||||
ekho = callPackage ../applications/audio/ekho {
|
|
||||||
inherit (darwin.apple_sdk.frameworks) AudioUnit;
|
|
||||||
};
|
|
||||||
|
|
||||||
electron-cash = libsForQt5.callPackage ../applications/misc/electron-cash { };
|
electron-cash = libsForQt5.callPackage ../applications/misc/electron-cash { };
|
||||||
|
|
||||||
electrum = libsForQt5.callPackage ../applications/misc/electrum { };
|
electrum = libsForQt5.callPackage ../applications/misc/electrum { };
|
||||||
|
Loading…
Reference in New Issue
Block a user