summary refs log tree commit diff
path: root/pkgs/build-support/mono-dll-fixer
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 18:51:05 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commit59ce9118103898ec53b7679a312552246afab8b7 (patch)
tree219f306b777e678d5c9d7f7484c57152fa012fea /pkgs/build-support/mono-dll-fixer
parentdb35d7b8ab7212bf52395f2f4816ea2fdacffbfe (diff)
downloadnixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.gz
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.bz2
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.lz
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.xz
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.tar.zst
nixpkgs-59ce9118103898ec53b7679a312552246afab8b7.zip
treewide: Some EOF-whitespace fixes
Diffstat (limited to 'pkgs/build-support/mono-dll-fixer')
-rw-r--r--pkgs/build-support/mono-dll-fixer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/mono-dll-fixer/default.nix b/pkgs/build-support/mono-dll-fixer/default.nix
index f7dbeb3c2b0..8f7d1e795d7 100644
--- a/pkgs/build-support/mono-dll-fixer/default.nix
+++ b/pkgs/build-support/mono-dll-fixer/default.nix
@@ -5,4 +5,4 @@ stdenv.mkDerivation {
   builder = ./builder.sh;
   dllFixer = ./dll-fixer.pl;
   inherit perl;
-}
\ No newline at end of file
+}