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 { };
|
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 { };
|
||||||
snapper = callPackage ../tools/misc/snapper { boost=boost149; };
|
|
||||||
|
|
||||||
snd = callPackage ../applications/audio/snd { };
|
snd = callPackage ../applications/audio/snd { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user