summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2015-02-11 19:37:22 -0500
committerShea Levy <shea@shealevy.com>2015-02-11 19:37:22 -0500
commit127efcd6f6bf5870b43efe588e37c28994ea94fa (patch)
treebc9d5201e0809ea8ae47c38e7ce0d2fb15e7870e /pkgs/applications/video
parentdb4cb021c024b65c08a3791edf2d4c613e8d44d8 (diff)
parent472feaf53becef9cc0551babc44a1f5db3beed51 (diff)
downloadnixlib-127efcd6f6bf5870b43efe588e37c28994ea94fa.tar
nixlib-127efcd6f6bf5870b43efe588e37c28994ea94fa.tar.gz
nixlib-127efcd6f6bf5870b43efe588e37c28994ea94fa.tar.bz2
nixlib-127efcd6f6bf5870b43efe588e37c28994ea94fa.tar.lz
nixlib-127efcd6f6bf5870b43efe588e37c28994ea94fa.tar.xz
nixlib-127efcd6f6bf5870b43efe588e37c28994ea94fa.tar.zst
nixlib-127efcd6f6bf5870b43efe588e37c28994ea94fa.zip
Merge branch 'kill-libiconv' of git://github.com/gridaphobe/nixpkgs into staging
Took "ours" for the conflict and changed libiconvOrEmpty to libiconv

Conflicts:
	pkgs/applications/audio/ncmpcpp/default.nix
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/aegisub/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/video/aegisub/default.nix b/pkgs/applications/video/aegisub/default.nix
index c32235a592fd..9d54ac99273c 100644
--- a/pkgs/applications/video/aegisub/default.nix
+++ b/pkgs/applications/video/aegisub/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl
 , libX11, wxGTK
-, libiconvOrEmpty, fontconfig, freetype
+, libiconv, fontconfig, freetype
 , mesa
 , libass, fftw, ffms
 , ffmpeg, pkgconfig, zlib # Undocumented (?) dependencies
@@ -30,9 +30,8 @@ stdenv.mkDerivation rec {
 
   buildInputs = with stdenv.lib;
   [ pkgconfig intltool libX11 wxGTK fontconfig freetype mesa
-    libass fftw ffms ffmpeg zlib icu boost boost.lib
+    libass fftw ffms ffmpeg zlib icu boost boost.lib libiconv
   ]
-    ++ libiconvOrEmpty
     ++ optional spellChecking hunspell
     ++ optional automationSupport lua
     ++ optional openalSupport openal