asunder: 2.9.4 -> 2.9.5 (#72459)

* asunder: 2.9.4 -> 2.9.5

* asunder: cleanup build inputs
Move intltool and makeWrapper to nativeBuildInputs
This commit is contained in:
R. RyanTM 2019-11-04 08:09:25 -08:00 committed by Renaud
parent de1cbcc692
commit a38273aaa5

View File

@ -12,15 +12,15 @@
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.9.4"; version = "2.9.5";
pname = "asunder"; pname = "asunder";
src = fetchurl { src = fetchurl {
url = "http://littlesvr.ca/asunder/releases/${pname}-${version}.tar.bz2"; url = "http://littlesvr.ca/asunder/releases/${pname}-${version}.tar.bz2";
sha256 = "1bwc9v9l1f3kqjd7wis6g2sv6ibc618ybh0gsb8mkkfhadp68w30"; sha256 = "069x6az2r3wlb2hd07iz0hxpxwknw7s9h7pyhnkmzv1pw9ci3kk4";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ intltool makeWrapper pkgconfig ];
buildInputs = [ gtk2 libcddb intltool makeWrapper ]; buildInputs = [ gtk2 libcddb ];
runtimeDeps = runtimeDeps =
optional mp3Support lame ++ optional mp3Support lame ++