summary refs log tree commit diff
path: root/pkgs/development/python-modules/pycuda/default.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:02:52 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:32:21 +0300
commita18ee4acb70ccbee454139392acf468f2810e5f1 (patch)
tree950e2dc6a0c473a2f8b947968da09eed81154458 /pkgs/development/python-modules/pycuda/default.nix
parente9bf11b0390f3d28aa205d681534535b7ce2f647 (diff)
downloadnixpkgs-a18ee4acb70ccbee454139392acf468f2810e5f1.tar
nixpkgs-a18ee4acb70ccbee454139392acf468f2810e5f1.tar.gz
nixpkgs-a18ee4acb70ccbee454139392acf468f2810e5f1.tar.bz2
nixpkgs-a18ee4acb70ccbee454139392acf468f2810e5f1.tar.lz
nixpkgs-a18ee4acb70ccbee454139392acf468f2810e5f1.tar.xz
nixpkgs-a18ee4acb70ccbee454139392acf468f2810e5f1.tar.zst
nixpkgs-a18ee4acb70ccbee454139392acf468f2810e5f1.zip
treewide: Make explicit that 'dev' output of boost is used
Also fix one incorrect output in geant.
Diffstat (limited to 'pkgs/development/python-modules/pycuda/default.nix')
-rw-r--r--pkgs/development/python-modules/pycuda/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pycuda/default.nix b/pkgs/development/python-modules/pycuda/default.nix
index c8be20bbe0a..d97a23746fd 100644
--- a/pkgs/development/python-modules/pycuda/default.nix
+++ b/pkgs/development/python-modules/pycuda/default.nix
@@ -30,7 +30,7 @@ buildPythonPackage rec {
   }; 
 
   preConfigure = ''
-    findInputs ${boost} boost_dirs propagated-native-build-inputs
+    findInputs ${boost.dev} boost_dirs propagated-native-build-inputs
 
     export BOOST_INCLUDEDIR=$(echo $boost_dirs | sed -e s/\ /\\n/g - | grep '\-dev')/include
     export BOOST_LIBRARYDIR=$(echo $boost_dirs | sed -e s/\ /\\n/g - | grep -v '\-dev')/lib