blucontrol: migrate to by-name

This commit is contained in:
Grayson Tinker
2026-06-09 07:42:55 -07:00
parent bfdab41d83
commit df17e07ade
2 changed files with 2 additions and 6 deletions
@@ -2,11 +2,11 @@
stdenv,
lib,
makeWrapper,
ghcWithPackages,
haskellPackages,
packages ? (_: [ ]),
}:
let
blucontrolEnv = ghcWithPackages (self: [ self.blucontrol ] ++ packages self);
blucontrolEnv = haskellPackages.ghcWithPackages (self: [ self.blucontrol ] ++ packages self);
in
stdenv.mkDerivation {
pname = "blucontrol-with-packages";
-4
View File
@@ -8760,10 +8760,6 @@ with pkgs;
bitwig-studio = bitwig-studio6;
blucontrol = callPackage ../applications/misc/blucontrol/wrapper.nix {
inherit (haskellPackages) ghcWithPackages;
};
breezy = with python3Packages; toPythonApplication breezy;
# calico-felix and calico-node have not been packaged due to libbpf, linking issues