Mark socat2 as lowPrio

This commit is contained in:
Eelco Dolstra 2012-12-11 14:53:23 +01:00
parent 88dcdc9bed
commit f36f5cc82c

View file

@ -1498,9 +1498,9 @@ let
sourceHighlight = callPackage ../tools/text/source-highlight { };
socat2pre = builderDefsPackage ../tools/networking/socat/2.0.0-b3.nix {
socat2pre = lowPrio (builderDefsPackage ../tools/networking/socat/2.0.0-b3.nix {
inherit fetchurl stdenv openssl;
};
});
squashfsTools = callPackage ../tools/filesystems/squashfs { };