lilv: add dev output

This commit is contained in:
Jonathan Ringer 2022-02-13 10:00:10 -08:00 committed by Jonathan Ringer
parent 4e81ceed3b
commit cc7c06cc0a

View File

@ -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=";