mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 01:53:09 +09:00
treewide: pkgs/**.nix: remove trailing whitespaces
Manually remove trailing white spaces in `pkgs/**.nix` with the help of an editor Auto-generated nix expressions containing trailing whitespaces: * pkgs/development/haskell-modules/hackage-packages.nix * See issue https://github.com/NixOS/cabal2nix/issues/208 * pkgs/**/eggs.nix * I don't know how they are generated, but they seems to be Python-related.
This commit is contained in:
parent
441e405c77
commit
fecc5d7bff
4 changed files with 38 additions and 40 deletions
|
@ -2,7 +2,6 @@ a :
|
||||||
a.stdenv.mkDerivation {
|
a.stdenv.mkDerivation {
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
mkdir -p "$out/attributes"
|
mkdir -p "$out/attributes"
|
||||||
|
|
||||||
'' + (a.lib.concatStrings (map
|
'' + (a.lib.concatStrings (map
|
||||||
(n: ''
|
(n: ''
|
||||||
ln -s "${a.writeTextFile {name=n; text=builtins.getAttr n a.theAttrSet;}}" $out/attributes/${n};
|
ln -s "${a.writeTextFile {name=n; text=builtins.getAttr n a.theAttrSet;}}" $out/attributes/${n};
|
||||||
|
|
|
@ -127,7 +127,6 @@ rec {
|
||||||
cp README.md $doc/share/${pname}
|
cp README.md $doc/share/${pname}
|
||||||
'';
|
'';
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue