mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
build-support/setup-hooks: change shebang to shellcheck directive
This commit is contained in:
parent
60b1f09aa4
commit
af70ba03d3
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
declare -a autoPatchelfLibs
|
declare -a autoPatchelfLibs
|
||||||
declare -a extraAutoPatchelfLibs
|
declare -a extraAutoPatchelfLibs
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
# shellcheck shell=bash
|
||||||
fixupOutputHooks+=('convertDesktopFiles $prefix')
|
fixupOutputHooks+=('convertDesktopFiles $prefix')
|
||||||
|
|
||||||
# Get a param out of a desktop file. First parameter is the file and the second
|
# Get a param out of a desktop file. First parameter is the file and the second
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
# This setup hook, for each output, moves everything in
|
# This setup hook, for each output, moves everything in
|
||||||
# $output/lib/systemd/user to $output/share/systemd/user, and replaces
|
# $output/lib/systemd/user to $output/share/systemd/user, and replaces
|
||||||
|
Loading…
Reference in New Issue
Block a user