mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
problems with quassel 0.11 and qt5, forcing qt4 for now
This commit is contained in:
parent
fc4cf24965
commit
752f5bba48
@ -11623,7 +11623,7 @@ let
|
||||
daemon = false;
|
||||
client = false;
|
||||
withKDE = false;
|
||||
qt = qt5;
|
||||
#qt = qt5;
|
||||
tag = "-without-kde";
|
||||
});
|
||||
|
||||
@ -11632,7 +11632,7 @@ let
|
||||
daemon = true;
|
||||
client = false;
|
||||
withKDE = false;
|
||||
qt = qt5;
|
||||
#qt = qt5;
|
||||
tag = "-daemon";
|
||||
});
|
||||
|
||||
@ -11648,7 +11648,7 @@ let
|
||||
daemon = false;
|
||||
client = true;
|
||||
withKDE = false;
|
||||
qt = qt5;
|
||||
#qt = qt5;
|
||||
tag = "-client-without-kde";
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user