Mark socat2 as lowPrio
This commit is contained in:
@@ -1498,9 +1498,9 @@ let
|
|||||||
|
|
||||||
sourceHighlight = callPackage ../tools/text/source-highlight { };
|
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;
|
inherit fetchurl stdenv openssl;
|
||||||
};
|
});
|
||||||
|
|
||||||
squashfsTools = callPackage ../tools/filesystems/squashfs { };
|
squashfsTools = callPackage ../tools/filesystems/squashfs { };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user