mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
swiften: fix build
This commit is contained in:
parent
68087185e3
commit
1df3f3b73a
|
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildPhase = ''
|
||||
patchShebangs ./scons
|
||||
./scons openssl=${openssl} \
|
||||
boost_includedir=${boost.dev}/include \
|
||||
boost_libdir=${boost.lib}/lib \
|
||||
|
|
Loading…
Reference in a new issue