Loading pkgs/applications/audio/butt/default.nix→pkgs/by-name/bu/butt/package.nix +7 −5 Original line number Diff line number Diff line { lib, stdenv, fetchurl, pkg-config, fltk13, portaudio, lame, libvorbis, libogg , flac, libopus, libsamplerate, fdk_aac, dbus, openssl, curl }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "butt"; version = "0.1.39"; version = "0.1.40"; src = fetchurl { url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz"; hash = "sha256-dh6NceHiqpN6PVwKIo2jV3qCO17P6E6QHdZGRVyd6/g="; url = "https://danielnoethen.de/butt/release/${finalAttrs.version}/butt-${finalAttrs.version}.tar.gz"; hash = "sha256-wag177UIQ6YpBkJ5XQlxYtTdBFFNO5q+BLD/CiUkGoA="; }; postPatch = '' Loading Loading @@ -38,10 +38,12 @@ stdenv.mkDerivation rec { ''; meta = { changelog = "https://danielnoethen.de/butt/Changelog.html"; description = "butt (broadcast using this tool) is an easy to use, multi OS streaming tool"; homepage = "https://danielnoethen.de/butt/"; license = lib.licenses.gpl2; maintainers = with lib.maintainers; [ ehmry ]; mainProgram = "butt"; }; } }) pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -3595,8 +3595,6 @@ with pkgs; bunyan-rs = callPackage ../development/tools/bunyan-rs { }; butt = callPackage ../applications/audio/butt { }; calcure = callPackage ../applications/misc/calcure { }; callaudiod = callPackage ../applications/audio/callaudiod { }; Loading
pkgs/applications/audio/butt/default.nix→pkgs/by-name/bu/butt/package.nix +7 −5 Original line number Diff line number Diff line { lib, stdenv, fetchurl, pkg-config, fltk13, portaudio, lame, libvorbis, libogg , flac, libopus, libsamplerate, fdk_aac, dbus, openssl, curl }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "butt"; version = "0.1.39"; version = "0.1.40"; src = fetchurl { url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz"; hash = "sha256-dh6NceHiqpN6PVwKIo2jV3qCO17P6E6QHdZGRVyd6/g="; url = "https://danielnoethen.de/butt/release/${finalAttrs.version}/butt-${finalAttrs.version}.tar.gz"; hash = "sha256-wag177UIQ6YpBkJ5XQlxYtTdBFFNO5q+BLD/CiUkGoA="; }; postPatch = '' Loading Loading @@ -38,10 +38,12 @@ stdenv.mkDerivation rec { ''; meta = { changelog = "https://danielnoethen.de/butt/Changelog.html"; description = "butt (broadcast using this tool) is an easy to use, multi OS streaming tool"; homepage = "https://danielnoethen.de/butt/"; license = lib.licenses.gpl2; maintainers = with lib.maintainers; [ ehmry ]; mainProgram = "butt"; }; } })
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -3595,8 +3595,6 @@ with pkgs; bunyan-rs = callPackage ../development/tools/bunyan-rs { }; butt = callPackage ../applications/audio/butt { }; calcure = callPackage ../applications/misc/calcure { }; callaudiod = callPackage ../applications/audio/callaudiod { };