stag: migrate to by-name

This commit is contained in:
Grayson Tinker
2026-06-09 07:42:55 -07:00
parent df17e07ade
commit da61b3ddf3
2 changed files with 2 additions and 6 deletions
@@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
curses,
ncurses,
fetchpatch,
}:
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
' -Werror ' ' '
'';
buildInputs = [ curses ];
buildInputs = [ ncurses ];
installPhase = ''
make install PREFIX=$out
-4
View File
@@ -9677,10 +9677,6 @@ with pkgs;
scantailor-universal = callPackage ../applications/graphics/scantailor/universal.nix { };
stag = callPackage ../applications/misc/stag {
curses = ncurses;
};
sweethome3d = recurseIntoAttrs (
(callPackage ../applications/misc/sweethome3d { })
// (callPackage ../applications/misc/sweethome3d/editors.nix {