supermin: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
+2
-2
@@ -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
|
||||
]);
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user