mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
avogadro: explicitly depend on pkg-config
svn path=/nixpkgs/trunk/; revision=31541
This commit is contained in:
parent
e7dccbfcb8
commit
c2e38f32c0
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, cmake, qt4, zlib, eigen, openbabel }:
|
||||
{ stdenv, fetchurl, cmake, qt4, zlib, eigen, openbabel, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "avogadro-1.0.3";
|
||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ qt4 eigen zlib openbabel ];
|
||||
|
||||
buildNativeInputs = [ cmake ];
|
||||
buildNativeInputs = [ cmake pkgconfig ];
|
||||
|
||||
meta = {
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
|
Loading…
Reference in New Issue
Block a user