treewide: remove trailing whitespaces

authored by

Ben Siraphob and committed by
Jonathan Ringer
3496ce2a 863054f9

+55 -55
+3 -3
pkgs/applications/audio/aj-snapshot/default.nix
··· 18 18 meta = with stdenv.lib; { 19 19 description = "Tool for storing/restoring JACK and/or ALSA connections to/from cml files"; 20 20 longDescription = '' 21 - Aj-snapshot is a small program that can be used to make snapshots of the connections made between JACK and/or ALSA clients. 22 - Because JACK can provide both audio and MIDI support to programs, aj-snapshot can store both types of connections for JACK. 23 - ALSA, on the other hand, only provides routing facilities for MIDI clients. 21 + Aj-snapshot is a small program that can be used to make snapshots of the connections made between JACK and/or ALSA clients. 22 + Because JACK can provide both audio and MIDI support to programs, aj-snapshot can store both types of connections for JACK. 23 + ALSA, on the other hand, only provides routing facilities for MIDI clients. 24 24 You can also run aj-snapshot in daemon mode if you want to have your connections continually restored. 25 25 ''; 26 26
+1 -1
pkgs/applications/audio/jack-oscrolloscope/default.nix
··· 17 17 mv jack_oscrolloscope $out/bin/ 18 18 ''; 19 19 20 - meta = with stdenv.lib; { 20 + meta = with stdenv.lib; { 21 21 description = "A simple waveform viewer for JACK"; 22 22 homepage = "http://das.nasophon.de/jack_oscrolloscope"; 23 23 license = licenses.gpl2;
+1 -1
pkgs/applications/audio/jackmeter/default.nix
··· 11 11 nativeBuildInputs = [ pkgconfig ]; 12 12 buildInputs = [ libjack2 ]; 13 13 14 - meta = { 14 + meta = { 15 15 description = "Console jack loudness meter"; 16 16 homepage = "https://www.aelius.com/njh/jackmeter/"; 17 17 license = stdenv.lib.licenses.gpl2;
+1 -1
pkgs/applications/blockchains/bitcoin-gold.nix
··· 19 19 with stdenv.lib; 20 20 21 21 stdenv.mkDerivation rec { 22 - 22 + 23 23 pname = "bitcoin" + toString (optional (!withGui) "d") + "-gold"; 24 24 version = "0.15.2"; 25 25
+2 -2
pkgs/applications/blockchains/pivx.nix
··· 4 4 , util-linux, qtbase ? null, qttools ? null 5 5 , enableUpnp ? false 6 6 , disableWallet ? false 7 - , disableDaemon ? false 7 + , disableDaemon ? false 8 8 , withGui ? false }: 9 9 10 10 with stdenv.lib; ··· 30 30 ++ optionals withGui [ "--with-gui=yes" 31 31 "--with-qt-bindir=${qtbase.dev}/bin:${qttools.dev}/bin" 32 32 ]; 33 - 33 + 34 34 enableParallelBuilding = true; 35 35 doChecks = true; 36 36 postBuild = ''
+3 -3
pkgs/applications/display-managers/ly/default.nix
··· 1 1 { stdenv, lib, fetchFromGitHub, linux-pam }: 2 2 3 - stdenv.mkDerivation rec { 3 + stdenv.mkDerivation rec { 4 4 pname = "ly"; 5 5 version = "0.2.1"; 6 6 ··· 10 10 rev = version; 11 11 sha256 = "16gjcrd4a6i4x8q8iwlgdildm7cpdsja8z22pf2izdm6rwfki97d"; 12 12 fetchSubmodules = true; 13 - }; 13 + }; 14 14 15 15 buildInputs = [ linux-pam ]; 16 16 makeFlags = [ "FLAGS=-Wno-error" ]; 17 17 18 18 installPhase = '' 19 19 mkdir -p $out/bin 20 - cp bin/ly $out/bin 20 + cp bin/ly $out/bin 21 21 ''; 22 22 23 23 meta = with lib; {
+1 -1
pkgs/applications/editors/dhex/default.nix
··· 10 10 }; 11 11 12 12 buildInputs = [ ncurses ]; 13 - 13 + 14 14 installPhase = '' 15 15 mkdir -p $out/bin 16 16 mkdir -p $out/share/man/man1
+3 -3
pkgs/applications/editors/emacs-modes/session-management-for-emacs/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 name = "session-management-for-emacs-2.2a"; 5 - 5 + 6 6 src = fetchurl { 7 7 url = "mirror://sourceforge/emacs-session/session-2.2a.tar.gz"; 8 8 sha256 = "37dfba7420b5164eab90dafa9e8bf9a2c8f76505fe2fefa14a64e81fa76d0144"; 9 9 }; 10 10 11 11 buildInputs = [emacs]; 12 - 12 + 13 13 installPhase = '' 14 14 mkdir -p "$out/share/emacs/site-lisp" 15 15 cp lisp/*.el "$out/share/emacs/site-lisp/" 16 16 ''; 17 17 18 - meta = { 18 + meta = { 19 19 /* installation: add to your ~/.emacs 20 20 (require 'session) 21 21 (add-hook 'after-init-hook 'session-initialize)
+2 -2
pkgs/applications/editors/kdevelop5/kdevelop-pg-qt.nix
··· 7 7 in 8 8 stdenv.mkDerivation rec { 9 9 name = "${pname}-${version}"; 10 - 10 + 11 11 src = fetchurl { 12 12 url = "mirror://kde/stable/${pname}/${version}/src/${name}.tar.xz"; 13 13 sha256 = "0ay6m6j6zgrbcm48f14bass83bk4w5qnx76xihc05p69i9w32ff1"; 14 14 }; 15 15 16 16 nativeBuildInputs = [ cmake pkgconfig extra-cmake-modules ]; 17 - 17 + 18 18 buildInputs = [ qtbase ]; 19 19 20 20 meta = with stdenv.lib; {
+1 -1
pkgs/applications/editors/monodevelop/default.nix
··· 60 60 > export MONO_GAC_PREFIX=${gnome-sharp}:${gtk-sharp-2_0}:\$MONO_GAC_PREFIX 61 61 > export PATH=${mono}/bin:\$PATH 62 62 > export LD_LIBRARY_PATH=${stdenv.lib.makeLibraryPath [ glib gnome2.libgnomeui gnome2.gnome_vfs gnome-sharp gtk-sharp-2_0 gtk-sharp-2_0.gtk ]}:\$LD_LIBRARY_PATH 63 - > 63 + > 64 64 EOF 65 65 done 66 66
+3 -3
pkgs/applications/graphics/apitrace/default.nix
··· 27 27 # to the `RUNPATH` of dispatcher libraries `dlopen()` ing OpenGL drivers. 28 28 # `RUNPATH` doesn't propagate throughout the whole application, but only 29 29 # from the module performing the `dlopen()`. 30 - # 30 + # 31 31 # Apitrace wraps programs by running them with `LD_PRELOAD` pointing to `.so` 32 32 # files in $out/lib/apitrace/wrappers. 33 - # 33 + # 34 34 # Theses wrappers effectively wrap the `dlopen()` calls from `libglvnd` 35 35 # and other dispatcher libraries, and run `dlopen()` by themselves. 36 - # 36 + # 37 37 # As `RUNPATH` doesn't propagate through the whole library, and they're now the 38 38 # library doing the real `dlopen()`, they also need to have 39 39 # `/run-opengl-driver[-32]` added to their `RUNPATH`.
+1 -1
pkgs/applications/graphics/drawing/default.nix
··· 20 20 version = "0.4.13"; 21 21 22 22 format = "other"; 23 - 23 + 24 24 src = fetchFromGitHub { 25 25 owner = "maoschanz"; 26 26 repo = pname;
+1 -1
pkgs/applications/graphics/fstl/default.nix
··· 13 13 preBuild = '' 14 14 qmake qt/fstl.pro 15 15 ''; 16 - 16 + 17 17 postInstall = stdenv.lib.optionalString stdenv.isDarwin '' 18 18 mkdir -p $out/Applications 19 19 mv fstl.app $out/Applications
+1 -1
pkgs/applications/graphics/kcc/default.nix
··· 14 14 pname = "KindleComicConverter"; 15 15 sha256 = "5dbee5dc5ee06a07316ae5ebaf21ffa1970094dbae5985ad735e2807ef112644"; 16 16 }; 17 - 17 + 18 18 propagatedBuildInputs = with python3Packages ; [ 19 19 pillow 20 20 pyqt5
+1 -1
pkgs/applications/graphics/sane/backends/brscan4/default.nix
··· 11 11 12 12 in stdenv.mkDerivation rec { 13 13 name = "brscan4-0.4.8-1"; 14 - src = 14 + src = 15 15 if stdenv.hostPlatform.system == "i686-linux" then 16 16 fetchurl { 17 17 url = "http://download.brother.com/welcome/dlf006646/${name}.i386.deb";
+1 -1
pkgs/applications/misc/audio/wavrsocvt/default.nix
··· 11 11 phases = [ "unpackPhase" "installPhase" ]; 12 12 13 13 unpackPhase = '' 14 - tar -zxf $src 14 + tar -zxf $src 15 15 ''; 16 16 17 17 installPhase = ''
+1 -1
pkgs/applications/misc/candle/default.nix
··· 12 12 }; 13 13 14 14 nativeBuildInputs = [ qmake ]; 15 - 15 + 16 16 sourceRoot = "source/src"; 17 17 18 18 installPhase = ''
+1 -1
pkgs/applications/misc/deadd-notification-center/default.nix
··· 38 38 cp $src $out/bin/deadd-notification-center 39 39 chmod +x $out/bin/deadd-notification-center 40 40 41 - sed "s|##PREFIX##|$out|g" ${dbusService} > $out/share/dbus-1/services/com.ph-uhl.deadd.notification.service 41 + sed "s|##PREFIX##|$out|g" ${dbusService} > $out/share/dbus-1/services/com.ph-uhl.deadd.notification.service 42 42 ''; 43 43 44 44 meta = with stdenv.lib; {
+1 -1
pkgs/applications/misc/fme/default.nix
··· 5 5 6 6 pname = "fme"; 7 7 version = "1.1.3"; 8 - 8 + 9 9 src = fetchurl { 10 10 url = "https://github.com/rdehouss/fme/archive/v${version}.tar.gz"; 11 11 sha256 = "d1c81a6a38c0faad02943ad65d6d0314bd205c6de841669a2efe43e4c503e63d";
+16 -16
pkgs/applications/misc/fusee-interfacee-tk/default.nix
··· 1 - { stdenv , fetchFromGitHub , python3 , makeWrapper }: 1 + { stdenv , fetchFromGitHub , python3 , makeWrapper }: 2 2 3 - let pythonEnv = python3.withPackages(ps: [ ps.tkinter ps.pyusb ]); 4 - in stdenv.mkDerivation rec { 3 + let pythonEnv = python3.withPackages(ps: [ ps.tkinter ps.pyusb ]); 4 + in stdenv.mkDerivation rec { 5 5 pname = "fusee-interfacee-tk"; 6 6 version = "1.0.1"; 7 7 8 - src = fetchFromGitHub { 8 + src = fetchFromGitHub { 9 9 owner = "nh-server"; 10 10 repo = pname; 11 - rev = "V${version}"; 11 + rev = "V${version}"; 12 12 sha256 = "0ngwbwsj999flprv14xvhk7lp51nprrvcnlbnbk6y4qx5casm5md"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ makeWrapper ]; 16 16 buildInputs = [ pythonEnv ]; 17 17 18 - installPhase = '' 18 + installPhase = '' 19 19 mkdir -p $out/bin 20 - 21 - # The program isn't just called app, so I'm renaming it based on the repo name 20 + 21 + # The program isn't just called app, so I'm renaming it based on the repo name 22 22 # It also isn't a standard program, so we need to append the shebang to the top 23 - echo "#!${pythonEnv.interpreter}" > $out/bin/fusee-interfacee-tk 23 + echo "#!${pythonEnv.interpreter}" > $out/bin/fusee-interfacee-tk 24 24 cat app.py >> $out/bin/fusee-interfacee-tk 25 - chmod +x $out/bin/fusee-interfacee-tk 26 - 27 - # app.py depends on these to run 28 - cp *.py $out/bin/ 25 + chmod +x $out/bin/fusee-interfacee-tk 26 + 27 + # app.py depends on these to run 28 + cp *.py $out/bin/ 29 29 cp intermezzo.bin $out/bin/intermezzo.bin 30 30 ''; 31 31 32 - meta = with stdenv.lib; { 32 + meta = with stdenv.lib; { 33 33 homepage = "https://github.com/nh-server/fusee-interfacee-tk"; 34 34 description = "A tool to send .bin files to a Nintendo Switch in RCM mode"; 35 - longDescription = "A mod of falquinhos Fusée Launcher for use with Nintendo Homebrew Switch Guide. It also adds the ability to mount SD while in RCM. 35 + longDescription = "A mod of falquinhos Fusée Launcher for use with Nintendo Homebrew Switch Guide. It also adds the ability to mount SD while in RCM. 36 36 Must be run as sudo."; 37 37 maintainers = with maintainers; [ kristian-brucaj ]; 38 38 license = licenses.gpl2; 39 39 }; 40 - } 40 + }
+1 -1
pkgs/applications/misc/keepass/extractWinRscIconsToStdFreeDesktopDir.sh
··· 43 43 else 44 44 wrestool -x --output=$tmp/ico -t14 $rscFile 45 45 fi 46 - 46 + 47 47 icotool --icon -x --palette-size=0 -o $tmp/png $tmp/ico/*.ico 48 48 49 49 mkdir -p $out
+1 -1
pkgs/applications/misc/minergate-cli/default.nix
··· 19 19 interpreter=${stdenv.glibc}/lib/ld-linux-x86-64.so.2 20 20 patchelf --set-interpreter "$interpreter" $pgm 21 21 22 - wrapProgram $pgm --prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ openssl stdenv.cc.cc ]} 22 + wrapProgram $pgm --prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ openssl stdenv.cc.cc ]} 23 23 24 24 rm $out/usr/bin/minergate-cli 25 25 mkdir -p $out/bin
+1 -1
pkgs/applications/misc/nanoblogger/default.nix
··· 14 14 installPhase = '' 15 15 mkdir -p $out/bin 16 16 cp -r * $out 17 - cat > $out/bin/nb << EOF 17 + cat > $out/bin/nb << EOF 18 18 #!${bash}/bin/bash 19 19 $out/nb "\$@" 20 20 EOF
+2 -2
pkgs/applications/misc/phwmon/default.nix
··· 16 16 buildInputs = [ pythonPackages.pygtk pythonPackages.psutil ]; 17 17 18 18 pythonPath = [ pythonPackages.pygtk pythonPackages.psutil ]; 19 - 19 + 20 20 patchPhase = '' 21 21 substituteInPlace install.sh --replace "/usr/local" "$out" 22 22 ''; 23 - 23 + 24 24 installPhase = '' 25 25 mkdir -p $out/bin $out/share/applications 26 26 ./install.sh
+2 -2
pkgs/applications/misc/playonlinux/default.nix
··· 27 27 let 28 28 version = "4.4"; 29 29 30 - binpath = stdenv.lib.makeBinPath [ 30 + binpath = stdenv.lib.makeBinPath [ 31 31 cabextract 32 32 python 33 33 gettext ··· 70 70 71 71 nativeBuildInputs = [ makeWrapper ]; 72 72 73 - buildInputs = [ 73 + buildInputs = [ 74 74 xorg.libX11 75 75 libGL 76 76 python
+1 -1
pkgs/applications/misc/sleepyhead/default.nix
··· 24 24 patchPhase = '' 25 25 patchShebangs configure 26 26 ''; 27 - 27 + 28 28 installPhase = if stdenv.isDarwin then '' 29 29 mkdir -p $out/Applications 30 30 cp -r sleepyhead/SleepyHead.app $out/Applications
+1 -1
pkgs/applications/misc/ssocr/default.nix
··· 11 11 sha256 = "0yzprwflky9a7zxa3zic7gvdwqg0zy49zvrqkdxng2k1ng78k3s7"; 12 12 }; 13 13 14 - nativeBuildInputs = [ imlib2 libX11 ]; 14 + nativeBuildInputs = [ imlib2 libX11 ]; 15 15 16 16 installFlags = [ "PREFIX=$(out)" ]; 17 17
+1 -1
pkgs/applications/misc/xrandr-invert-colors/default.nix
··· 22 22 homepage = "https://github.com/zoltanp/xrandr-invert-colors"; 23 23 maintainers = [stdenv.lib.maintainers.magnetophon ]; 24 24 platforms = platforms.linux; 25 - }; 25 + }; 26 26 }