Unverified Commit aefc7aca authored by quantenzitrone's avatar quantenzitrone
Browse files

supermin: move to pkgs/by-name

this shouldn't create any rebuilds
parent 37bd1f54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  e2fsprogs,
  perl,
  pkg-config,
  ocamlPackages,
  ocaml-ng,
  glibc,
}:

@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
    perl
    pkg-config
  ]
  ++ (with ocamlPackages; [
  ++ (with ocaml-ng.ocamlPackages_4_14; [
    findlib
    ocaml
  ]);
+0 −4
Original line number Diff line number Diff line
@@ -1036,10 +1036,6 @@ with pkgs;

  shaperglot = with python3Packages; toPythonApplication shaperglot;

  supermin = callPackage ../tools/virtualization/supermin {
    ocamlPackages = ocaml-ng.ocamlPackages_4_14;
  };

  ufolint = with python3Packages; toPythonApplication ufolint;

  ventoy-full = ventoy.override {