treewide: remove trailing whitespace

This commit is contained in:
Jörg Thalheim
2020-11-18 09:42:33 +01:00
committed by Jonathan Ringer
parent 72f6df338d
commit 8313dacb11
7 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
url = "mirror://sourceforge/project/qmc2/qmc2/${version}/${pname}-${version}.tar.gz";
sha256 = "1dzmjlfk8pdspns6zg1jmd5fqzg8igd4q38cz4a1vf39lx74svns";
};
preBuild = ''
patchShebangs scripts
'';