lib: Fix nix-env -qaP -f . --xml --meta
A merge undid my fix in d437f2c365a12fb3894eb87f52decf53c745f475.
This commit is contained in:
parent
0450c7f5f3
commit
72fa40f72d
@ -22,9 +22,9 @@ in rec {
|
|||||||
freebsd = [ patterns.isFreeBSD ];
|
freebsd = [ patterns.isFreeBSD ];
|
||||||
# Should be better, but MinGW is unclear, and HURD is bit-rotted.
|
# Should be better, but MinGW is unclear, and HURD is bit-rotted.
|
||||||
gnu = [
|
gnu = [
|
||||||
{ kernel = parse.kernels.linux; abi = parse.abis.gnu; }
|
{ kernel = parse.kernels.linux; abi = abis.gnu; }
|
||||||
{ kernel = parse.kernels.linux; abi = parse.abis.gnueabi; }
|
{ kernel = parse.kernels.linux; abi = abis.gnueabi; }
|
||||||
{ kernel = parse.kernels.linux; abi = parse.abis.gnueabihf; }
|
{ kernel = parse.kernels.linux; abi = abis.gnueabihf; }
|
||||||
];
|
];
|
||||||
illumos = [ patterns.isSunOS ];
|
illumos = [ patterns.isSunOS ];
|
||||||
linux = [ patterns.isLinux ];
|
linux = [ patterns.isLinux ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user