Loading pkgs/applications/audio/eflite/format.patch→pkgs/by-name/ef/eflite/format.patch +0 −0 File moved. View file pkgs/applications/audio/eflite/default.nix→pkgs/by-name/ef/eflite/package.nix +18 −7 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fetchpatch, flite, alsa-lib, debug ? false }: { lib, stdenv, fetchurl, fetchpatch, flite, alsa-lib, debug ? false, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs:{ pname = "eflite"; version = "0.4.1"; src = fetchurl { url = "https://sourceforge.net/projects/eflite/files/eflite/${version}/${pname}-${version}.tar.gz"; sha256 = "088p9w816s02s64grfs28gai3lnibzdjb9d1jwxzr8smbs2qbbci"; url = "mirror://sourceforge/eflite/eflite/${finalAttrs.version}/eflite-${finalAttrs.version}.tar.gz"; hash = "sha256-ka2FhV5Vo/w7l6GlJdtf0dIR1UNCu/yI0QJoExBPFyE="; }; buildInputs = [ flite alsa-lib ]; buildInputs = [ flite alsa-lib ]; configureFlags = [ "flite_dir=${flite}" Loading Loading @@ -46,7 +57,7 @@ stdenv.mkDerivation rec { ''; license = lib.licenses.gpl2; platforms = lib.platforms.linux; maintainers = [ ]; maintainers = with lib.maintainers; [ ]; mainProgram = "eflite"; }; } }) pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -7177,8 +7177,6 @@ with pkgs; eff = callPackage ../development/interpreters/eff { }; eflite = callPackage ../applications/audio/eflite { }; eid-mw = callPackage ../tools/security/eid-mw { autoreconfHook = buildPackages.autoreconfHook269; }; Loading
pkgs/applications/audio/eflite/format.patch→pkgs/by-name/ef/eflite/format.patch +0 −0 File moved. View file
pkgs/applications/audio/eflite/default.nix→pkgs/by-name/ef/eflite/package.nix +18 −7 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fetchpatch, flite, alsa-lib, debug ? false }: { lib, stdenv, fetchurl, fetchpatch, flite, alsa-lib, debug ? false, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs:{ pname = "eflite"; version = "0.4.1"; src = fetchurl { url = "https://sourceforge.net/projects/eflite/files/eflite/${version}/${pname}-${version}.tar.gz"; sha256 = "088p9w816s02s64grfs28gai3lnibzdjb9d1jwxzr8smbs2qbbci"; url = "mirror://sourceforge/eflite/eflite/${finalAttrs.version}/eflite-${finalAttrs.version}.tar.gz"; hash = "sha256-ka2FhV5Vo/w7l6GlJdtf0dIR1UNCu/yI0QJoExBPFyE="; }; buildInputs = [ flite alsa-lib ]; buildInputs = [ flite alsa-lib ]; configureFlags = [ "flite_dir=${flite}" Loading Loading @@ -46,7 +57,7 @@ stdenv.mkDerivation rec { ''; license = lib.licenses.gpl2; platforms = lib.platforms.linux; maintainers = [ ]; maintainers = with lib.maintainers; [ ]; mainProgram = "eflite"; }; } })
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -7177,8 +7177,6 @@ with pkgs; eff = callPackage ../development/interpreters/eff { }; eflite = callPackage ../applications/audio/eflite { }; eid-mw = callPackage ../tools/security/eid-mw { autoreconfHook = buildPackages.autoreconfHook269; };