treewide: remove redundant rec
This commit is contained in:
@@ -39,7 +39,7 @@ in
|
||||
};
|
||||
};
|
||||
hunchentoot = addNativeLibs [pkgs.openssl];
|
||||
iolib = x: rec {
|
||||
iolib = x: {
|
||||
propagatedBuildInputs = (x.propagatedBuildInputs or [])
|
||||
++ (with pkgs; [libfixposix gcc])
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user