summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/aesara/default.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-02-25 12:53:01 +0100
committerGitHub <noreply@github.com>2022-02-25 12:53:01 +0100
commitc2deb7a921f29a3583eaf7b3b535ef0f86913b51 (patch)
treea348adbaa67309151dc52afcb36280f9008114b3 /pkgs/development/python-modules/aesara/default.nix
parenta7ca974dbd0cb2420b13b4a34491c3dc157d0b07 (diff)
python3Packages.aesara: move cython to nativeBuildInputs
Diffstat (limited to 'pkgs/development/python-modules/aesara/default.nix')
-rw-r--r--pkgs/development/python-modules/aesara/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aesara/default.nix b/pkgs/development/python-modules/aesara/default.nix
index 06836fba5812..3e2e9cb2cf37 100644
--- a/pkgs/development/python-modules/aesara/default.nix
+++ b/pkgs/development/python-modules/aesara/default.nix
@@ -27,7 +27,7 @@ buildPythonPackage rec {
sha256 = "sha256-933bM15BZi4sTjnIOGAg5dc5tXVWQ9lFzktOtzj5DNQ=";
};
- buildInputs = [
+ nativeBuildInputs = [
cython
];