mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
maintainers/scripts/fetch-kde-qt.sh: hardcode path instead of using $0
This commit is contained in:
parent
d4f7b842c6
commit
38fb2331ad
2 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ files_before=$(grep -c 'src = ' "$SRCS")
|
|||
echo "writing output file $SRCS ..."
|
||||
cat >"$SRCS" <<EOF
|
||||
# DO NOT EDIT! This file is generated automatically.
|
||||
# Command: $0 $@
|
||||
# Command: ./maintainers/scripts/fetch-kde-qt.sh $@
|
||||
{ fetchurl, mirror }:
|
||||
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# DO NOT EDIT! This file is generated automatically.
|
||||
# Command: /home/k900/nixpkgs/./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/qt-6
|
||||
# Command: ./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/qt-6
|
||||
{ fetchurl, mirror }:
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue