jsonnet: add platforms attribute
This commit is contained in:
parent
bb0d8b5519
commit
7a023d50b9
@ -31,5 +31,6 @@ stdenv.mkDerivation {
|
|||||||
maintainers = [ lib.maintainers.benley ];
|
maintainers = [ lib.maintainers.benley ];
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
homepage = https://github.com/google/jsonnet;
|
homepage = https://github.com/google/jsonnet;
|
||||||
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user