mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
qdmr: fix eval with aliases disabled
libyamlcpp was recently renamed to yaml-cpp.
This commit is contained in:
parent
f70d01d782
commit
85cdc2a7ff
@ -9,11 +9,11 @@
|
|||||||
docbook_xsl_ns,
|
docbook_xsl_ns,
|
||||||
wrapQtAppsHook,
|
wrapQtAppsHook,
|
||||||
libusb1,
|
libusb1,
|
||||||
libyamlcpp,
|
|
||||||
qtlocation,
|
qtlocation,
|
||||||
qtserialport,
|
qtserialport,
|
||||||
qttools,
|
qttools,
|
||||||
qtbase,
|
qtbase,
|
||||||
|
yaml-cpp,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -39,12 +39,12 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libyamlcpp
|
|
||||||
libusb1
|
libusb1
|
||||||
qtlocation
|
qtlocation
|
||||||
qtserialport
|
qtserialport
|
||||||
qttools
|
qttools
|
||||||
qtbase
|
qtbase
|
||||||
|
yaml-cpp
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = lib.optionalString isLinux ''
|
postPatch = lib.optionalString isLinux ''
|
||||||
|
Loading…
Reference in New Issue
Block a user