mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:07:35 +00:00
yate: drop gui support
depends on qt4
This commit is contained in:
parent
2ab41bea09
commit
5211e5be8c
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, lib, qt4, openssl, pkg-config }:
|
||||
{ stdenv, fetchurl, lib, openssl, pkg-config }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "yate";
|
||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# TODO zaptel ? postgres ?
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ qt4 openssl ];
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
# /dev/null is used when linking which is a impure path for the wrapper
|
||||
postPatch =
|
||||
|
Loading…
Reference in New Issue
Block a user