mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
spice: enable client
this will split nicely once we merge multiple-outputs
This commit is contained in:
parent
d7d873fb95
commit
6e8a060bca
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--with-sasl=no"
|
||||
"--disable-smartcard"
|
||||
"--enable-client"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user