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