Rename binary to 'pamedia'
This commit is contained in:
parent
7ac75e2a28
commit
72b72a504f
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,9 @@ name = "pamedia-rs"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "pamedia"
|
||||
path = "src/main.rs"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
defaultPackage = naersk-lib.buildPackage {
|
||||
root = ./.;
|
||||
pname = "pamedia";
|
||||
buildInputs = with pkgs; [ libpulseaudio ];
|
||||
nativeBuildInputs = with pkgs; [ pkg-config ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue