fltrator: move to by-name/

This commit is contained in:
pancaek
2026-01-03 12:47:40 -08:00
parent ee64bc91d4
commit 12fced4f0e
2 changed files with 5 additions and 9 deletions
@@ -3,22 +3,22 @@
stdenv,
fetchurl,
unzip,
fltk,
fltk-minimal,
which,
libjpeg,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "fltrator";
version = "2.3";
src = fetchurl {
url = "mirror://sourceforge/fltrator/fltrator-${version}-code.zip";
url = "mirror://sourceforge/fltrator/fltrator-${finalAttrs.version}-code.zip";
sha256 = "125aqq1sfrm0c9cm6gyylwdmc8xrb0rjf563xvw7q28sdbl6ayp7";
};
buildInputs = [
fltk
fltk-minimal
libjpeg
];
nativeBuildInputs = [
@@ -61,4 +61,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3;
};
}
})
-4
View File
@@ -12595,10 +12595,6 @@ with pkgs;
d2x-rebirth-full
;
fltrator = callPackage ../games/fltrator {
fltk = fltk-minimal;
};
factorio = callPackage ../by-name/fa/factorio/package.nix { releaseType = "alpha"; };
factorio-experimental = factorio.override {