mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
molsketch: fix cmakeFlags for __structuredAttrs
This commit is contained in:
parent
757247cb45
commit
b3d96378e1
@ -33,9 +33,9 @@ stdenv.mkDerivation rec {
|
|||||||
--replace "CXX_STANDARD 14" "CXX_STANDARD 17"
|
--replace "CXX_STANDARD 14" "CXX_STANDARD 17"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
cmakeFlags = [
|
||||||
cmakeFlags="$cmakeFlags -DMSK_PREFIX=$out"
|
"-DMSK_PREFIX=${placeholder "out"}"
|
||||||
'';
|
];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
ln -s $out/lib/molsketch/* $out/lib/.
|
ln -s $out/lib/molsketch/* $out/lib/.
|
||||||
|
Loading…
Reference in New Issue
Block a user