about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-07-13 13:52:25 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-07-13 13:54:59 -0500
commit5630ac1d928ec9d1d773f4dccc5b24031fc8dae3 (patch)
tree376bb6ba4a34792a9d5fee6acb732df2df390ee4 /pkgs/desktops/kde-5
parent3eb9b19d3b03b095fbed3be224659311f9429819 (diff)
downloadnixlib-5630ac1d928ec9d1d773f4dccc5b24031fc8dae3.tar
nixlib-5630ac1d928ec9d1d773f4dccc5b24031fc8dae3.tar.gz
nixlib-5630ac1d928ec9d1d773f4dccc5b24031fc8dae3.tar.bz2
nixlib-5630ac1d928ec9d1d773f4dccc5b24031fc8dae3.tar.lz
nixlib-5630ac1d928ec9d1d773f4dccc5b24031fc8dae3.tar.xz
nixlib-5630ac1d928ec9d1d773f4dccc5b24031fc8dae3.tar.zst
nixlib-5630ac1d928ec9d1d773f4dccc5b24031fc8dae3.zip
generate-kde-frameworks.sh: fix helper script path
- Fix a bug in the script which prevented it from finding its helper script.
- Automatically redirect the output of the script to make it even easier
  to use.
Diffstat (limited to 'pkgs/desktops/kde-5')
-rw-r--r--pkgs/desktops/kde-5/frameworks/default.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/pkgs/desktops/kde-5/frameworks/default.nix b/pkgs/desktops/kde-5/frameworks/default.nix
index 1a8f08bde448..bff2b394038b 100644
--- a/pkgs/desktops/kde-5/frameworks/default.nix
+++ b/pkgs/desktops/kde-5/frameworks/default.nix
@@ -2,14 +2,10 @@
 
 # Updates
 
-Before a major version update, make a copy of this directory. (We like to
-keep the old version around for a short time after major updates.)
-
-1. Update the URL in `maintainers/scripts/generate-kde-frameworks.sh`.
-2. From the top of the Nixpkgs tree, run
-   `./maintainers/scripts/generate-kde-frameworks.sh > pkgs/desktops/kde-5/frameworks/srcs.nix'.
-3. Check that the new packages build correctly.
-4. Commit the changes and open a pull request.
+1. Update the URL in `maintainers/scripts/generate-kde-frameworks.sh` and
+   run that script from the top of the Nixpkgs tree.
+2. Check that the new packages build correctly.
+3. Commit the changes and open a pull request.
 
 */