summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-09-10 20:59:45 +0200
committerPeter Simons <simons@cryp.to>2016-09-10 21:00:22 +0200
commit04e4c495bbe2e900e4aec68f93b080f8497d18f3 (patch)
tree83bf94ef08217c5f2df0305c7bd82794e9d37af9 /pkgs/development/haskell-modules/configuration-common.nix
parent7619f88eb850b4e4b2fc551665cef53839041d43 (diff)
downloadnixlib-04e4c495bbe2e900e4aec68f93b080f8497d18f3.tar
nixlib-04e4c495bbe2e900e4aec68f93b080f8497d18f3.tar.gz
nixlib-04e4c495bbe2e900e4aec68f93b080f8497d18f3.tar.bz2
nixlib-04e4c495bbe2e900e4aec68f93b080f8497d18f3.tar.lz
nixlib-04e4c495bbe2e900e4aec68f93b080f8497d18f3.tar.xz
nixlib-04e4c495bbe2e900e4aec68f93b080f8497d18f3.tar.zst
nixlib-04e4c495bbe2e900e4aec68f93b080f8497d18f3.zip
haskell-configuration-common: cosmetic
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d174ab28540e..e3609c9d0bc6 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -967,7 +967,6 @@ self: super: {
     sha256 = "1yh2g45mkfpwxq0vyzcbc4nbxh6wmb2xpp0k7r5byd8jicgvli29";
   });
 
-
   # GLUT uses `dlopen` to link to freeglut, so we need to set the RUNPATH correctly for
   # it to find `libglut.so` from the nix store. We do this by patching GLUT.cabal to pkg-config
   # depend on freeglut, which provides GHC to necessary information to generate a correct RPATH.
@@ -977,7 +976,8 @@ self: super: {
   # us when we patch the cabal file (Link options will be recored in the ghc package registry).
   GLUT = addPkgconfigDepend (appendPatch super.GLUT ./patches/GLUT.patch) pkgs.freeglut;
 
-  # remove if a version > 0.1.0.1 ever gets released
+  # https://github.com/Philonous/hs-stun/pull/1
+  # Remove if a version > 0.1.0.1 ever gets released.
   stunclient = overrideCabal super.stunclient (drv: {
     postPatch = (drv.postPatch or "") + ''
       substituteInPlace source/Network/Stun/MappedAddress.hs --replace "import Network.Endian" ""