libvisual: split headers to "dev" output

This commit is contained in:
Sergei Trofimovich 2023-05-11 23:08:07 +01:00
parent 0e5b6eaeea
commit 1b9dbff026

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
hash = "sha256-qhKHdBf3bTZC2fTHIzAjgNgzF1Y51jpVZB0Bkopd230=";
};
outputs = [ "out" "dev" ];
patches = [
# pull upstream fix for SDL1 cross-compilation.
# https://github.com/Libvisual/libvisual/pull/238