coppwr: init at 1.5.1-unstable-2024-03-28 (4e7239d4bd5b2f24f7ebec0a02c1054648a4425c)
This commit is contained in:
16807
pkgs/additional/coppwr/Cargo.nix
Normal file
16807
pkgs/additional/coppwr/Cargo.nix
Normal file
File diff suppressed because one or more lines are too long
7
pkgs/additional/coppwr/crate-hashes.json
Normal file
7
pkgs/additional/coppwr/crate-hashes.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"egui_node_graph 0.4.0 (git+https://github.com/dimtpap/egui_node_graph.git?rev=a2e93a2826f90c21f13fa8fecf9076da611432fd#a2e93a2826f90c21f13fa8fecf9076da611432fd)": "1nnxm7h0ai0mipisi553ah9vsg0zjl4wsxcfrjlv10g5i7ldlya2",
|
||||
"libspa 0.8.0 (git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=605d15996f3258b3e1cc34e445dfbdf16a366c7e#605d15996f3258b3e1cc34e445dfbdf16a366c7e)": "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz",
|
||||
"libspa-sys 0.8.0 (git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=605d15996f3258b3e1cc34e445dfbdf16a366c7e#605d15996f3258b3e1cc34e445dfbdf16a366c7e)": "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz",
|
||||
"pipewire 0.8.0 (git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=605d15996f3258b3e1cc34e445dfbdf16a366c7e#605d15996f3258b3e1cc34e445dfbdf16a366c7e)": "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz",
|
||||
"pipewire-sys 0.8.0 (git+https://gitlab.freedesktop.org/dimtpap/pipewire-rs.git?rev=605d15996f3258b3e1cc34e445dfbdf16a366c7e#605d15996f3258b3e1cc34e445dfbdf16a366c7e)": "1x7294f8i5sq18dv13scjgs8k4c843q38imxcdcwrf4gvcpb1jaz"
|
||||
}
|
13
pkgs/additional/coppwr/default.nix
Normal file
13
pkgs/additional/coppwr/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
# Cargo.nix and crate-hashes.json were created with:
|
||||
# - `nix run '.#crate2nix' -- generate -f ~/ref/repos/dimtpap/coppwr/Cargo.toml`
|
||||
# to update:
|
||||
# - `git fetch` in `~/ref/repos/dimtpap/coppwr`
|
||||
# - re-run that crate2nix step
|
||||
{ pkgs
|
||||
, defaultCrateOverrides
|
||||
}:
|
||||
let
|
||||
cargoNix = import ./Cargo.nix {
|
||||
inherit defaultCrateOverrides pkgs;
|
||||
};
|
||||
in cargoNix.rootCrate.build
|
@@ -26,6 +26,7 @@ let
|
||||
chatty-latest = callPackage ./additional/chatty-latest { };
|
||||
codemadness-frontends = callPackage ./additional/codemadness-frontends { };
|
||||
codemadness-frontends_0_6 = codemadness-frontends.v0_6;
|
||||
coppwr = callPackage ./additional/coppwr { };
|
||||
delfin = callPackage ./additional/delfin { };
|
||||
eg25-control = callPackage ./additional/eg25-control { };
|
||||
eg25-manager = callPackage ./additional/eg25-manager { };
|
||||
|
Reference in New Issue
Block a user