···67 inherit src meta;
89- buildInputs = [
10- cmake
11- glibc.static
12- flex
13- bison
14- ];
1516 patchPhase = ''
17 # Since we're not in a git dir, the normal command this project uses to create this file wouldn't work
···67 inherit src meta;
89+ nativeBuildInputs = [ cmake flex bison ];
10+ buildInputs = [ glibc.static ];
00001112 patchPhase = ''
13 # Since we're not in a git dir, the normal command this project uses to create this file wouldn't work
···9 sha256 = "0w8gsyqki21s1qb2s5ac1kj08i6nc937c0rr08xbw9w9wvd6lpj6";
10 };
1112- buildInputs = [ cmake openal ];
01314 meta = with stdenv.lib; {
15 description = "A utility library to help manage common tasks with OpenAL applications";
···9 sha256 = "0w8gsyqki21s1qb2s5ac1kj08i6nc937c0rr08xbw9w9wvd6lpj6";
10 };
1112+ nativeBuildInputs = [ cmake ];
13+ buildInputs = [ openal ];
1415 meta = with stdenv.lib; {
16 description = "A utility library to help manage common tasks with OpenAL applications";
+2-1
pkgs/development/libraries/assimp/default.nix
···11 sha256 = "00vxzfcrs856qnyk806wqr67nmpjk06mjby0fqmyhm6i1jj2hg1w";
12 };
1314- buildInputs = [ cmake boost zlib ];
01516 meta = with stdenv.lib; {
17 description = "A library to import various 3D model formats";
···11 sha256 = "00vxzfcrs856qnyk806wqr67nmpjk06mjby0fqmyhm6i1jj2hg1w";
12 };
1314+ nativeBuildInputs = [ cmake ];
15+ buildInputs = [ boost zlib ];
1617 meta = with stdenv.lib; {
18 description = "A library to import various 3D model formats";
···20 sha256 = "100ahb4n4pvgcry9xzlf2fr4j57n5h9x7pvyhhxys4dcy8axqqsy";
21 };
2223- buildInputs = [ cmake ];
24-25- nativeBuildInputs = [ removeReferencesTo ];
2627 # It used to reference it, in the past, but thanks to the postFixup hook, now
28 # it doesn't.
···20 sha256 = "100ahb4n4pvgcry9xzlf2fr4j57n5h9x7pvyhhxys4dcy8axqqsy";
21 };
2223+ nativeBuildInputs = [ cmake removeReferencesTo ];
002425 # It used to reference it, in the past, but thanks to the postFixup hook, now
26 # it doesn't.
···13 sha256 = "0pvfpvb36djvqlcc3lq7si0c5xpb2cqndjg8wvzg35ygnwqs5ngj";
14 };
1516- buildInputs = [ cmake mpi ];
01718 # metis and GKlib are packaged with distribution
19 # AUR https://aur.archlinux.org/packages/parmetis/ has reported that
···13 sha256 = "0pvfpvb36djvqlcc3lq7si0c5xpb2cqndjg8wvzg35ygnwqs5ngj";
14 };
1516+ nativeBuildInputs = [ cmake ];
17+ buildInputs = [ mpi ];
1819 # metis and GKlib are packaged with distribution
20 # AUR https://aur.archlinux.org/packages/parmetis/ has reported that
···19 ./prevent-kill-on-shutdown.patch
20 ];
2122- buildInputs = [ cmake fuse ];
02324 # Put the unionfs mount helper in place as mount.unionfs-fuse. This makes it
25 # possible to do:
···19 ./prevent-kill-on-shutdown.patch
20 ];
2122+ nativeBuildInputs = [ cmake ];
23+ buildInputs = [ fuse ];
2425 # Put the unionfs mount helper in place as mount.unionfs-fuse. This makes it
26 # possible to do: