summaryrefslogtreecommitdiff
path: root/pkgs/games
diff options
context:
space:
mode:
authorquantenzitrone <general@dev.quantenzitrone.eu>2026-02-04 22:20:23 +0100
committerquantenzitrone <general@dev.quantenzitrone.eu>2026-02-04 22:59:02 +0100
commit03c297aea5ce45e1f6b009d52188d359e992b9c8 (patch)
tree834935bded7bd9783c8a64a035777c2de86f6a7f /pkgs/games
parentlibpthreadstubs: rename references and deprecate alias (diff)
downloadnixpkgs-03c297aea5ce45e1f6b009d52188d359e992b9c8.tar.gz
libSM: rename references and deprecate alias
this shouldn't create any rebuilds
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/dwarf-fortress/unfuck.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/dwarf-fortress/unfuck.nix b/pkgs/games/dwarf-fortress/unfuck.nix
index 174470b7368c..fc0077124475 100644
--- a/pkgs/games/dwarf-fortress/unfuck.nix
+++ b/pkgs/games/dwarf-fortress/unfuck.nix
@@ -5,7 +5,7 @@
fetchpatch,
cmake,
libGL,
- libSM,
+ libsm,
SDL,
SDL_image,
SDL_ttf,
@@ -90,7 +90,7 @@ stdenv.mkDerivation {
pkg-config
];
buildInputs = [
- libSM
+ libsm
SDL
SDL_image
SDL_ttf