mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
texmaker: fix poppler_qt4 name
This commit is contained in:
parent
94eb519e19
commit
e5b9a42aea
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, qt4, popplerQt4, zlib, pkgconfig, poppler}:
|
||||
{ stdenv, fetchurl, qt4, poppler_qt4, zlib, pkgconfig, poppler}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "texmaker";
|
||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1h5rxdq6f05wk3lnlw96fxwrb14k77cx1mwy648127h2c8nsgw4z";
|
||||
};
|
||||
|
||||
buildInputs = [ qt4 popplerQt4 zlib ];
|
||||
buildInputs = [ qt4 poppler_qt4 zlib ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig poppler ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue