gsound: no aliases
This commit is contained in:
parent
1d906f0b56
commit
a4f8fc960f
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, glib, libcanberra, gobject-introspection, libtool, gnome3 }:
|
||||
{ stdenv, fetchurl, pkgconfig, glib, vala, libcanberra, gobject-introspection, libtool, gnome3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gsound";
|
||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig gobject-introspection libtool gnome3.vala ];
|
||||
nativeBuildInputs = [ pkgconfig gobject-introspection libtool vala ];
|
||||
buildInputs = [ glib libcanberra ];
|
||||
|
||||
passthru = {
|
||||
|
Loading…
Reference in New Issue
Block a user