schroedinger: unpin autotools (#427698)

This commit is contained in:
Weijia Wang
2025-07-31 16:57:37 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -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 ];
+1 -3
View File
@@ -9428,9 +9428,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;