mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
crystal.buildCrystalPackage: fix installCheckPhase glob pattern (#477878)
This commit is contained in:
@@ -199,7 +199,7 @@ stdenv.mkDerivation (
|
||||
installCheckPhase =
|
||||
args.installCheckPhase or ''
|
||||
for f in $out/bin/*; do
|
||||
if [ $f == $out/bin/*.dwarf ]; then
|
||||
if [[ $f == *.dwarf ]]; then
|
||||
continue
|
||||
fi
|
||||
$f --help > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user