summary refs log tree commit diff
path: root/pkgs/tools/typesetting
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-28 11:43:20 +0200
committerPeter Simons <simons@cryp.to>2014-07-28 11:43:20 +0200
commitd0ca8c237ec001ef176c82faf6b8104e83453ac9 (patch)
tree50b3077cd9efca0ff76aed180399b70bf5ec20bc /pkgs/tools/typesetting
parentad934ccc2234a3cb314ece42f693b4a708e7e3ee (diff)
downloadnixlib-d0ca8c237ec001ef176c82faf6b8104e83453ac9.tar
nixlib-d0ca8c237ec001ef176c82faf6b8104e83453ac9.tar.gz
nixlib-d0ca8c237ec001ef176c82faf6b8104e83453ac9.tar.bz2
nixlib-d0ca8c237ec001ef176c82faf6b8104e83453ac9.tar.lz
nixlib-d0ca8c237ec001ef176c82faf6b8104e83453ac9.tar.xz
nixlib-d0ca8c237ec001ef176c82faf6b8104e83453ac9.tar.zst
nixlib-d0ca8c237ec001ef176c82faf6b8104e83453ac9.zip
Fix broken license references.
Diffstat (limited to 'pkgs/tools/typesetting')
-rw-r--r--pkgs/tools/typesetting/lhs2tex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/lhs2tex/default.nix b/pkgs/tools/typesetting/lhs2tex/default.nix
index 0dcd82535eeb..35e609b440ab 100644
--- a/pkgs/tools/typesetting/lhs2tex/default.nix
+++ b/pkgs/tools/typesetting/lhs2tex/default.nix
@@ -18,7 +18,7 @@ cabal.mkDerivation (self: {
   meta = {
     homepage = "http://www.andres-loeh.de/lhs2tex/";
     description = "Preprocessor for typesetting Haskell sources with LaTeX";
-    license = stdenv.lib.licenses.gpl2;
+    license = self.stdenv.lib.licenses.gpl2;
     platforms = self.ghc.meta.platforms;
     hydraPlatforms = self.stdenv.lib.platforms.linux;
     maintainers = [ self.stdenv.lib.maintainers.andres ];