summary refs log tree commit diff
path: root/pkgs/os-specific/linux/apparmor
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-08-26 20:33:29 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-08-26 20:38:41 +0200
commit8c2f7fcfeda241e891b6913166ab0c7f2caab5fa (patch)
treeea13c9576de68c459359078e07bfa572661530fb /pkgs/os-specific/linux/apparmor
parentc2ae91a413fea07751a587cbe53a216edcf25b41 (diff)
downloadnixpkgs-8c2f7fcfeda241e891b6913166ab0c7f2caab5fa.tar
nixpkgs-8c2f7fcfeda241e891b6913166ab0c7f2caab5fa.tar.gz
nixpkgs-8c2f7fcfeda241e891b6913166ab0c7f2caab5fa.tar.bz2
nixpkgs-8c2f7fcfeda241e891b6913166ab0c7f2caab5fa.tar.lz
nixpkgs-8c2f7fcfeda241e891b6913166ab0c7f2caab5fa.tar.xz
nixpkgs-8c2f7fcfeda241e891b6913166ab0c7f2caab5fa.tar.zst
nixpkgs-8c2f7fcfeda241e891b6913166ab0c7f2caab5fa.zip
apparmor: don't depend on tetex
It seemed unused - no mention in the log, and builds without it.
/cc maintainers: @phreedom, @thoughtpolice.
Diffstat (limited to 'pkgs/os-specific/linux/apparmor')
-rw-r--r--pkgs/os-specific/linux/apparmor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/apparmor/default.nix b/pkgs/os-specific/linux/apparmor/default.nix
index f68b436bed1..22413b2ed31 100644
--- a/pkgs/os-specific/linux/apparmor/default.nix
+++ b/pkgs/os-specific/linux/apparmor/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl
 , autoconf, automake, libtool, makeWrapper
-, perl, bison, flex, glibc, gettext, which, rpm, tetex, LocaleGettext
+, perl, bison, flex, glibc, gettext, which, rpm, LocaleGettext
 , bash, pam, TermReadKey, RpcXML, swig, python}:
 stdenv.mkDerivation rec {
 
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   };
 
   buildInputs = [
-    autoconf automake libtool perl bison flex gettext which rpm tetex
+    autoconf automake libtool perl bison flex gettext which rpm
     LocaleGettext pam TermReadKey RpcXML swig makeWrapper python ];
 
   prePatch = ''