mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +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"
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
cmakeFlags="$cmakeFlags -DMSK_PREFIX=$out"
|
||||
'';
|
||||
cmakeFlags = [
|
||||
"-DMSK_PREFIX=${placeholder "out"}"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
ln -s $out/lib/molsketch/* $out/lib/.
|
||||
|
Loading…
Reference in New Issue
Block a user