mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +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 = [
|
configureFlags = [
|
||||||
"--with-sasl=no"
|
"--with-sasl=no"
|
||||||
"--disable-smartcard"
|
"--disable-smartcard"
|
||||||
|
"--enable-client"
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user