diff options
| author | quantenzitrone <general@dev.quantenzitrone.eu> | 2026-02-04 22:20:23 +0100 |
|---|---|---|
| committer | quantenzitrone <general@dev.quantenzitrone.eu> | 2026-02-04 22:59:02 +0100 |
| commit | 03c297aea5ce45e1f6b009d52188d359e992b9c8 (patch) | |
| tree | 834935bded7bd9783c8a64a035777c2de86f6a7f /pkgs/games | |
| parent | libpthreadstubs: rename references and deprecate alias (diff) | |
| download | nixpkgs-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.nix | 4 |
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 |
