mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
libosinfo: vala -> vala_0_23
This commit is contained in:
parent
83b302e134
commit
4ce4a798ea
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, pkgconfig, intltool, gobjectIntrospection, libsoup
|
||||
, libxslt, check, vala ? null
|
||||
, libxslt, check, vala_0_23 ? null
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig intltool gobjectIntrospection libsoup libxslt check vala
|
||||
pkgconfig intltool gobjectIntrospection libsoup libxslt check vala_0_23
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue