maintainers/scripts/fetch-kde-qt.sh: hardcode path instead of using $0
This commit is contained in:
@@ -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 }:
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user