lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maintainers/scripts/fetch-kde-qt.sh: hardcode path instead of using $0

K900 38fb2331 d4f7b842

+2 -2
+1 -1
maintainers/scripts/fetch-kde-qt.sh
··· 156 echo "writing output file $SRCS ..." 157 cat >"$SRCS" <<EOF 158 # DO NOT EDIT! This file is generated automatically. 159 - # Command: $0 $@ 160 { fetchurl, mirror }: 161 162 {
··· 156 echo "writing output file $SRCS ..." 157 cat >"$SRCS" <<EOF 158 # DO NOT EDIT! This file is generated automatically. 159 + # Command: ./maintainers/scripts/fetch-kde-qt.sh $@ 160 { fetchurl, mirror }: 161 162 {
+1 -1
pkgs/development/libraries/qt-6/srcs.nix
··· 1 # DO NOT EDIT! This file is generated automatically. 2 - # Command: /home/k900/nixpkgs/./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/qt-6 3 { fetchurl, mirror }: 4 5 {
··· 1 # DO NOT EDIT! This file is generated automatically. 2 + # Command: ./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/qt-6 3 { fetchurl, mirror }: 4 5 {