schroedinger: unpin autotools
This commit is contained in:
parent
0382d0a27b
commit
734954354e
@ -6,6 +6,7 @@
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
fetchpatch,
|
fetchpatch,
|
||||||
autoreconfHook,
|
autoreconfHook,
|
||||||
|
gtk-doc,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -26,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
|
gtk-doc
|
||||||
];
|
];
|
||||||
buildInputs = [ orc ];
|
buildInputs = [ orc ];
|
||||||
|
|
||||||
|
|||||||
@ -9429,9 +9429,7 @@ with pkgs;
|
|||||||
|
|
||||||
rshell = python3.pkgs.callPackage ../development/embedded/rshell { };
|
rshell = python3.pkgs.callPackage ../development/embedded/rshell { };
|
||||||
|
|
||||||
schroedinger = callPackage ../development/libraries/schroedinger {
|
schroedinger = callPackage ../development/libraries/schroedinger { };
|
||||||
autoreconfHook = buildPackages.autoreconfHook269;
|
|
||||||
};
|
|
||||||
|
|
||||||
SDL = SDL_compat;
|
SDL = SDL_compat;
|
||||||
SDL2 = sdl2-compat;
|
SDL2 = sdl2-compat;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user