random
This commit is contained in:
parent
43d469f225
commit
35a5650988
7 changed files with 35 additions and 76 deletions
|
|
@ -7,6 +7,14 @@
|
|||
mcontrolcenter = final.callPackage ./mcontrolcenter.nix {};
|
||||
cantata = final.qt6Packages.callPackage ./cantata {};
|
||||
tws = final.callPackage ./tws.nix {};
|
||||
libsigrok = prev.libsigrok.overrideAttrs {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "sipeed";
|
||||
repo = "libsigrok";
|
||||
rev = "4bd54163630ab48e3d5cd540ea9e8cf9809c6f3d";
|
||||
hash = "sha256-Rl5w2jABGTKPnRXZJehNMEBNeGe4POHOoRzffIhAMTM=";
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue