mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Use Nix default version of boost library.
This commit is contained in:
parent
5aa9869066
commit
48265fd181
@ -10077,8 +10077,7 @@ let
|
||||
|
||||
smartdeblur = callPackage ../applications/graphics/smartdeblur { };
|
||||
|
||||
# TODO: boost is just fixed as boost156 is split into out and lib, and I don't know how to access lib
|
||||
snapper = callPackage ../tools/misc/snapper { boost=boost149; };
|
||||
snapper = callPackage ../tools/misc/snapper { };
|
||||
|
||||
snd = callPackage ../applications/audio/snd { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user