forked from mirrors/nixpkgs
treewide: Some EOF-whitespace fixes
This commit is contained in:
parent
db35d7b8ab
commit
59ce911810
|
@ -12,4 +12,3 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [libX11 libXi imake xauth libXau];
|
||||
}
|
||||
|
||||
|
|
|
@ -10,4 +10,3 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ intltool pkgconfig gtk GConf alsaLib ];
|
||||
}
|
||||
|
||||
|
|
|
@ -40,4 +40,3 @@ stdenv.mkDerivation rec {
|
|||
done;
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@ stdenv.mkDerivation {
|
|||
sha256 = "5e65e1e5deacd0cde489900dbf54c6c2ee2ebc818199e720dbad685d87abda3d";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -30,4 +30,3 @@ stdenv.mkDerivation {
|
|||
postInstall = stdenv.lib.optional (!stdenv.isDarwin) "chmod +x $out/lib/*.so.*"; # ??
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -14,4 +14,3 @@ stdenv.mkDerivation {
|
|||
neededLibs = map (p: p.out)
|
||||
[xorg.libXxf86vm xorg.libXext expat libdrm stdenv.cc.cc];
|
||||
}
|
||||
|
||||
|
|
|
@ -16,4 +16,3 @@ stdenv.mkDerivation {
|
|||
sed "/^includedir=/cincludedir=$dev/include" -i "$dev"/lib/pkgconfig/*.pc
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue