mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
openwsman: fix cmakeFlags for __structuredAttrs
This commit is contained in:
parent
8fa3649f99
commit
8b93d36ef7
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
cmakeFlags="$cmakeFlags -DPACKAGE_ARCHITECTURE=$(uname -m)";
|
||||
appendToVar cmakeFlags "-DPACKAGE_ARCHITECTURE=$(uname -m)"
|
||||
'';
|
||||
|
||||
configureFlags = [ "--disable-more-warnings" ];
|
||||
|
Loading…
Reference in New Issue
Block a user