mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
scantailor: remove boost version override
This commit is contained in:
parent
9fea37639d
commit
a5df25ce10
1 changed files with 1 additions and 4 deletions
|
@ -16253,7 +16253,6 @@ with pkgs;
|
|||
pythonmagick = callPackage ../applications/graphics/PythonMagick { };
|
||||
|
||||
qbittorrent = libsForQt5.callPackage ../applications/networking/p2p/qbittorrent {
|
||||
boost = boost;
|
||||
libtorrentRasterbar = libtorrentRasterbar_1_0;
|
||||
};
|
||||
|
||||
|
@ -16506,9 +16505,7 @@ with pkgs;
|
|||
|
||||
sbagen = callPackage ../applications/misc/sbagen { };
|
||||
|
||||
scantailor = callPackage ../applications/graphics/scantailor {
|
||||
boost = boost155;
|
||||
};
|
||||
scantailor = callPackage ../applications/graphics/scantailor { };
|
||||
|
||||
sc-im = callPackage ../applications/misc/sc-im { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue