blucontrol: migrate to by-name
This commit is contained in:
+2
-2
@@ -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";
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user