Forgotten to add patch to patches array
svn path=/nixpkgs/trunk/; revision=23797
This commit is contained in:
parent
2ecfb5cd9d
commit
647ccb48ad
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ cmake neon libdiscid ];
|
||||
|
||||
patches = [ ./find-neon.patch ];
|
||||
patches = [ ./find-neon.patch ./missing-include.patch ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.musicbrainz.org/pub/musicbrainz/${name}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user