Skip to content

Commit

Permalink
audio-recorder: 1.9.4 -> 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 5, 2017
1 parent 00a9902 commit 69549ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 55 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/audio/audio-recorder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ with lib;

stdenv.mkDerivation rec {
name = "audio-recorder-${version}";
version = "1.9.4";
version = "1.9.7";

src = fetchurl {
name = "${name}-zesty.tar.gz";
url = "${meta.homepage}/+archive/ubuntu/ppa/+files/audio-recorder_${version}%7Ezesty.tar.gz";
sha256 = "062bad38cz4fqzv418wza0x8sa4m5mqr3xsisrr1qgkqj9hg1f6x";
sha256 = "163c0vs5qj72y62731yp6sl6s0indh2szhjg02mxigv9b68dx89c";
};

nativeBuildInputs = [ pkgconfig intltool autoconf wrapGAppsHook ];

patches = [ ./icon-names.diff ];

buildInputs = with gst_all_1; [
glib dbus gtk3 librsvg libdbusmenu-gtk3 libappindicator-gtk3 (stdenv.lib.getLib gnome3.dconf)
gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav
Expand Down
51 changes: 0 additions & 51 deletions pkgs/applications/audio/audio-recorder/icon-names.diff

This file was deleted.

0 comments on commit 69549ae

Please sign in to comment.