mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pkgs.formats.javaProperties: use lib.sources.sourceByGlobs
Uses the cleaner expression
This commit is contained in:
parent
01bdc186ae
commit
edb4b053f5
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ stdenv.mkDerivation {
|
|||
)
|
||||
);
|
||||
|
||||
src = lib.sourceByRegex ./. [
|
||||
".*\\.java"
|
||||
src = lib.sources.sourceByGlobs ./. [
|
||||
"**/*.java"
|
||||
];
|
||||
# On Linux, this can be C.UTF-8, but darwin + zulu requires en_US.UTF-8
|
||||
LANG = "en_US.UTF-8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue