mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
netcdf: removed unused configure flag
This commit is contained in:
parent
dc1a3ed9b2
commit
f7aba18c02
|
@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [
|
||||
"--enable-netcdf-4"
|
||||
"--enable-dap"
|
||||
"--with-udunits"
|
||||
"--enable-shared"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue