Loading pkgs/applications/audio/radiotray-ng/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "ebruck"; repo = pname; rev = "v${version}"; sha256 = "sha256-rRD/IfVnOxowr2mO2BB2hcHK5ByZSmTbcgYdULogYUs="; tag = "v${version}"; hash = "sha256-rRD/IfVnOxowr2mO2BB2hcHK5ByZSmTbcgYdULogYUs="; }; nativeBuildInputs = [ Loading Loading @@ -119,11 +119,11 @@ stdenv.mkDerivation rec { wrapProgram $out/bin/rt2rtng --prefix PYTHONPATH : $PYTHONPATH ''; meta = with lib; { meta = { description = "Internet radio player for linux"; homepage = "https://github.com/ebruck/radiotray-ng"; license = licenses.gpl3; license = lib.licenses.gpl3; maintainers = [ ]; platforms = platforms.linux; platforms = lib.platforms.linux; }; } Loading
pkgs/applications/audio/radiotray-ng/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "ebruck"; repo = pname; rev = "v${version}"; sha256 = "sha256-rRD/IfVnOxowr2mO2BB2hcHK5ByZSmTbcgYdULogYUs="; tag = "v${version}"; hash = "sha256-rRD/IfVnOxowr2mO2BB2hcHK5ByZSmTbcgYdULogYUs="; }; nativeBuildInputs = [ Loading Loading @@ -119,11 +119,11 @@ stdenv.mkDerivation rec { wrapProgram $out/bin/rt2rtng --prefix PYTHONPATH : $PYTHONPATH ''; meta = with lib; { meta = { description = "Internet radio player for linux"; homepage = "https://github.com/ebruck/radiotray-ng"; license = licenses.gpl3; license = lib.licenses.gpl3; maintainers = [ ]; platforms = platforms.linux; platforms = lib.platforms.linux; }; }