mpd: 0.19.15 -> 0.19.19
This commit is contained in:
parent
0d919d4755
commit
300adc8458
@ -30,13 +30,13 @@ let
|
|||||||
opt = stdenv.lib.optional;
|
opt = stdenv.lib.optional;
|
||||||
mkFlag = c: f: if c then "--enable-${f}" else "--disable-${f}";
|
mkFlag = c: f: if c then "--enable-${f}" else "--disable-${f}";
|
||||||
major = "0.19";
|
major = "0.19";
|
||||||
minor = "15";
|
minor = "19";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "mpd-${major}.${minor}";
|
name = "mpd-${major}.${minor}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.musicpd.org/download/mpd/${major}/${name}.tar.xz";
|
url = "http://www.musicpd.org/download/mpd/${major}/${name}.tar.xz";
|
||||||
sha256 = "12wvqb5r3q77x78wigmrsz3vv8rykcfnavffcvlqq0sbi4is5f8c";
|
sha256 = "07af1m2lgblyiq0gcs26zv8n22wrhrpmf49xsm338h1n87d6r1dw";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.isDarwin ./darwin-enable-cxx-exceptions.patch;
|
patches = stdenv.lib.optionals stdenv.isDarwin ./darwin-enable-cxx-exceptions.patch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user