mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
Use boost::format from the boost package
Note that this only requires headers from boost so it doesn't add a runtime dependency. Also, use Nixpkgs 18.03.
This commit is contained in:
parent
56f2ed0081
commit
ca14b14200
23 changed files with 13 additions and 2445 deletions
|
@ -1,6 +1,6 @@
|
|||
{ useClang ? false }:
|
||||
|
||||
with import <nixpkgs> {};
|
||||
with import (builtins.fetchGit { url = https://github.com/NixOS/nixpkgs.git; ref = "release-18.03"; }) {};
|
||||
|
||||
with import ./release-common.nix { inherit pkgs; };
|
||||
|
||||
|
@ -18,6 +18,7 @@ with import ./release-common.nix { inherit pkgs; };
|
|||
customMemoryManagement = false;
|
||||
})
|
||||
autoreconfHook
|
||||
boost
|
||||
|
||||
# For nix-perl
|
||||
perl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue