11 stdenv.mkDerivation rec {
12 pname = "libinstpatch";
15 src = fetchFromGitHub {
19 sha256 = "sha256-OU6/slrPDgzn9tvXZJKSWbcFbpS/EAsOi52FtjeYdvA=";
27 propagatedBuildInputs = [
30 ]; # Both are needed for includes.
33 "-DLIB_SUFFIX=" # Install in $out/lib.
37 homepage = "http://www.swamiproject.org/";
38 description = "MIDI instrument patch files support library";
39 license = licenses.lgpl21;
40 maintainers = with maintainers; [ orivej ];
41 platforms = platforms.unix;