schroedinger: unpin autotools

This commit is contained in:
Weijia Wang 2025-07-23 11:37:58 +02:00
parent 0382d0a27b
commit 734954354e
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,7 @@
pkg-config,
fetchpatch,
autoreconfHook,
gtk-doc,
}:
stdenv.mkDerivation rec {
@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
autoreconfHook
gtk-doc
];
buildInputs = [ orc ];

View File

@ -9429,9 +9429,7 @@ with pkgs;
rshell = python3.pkgs.callPackage ../development/embedded/rshell { };
schroedinger = callPackage ../development/libraries/schroedinger {
autoreconfHook = buildPackages.autoreconfHook269;
};
schroedinger = callPackage ../development/libraries/schroedinger { };
SDL = SDL_compat;
SDL2 = sdl2-compat;