mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
atkmm build was failing.
svn path=/nixpkgs/trunk/; revision=31398
This commit is contained in:
parent
f94927717c
commit
4ae99c2e02
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, atk, glibmm, pkgconfig }:
|
||||
{ stdenv, fetchurl, atk, glibmm, pkgconfig, xz }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "atkmm-2.22.6";
|
||||
@ -8,6 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1dmf72i7jv2a2gavjiah2722bf5qk3hb97hn5dasxqxr0r8jjx0a";
|
||||
};
|
||||
|
||||
buildInputs = [ xz ];
|
||||
propagatedBuildInputs = [ atk glibmm ];
|
||||
|
||||
buildNativeInputs = [ pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user