Merge pull request #46593 from ryantm/aliases

treewide: fix `config.allowAliases = false` evaluation
This commit is contained in:
xeji
2018-09-13 16:15:43 +02:00
committed by GitHub
7 changed files with 13 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl
, netcdf, x11, xorg, udunits, expat
, netcdf, xlibsWrapper, xorg, udunits, expat
}:
let
@@ -14,7 +14,7 @@ in stdenv.mkDerivation {
sha256 = "1gliziyxil2fcz85hj6z0jq33avrxdcjs74d500lhxwvgd8drfp8";
};
buildInputs = [ netcdf x11 xorg.libXaw udunits expat ];
buildInputs = [ netcdf xlibsWrapper xorg.libXaw udunits expat ];
meta = with stdenv.lib; {
description = "Visual browser for netCDF format files";