summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-09-27 16:38:10 -0500
committerWill Dietz <w@wdtz.org>2018-09-28 11:43:16 -0500
commiteb91037e7b5de99d887b4f58287e99abeeea05de (patch)
treef97fbcd1b8392d022890f94a2cf4a8101778e7d4 /pkgs/applications/science
parent196c405efb957a4c419b5eef5b6639ce95604fc8 (diff)
downloadnixlib-eb91037e7b5de99d887b4f58287e99abeeea05de.tar
nixlib-eb91037e7b5de99d887b4f58287e99abeeea05de.tar.gz
nixlib-eb91037e7b5de99d887b4f58287e99abeeea05de.tar.bz2
nixlib-eb91037e7b5de99d887b4f58287e99abeeea05de.tar.lz
nixlib-eb91037e7b5de99d887b4f58287e99abeeea05de.tar.xz
nixlib-eb91037e7b5de99d887b4f58287e99abeeea05de.tar.zst
nixlib-eb91037e7b5de99d887b4f58287e99abeeea05de.zip
tree-wide: patchelf used during build -> nativeBuildInputs
In a few cases it wasn't clear so I left them as-is.

While visiting these moved other things to nativeBuildInputs
when it was clear they were one of these cases:

* makeWrapper
* archive utilities (in order to unpack src)
  * a few of these might no longer be needed but leaving for another day
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/logic/tptp/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/tptp/default.nix b/pkgs/applications/science/logic/tptp/default.nix
index a1d613e6295e..f3c4f22eae36 100644
--- a/pkgs/applications/science/logic/tptp/default.nix
+++ b/pkgs/applications/science/logic/tptp/default.nix
@@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
     sha256 = "0slqbqv4y43wz6wnh72s4n540ssapah0d12mndi0c7xr04kf2v2d";
   };
 
-  buildInputs = [ tcsh yap perl patchelf ];
+  nativeBuildInputs = [ patchelf ];
+  buildInputs = [ tcsh yap perl ];
 
   installPhase = ''
     sharedir=$out/share/tptp