mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 23:05:29 +00:00
add nix env
This commit is contained in:
parent
db71388509
commit
ca4324f044
12
default.nix
Normal file
12
default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
with import <nixpkgs> {}; {
|
||||
libsoundioEnv = stdenv.mkDerivation {
|
||||
name = "libsoundio";
|
||||
buildInputs = [
|
||||
alsaLib
|
||||
cmake
|
||||
gcc49
|
||||
libjack2
|
||||
libpulseaudio
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue