Loading pkgs/applications/audio/picard/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -76,12 +76,12 @@ pythonPackages.buildPythonApplication rec { makeWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0") ''; meta = with lib; { meta = { homepage = "https://picard.musicbrainz.org"; changelog = "https://picard.musicbrainz.org/changelog"; description = "Official MusicBrainz tagger"; mainProgram = "picard"; license = licenses.gpl2Plus; platforms = platforms.all; license = lib.licenses.gpl2Plus; platforms = lib.platforms.all; }; } Loading
pkgs/applications/audio/picard/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -76,12 +76,12 @@ pythonPackages.buildPythonApplication rec { makeWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0") ''; meta = with lib; { meta = { homepage = "https://picard.musicbrainz.org"; changelog = "https://picard.musicbrainz.org/changelog"; description = "Official MusicBrainz tagger"; mainProgram = "picard"; license = licenses.gpl2Plus; platforms = platforms.all; license = lib.licenses.gpl2Plus; platforms = lib.platforms.all; }; }