vtfedit: use scopes as arguments, remove all-packages.nix override (#484596)

This commit is contained in:
Gergő Gutyina
2026-01-28 20:50:50 +00:00
committed by GitHub
2 changed files with 4 additions and 6 deletions
+4 -2
View File
@@ -7,10 +7,12 @@
copyDesktopItems,
makeWrapper,
wine,
wineWowPackages,
winetricks,
}:
let
wine = wineWowPackages.staging;
in
stdenv.mkDerivation rec {
pname = "vtfedit";
version = "1.3.3";
-4
View File
@@ -7979,10 +7979,6 @@ with pkgs;
gtkVersion = "4";
};
vtfedit = callPackage ../by-name/vt/vtfedit/package.nix {
wine = wineWowPackages.staging;
};
inherit (callPackage ../development/libraries/vtk { }) vtk_9_5;
vtk = vtk_9_5;