summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5/5.15/default.nix
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-12-23 18:25:37 +0200
committerDoron Behar <doron.behar@gmail.com>2020-12-28 19:52:06 +0200
commit6d13b4c5ec86d296a99d3712f4c7fff0b95677f2 (patch)
tree0e4c4068461a53cc2bfe5b82c0057f6ebbe51297 /pkgs/development/libraries/qt-5/5.15/default.nix
parentd342045066b982858536b7b168708c7bff06e657 (diff)
downloadnixpkgs-6d13b4c5ec86d296a99d3712f4c7fff0b95677f2.tar
nixpkgs-6d13b4c5ec86d296a99d3712f4c7fff0b95677f2.tar.gz
nixpkgs-6d13b4c5ec86d296a99d3712f4c7fff0b95677f2.tar.bz2
nixpkgs-6d13b4c5ec86d296a99d3712f4c7fff0b95677f2.tar.lz
nixpkgs-6d13b4c5ec86d296a99d3712f4c7fff0b95677f2.tar.xz
nixpkgs-6d13b4c5ec86d296a99d3712f4c7fff0b95677f2.tar.zst
nixpkgs-6d13b4c5ec86d296a99d3712f4c7fff0b95677f2.zip
qt5: Update comment regarding updating srcs.nix
Diffstat (limited to 'pkgs/development/libraries/qt-5/5.15/default.nix')
-rw-r--r--pkgs/development/libraries/qt-5/5.15/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-5/5.15/default.nix b/pkgs/development/libraries/qt-5/5.15/default.nix
index 2712b45bdd2..08fd3a9720c 100644
--- a/pkgs/development/libraries/qt-5/5.15/default.nix
+++ b/pkgs/development/libraries/qt-5/5.15/default.nix
@@ -8,7 +8,7 @@ top-level attribute to `top-level/all-packages.nix`.
 
 1. Update the URL in `pkgs/development/libraries/qt-5/$VERSION/fetch.sh`.
 2. From the top of the Nixpkgs tree, run
-   `./maintainers/scripts/fetch-kde-qt.sh > pkgs/development/libraries/qt-5/$VERSION/srcs.nix`.
+   `./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/qt-5/$VERSION`.
 3. Check that the new packages build correctly.
 4. Commit the changes and open a pull request.