Merge pull request #226315 from trofi/libjack2-dev-output
libjack2: move headers to "dev" outputs
This commit is contained in:
commit
cfe0093049
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
sha256 = "01s8i64qczxqawgrzrw19asaqmcspf5l2h3203xzg56wnnhhzcw7";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ pkg-config python makeWrapper wafHook ];
|
||||
buildInputs = [ libsamplerate libsndfile readline eigen celt
|
||||
optDbus optPythonDBus optLibffado optAlsaLib optLibopus
|
||||
|
|
Loading…
Reference in a new issue