lilv: add dev output

This commit is contained in:
Jonathan Ringer
2022-02-15 10:40:30 -08:00
committed by Jonathan Ringer
parent 4e81ceed3b
commit cc7c06cc0a
@@ -4,6 +4,8 @@ stdenv.mkDerivation rec {
pname = "lilv";
version = "0.24.12";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
sha256 = "sha256-JqN3kIkMnB+DggO0f1sjIDNP6SwCpNJuu+Jmnb12kGE=";