SDL2_net: move headers to "dev" output

This commit is contained in:
Sergei Trofimovich 2023-04-15 18:34:06 +01:00
parent 2f5fa4a6f7
commit 434bdafb95

View file

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-TkqJGYgxYnGXT/TpWF7R73KaEj0iwIvUcxKRedyFf+s=";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkg-config ];
buildInputs = lib.optional stdenv.isDarwin darwin.libobjc;